Searched defs:ImageStatusInfo (Results 1 - 1 of 1) sorted by relevance

/systemd/src/machine/
H A Dmachinectl.c751 typedef struct ImageStatusInfo { struct
762 } ImageStatusInfo; typedef in typeref:struct:ImageStatusInfo
764 static void image_status_info_clear(ImageStatusInfo *info) {
773 static void print_image_status_info(sd_bus *bus, ImageStatusInfo *i) {
830 { "Name", "s", NULL, offsetof(ImageStatusInfo, name) },
831 { "Path", "s", NULL, offsetof(ImageStatusInfo, path) },
832 { "Type", "s", NULL, offsetof(ImageStatusInfo, type) },
833 { "ReadOnly", "b", NULL, offsetof(ImageStatusInfo, read_only) },
834 { "CreationTimestamp", "t", NULL, offsetof(ImageStatusInfo, crtime) },
835 { "ModificationTimestamp", "t", NULL, offsetof(ImageStatusInfo, mtim
[all...]

Completed in 29 milliseconds