Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dunit.c1904 if (!unit_type_supported(u->type)) in unit_start()
1947 if (!unit_type_supported(u->type)) in unit_can_start()
2001 if (!unit_type_supported(u->type)) in unit_can_stop()
3573 if (!unit_type_supported(UNIT_DEVICE)) in unit_add_node_dependency()
3605 if (!unit_type_supported(UNIT_DEVICE)) in unit_add_blockdev_dependency()
4758 bool unit_type_supported(UnitType t) { in unit_type_supported() function
Dunit.h903 bool unit_type_supported(UnitType t);
Dmanager.c1582 if (!unit_type_supported(c)) { in manager_enumerate_perpetual()
1600 if (!unit_type_supported(c)) { in manager_enumerate()