Searched refs:CONDITION_CONTROL_GROUP_CONTROLLER (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/test/ |
D | test-condition.c | 141 condition = condition_new(CONDITION_CONTROL_GROUP_CONTROLLER, "v1", false, false); in TEST() 146 condition = condition_new(CONDITION_CONTROL_GROUP_CONTROLLER, "v2", false, false); in TEST() 166 …condition = condition_new(CONDITION_CONTROL_GROUP_CONTROLLER, "thisisnotarealcontroller", false, f… in TEST() 171 …condition = condition_new(CONDITION_CONTROL_GROUP_CONTROLLER, "thisisnotarealcontroller", false, t… in TEST() 184 …condition = condition_new(CONDITION_CONTROL_GROUP_CONTROLLER, local_controller_name, false, false); in TEST() 189 … condition = condition_new(CONDITION_CONTROL_GROUP_CONTROLLER, local_controller_name, false, true); in TEST() 195 …condition = condition_new(CONDITION_CONTROL_GROUP_CONTROLLER, local_controller_name, false, false); in TEST() 200 … condition = condition_new(CONDITION_CONTROL_GROUP_CONTROLLER, local_controller_name, false, true); in TEST() 210 …condition = condition_new(CONDITION_CONTROL_GROUP_CONTROLLER, strempty(controller_name), false, fa… in TEST() 215 …condition = condition_new(CONDITION_CONTROL_GROUP_CONTROLLER, strempty(controller_name), false, tr… in TEST()
|
/systemd-251/src/shared/ |
D | condition.h | 46 CONDITION_CONTROL_GROUP_CONTROLLER, enumerator
|
D | condition.c | 416 assert(c->type == CONDITION_CONTROL_GROUP_CONTROLLER); in condition_test_control_group_controller() 1124 [CONDITION_CONTROL_GROUP_CONTROLLER] = condition_test_control_group_controller, in condition_test() 1249 [CONDITION_CONTROL_GROUP_CONTROLLER] = "ConditionControlGroupController", 1286 [CONDITION_CONTROL_GROUP_CONTROLLER] = "AssertControlGroupController",
|
/systemd-251/src/core/ |
D | load-fragment-gperf.gperf.in | 344 …ontroller, config_parse_unit_condition_string, CONDITION_CONTROL_GROUP_CONTROLLER, off… 375 …roller, config_parse_unit_condition_string, CONDITION_CONTROL_GROUP_CONTROLLER, off…
|