Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/
Dsystemctl-util.h41 int unit_exists(LookupPaths *lp, const char *unit);
Dsystemctl-enable.c149 r = unit_exists(&lp, *name); in verb_enable()
Dsystemctl-util.c625 int unit_exists(LookupPaths *lp, const char *unit) { in unit_exists() function