Searched refs:asserts (Results 1 - 3 of 3) sorted by relevance
| /systemd/src/core/ |
| H A D | unit.h | 117 LIST_HEAD(Condition, asserts);
|
| H A D | dbus-unit.c | 701 SD_BUS_PROPERTY("Asserts", "a(sbbsi)", property_get_conditions, offsetof(Unit, asserts), 0),
|
| H A D | unit.c | 554 condition_free_list(u->asserts); 960 condition_dump_list(u->asserts, f, prefix, assert_type_to_string); 1338 u->assert_result = unit_condition_test_list(u, u->asserts, assert_type_to_string); 1494 /* If the asserts failed, fail the entire job */ 1497 log_unit_notice(u, "Starting requested but asserts failed.");
|
Completed in 24 milliseconds