Searched refs:CONDITION_CPU_FEATURE (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/shared/ |
D | condition.h | 23 CONDITION_CPU_FEATURE, enumerator
|
D | condition.c | 899 assert(c->type == CONDITION_CPU_FEATURE); in condition_test_cpufeature() 1128 [CONDITION_CPU_FEATURE] = condition_test_cpufeature, in condition_test() 1253 [CONDITION_CPU_FEATURE] = "ConditionCPUFeature", 1290 [CONDITION_CPU_FEATURE] = "AssertCPUFeature",
|
/systemd-251/src/test/ |
D | test-condition.c | 467 condition = condition_new(CONDITION_CPU_FEATURE, "fpu", false, false); in TEST() 472 …condition = condition_new(CONDITION_CPU_FEATURE, "somecpufeaturethatreallydoesntmakesense", false,… in TEST() 477 condition = condition_new(CONDITION_CPU_FEATURE, "a", false, false); in TEST()
|
/systemd-251/src/core/ |
D | load-fragment-gperf.gperf.in | 339 …ture, config_parse_unit_condition_string, CONDITION_CPU_FEATURE, … 370 …e, config_parse_unit_condition_string, CONDITION_CPU_FEATURE, …
|