Home
last modified time | relevance | path

Searched refs:cond (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dnet-condition.c195 ConditionType cond = ltype; in config_parse_net_condition() local
205 *list = condition_free_list_type(*list, cond); in config_parse_net_condition()
213 c = condition_new(cond, rvalue, false, negate); in config_parse_net_condition()
218 *list = condition_free_list_type(*list, cond); in config_parse_net_condition()
/systemd-251/src/systemctl/
Dsystemctl-show.c864 const char *cond, *param; in map_conditions() local
873 … while ((r = sd_bus_message_read(m, "(sbbsi)", &cond, &trigger, &negate, &param, &state)) > 0) { in map_conditions()
881 .name = strdup(cond), in map_conditions()
905 const char *cond, *param; in map_asserts() local
914 … while ((r = sd_bus_message_read(m, "(sbbsi)", &cond, &trigger, &negate, &param, &state)) > 0) { in map_asserts()
916 i->failed_assert = cond; in map_asserts()
/systemd-251/
Dmeson.build4283 cond = tuple[1]
4287 cond = conf.get(ident1, 0) == 1 or conf.get(ident2, 0) == 1
4289 if cond