Home
last modified time | relevance | path

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

/systemd-251/src/machine/
Dmachinectl.c923 typedef struct PoolStatusInfo { struct
927 } PoolStatusInfo; argument
929 static void print_pool_status_info(sd_bus *bus, PoolStatusInfo *i) { in print_pool_status_info()
943 { "PoolPath", "s", NULL, offsetof(PoolStatusInfo, path) }, in show_pool_info()
944 { "PoolUsage", "t", NULL, offsetof(PoolStatusInfo, usage) }, in show_pool_info()
945 { "PoolLimit", "t", NULL, offsetof(PoolStatusInfo, limit) }, in show_pool_info()
949 PoolStatusInfo info = { in show_pool_info()