Searched refs:images (Results 1 - 3 of 3) sorted by relevance

/systemd/src/machine/
H A Dimage-dbus.c46 "org.freedesktop.machine1.manage-images",
87 "org.freedesktop.machine1.manage-images",
128 "org.freedesktop.machine1.manage-images",
164 "org.freedesktop.machine1.manage-images",
203 "org.freedesktop.machine1.manage-images",
327 _cleanup_(image_hashmap_freep) Hashmap *images = NULL;
337 images = hashmap_new(&string_hash_ops);
338 if (!images)
341 r = image_discover(images);
345 HASHMAP_FOREACH(image, images,
[all...]
H A Dmachinectl.c232 _cleanup_free_ ImageInfo *images = NULL; local
253 log_error("Could not get images: %s", bus_error_message(&error, -r));
268 if (!GREEDY_REALLOC(images, n_allocated, n_images + 1))
271 images[n_images].name = name;
272 images[n_images].type = type;
273 images[n_images].read_only = read_only;
274 images[n_images].crtime = crtime;
275 images[n_images].mtime = mtime;
276 images[n_images].size = size;
313 qsort_safe(images, n_image
[all...]
H A Dmachined-dbus.c557 _cleanup_(image_hashmap_freep) Hashmap *images = NULL;
566 images = hashmap_new(&string_hash_ops);
567 if (!images)
570 r = image_discover(images);
582 HASHMAP_FOREACH(image, images, i) {

Completed in 975 milliseconds