Home
last modified time | relevance | path

Searched defs:UnitStateInfo (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl-util.c626 typedef struct UnitStateInfo { in unit_exists() struct
627 const char *load_state; in unit_exists()
628 const char *active_state; in unit_exists()
629 } UnitStateInfo; in unit_exists() typedef