Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/
Dsystemctl-util.c626 typedef struct UnitStateInfo { in unit_exists() struct
629 } UnitStateInfo; in unit_exists() typedef
632 { "LoadState", "s", NULL, offsetof(UnitStateInfo, load_state) }, in unit_exists()
633 { "ActiveState", "s", NULL, offsetof(UnitStateInfo, active_state) }, in unit_exists()
640 UnitStateInfo info = {}; in unit_exists()