Searched refs:ImageStatusInfo (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/machine/ |
D | machinectl.c | 814 typedef struct ImageStatusInfo { struct 825 } ImageStatusInfo; argument 827 static void print_image_status_info(sd_bus *bus, ImageStatusInfo *i) { in print_image_status_info() 881 { "Name", "s", NULL, offsetof(ImageStatusInfo, name) }, in show_image_info() 882 { "Path", "s", NULL, offsetof(ImageStatusInfo, path) }, in show_image_info() 883 { "Type", "s", NULL, offsetof(ImageStatusInfo, type) }, in show_image_info() 884 { "ReadOnly", "b", NULL, offsetof(ImageStatusInfo, read_only) }, in show_image_info() 885 { "CreationTimestamp", "t", NULL, offsetof(ImageStatusInfo, crtime) }, in show_image_info() 886 { "ModificationTimestamp", "t", NULL, offsetof(ImageStatusInfo, mtime) }, in show_image_info() 887 { "Usage", "t", NULL, offsetof(ImageStatusInfo, usage) }, in show_image_info() [all …]
|