Home
last modified time | relevance | path

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

/systemd-251/src/import/
Dexport.c69 r = image_find(IMAGE_MACHINE, argv[1], NULL, &image); in export_tar()
145 r = image_find(IMAGE_MACHINE, argv[1], NULL, &image); in export_raw()
Dimport-fs.c148 r = image_find(IMAGE_MACHINE, local, NULL, NULL); in import_fs()
Dimport.c63 r = image_find(IMAGE_MACHINE, local, NULL, NULL); in normalize_local()
Dpull.c66 r = image_find(IMAGE_MACHINE, local, NULL, NULL); in normalize_local()
/systemd-251/src/shared/
Ddiscover-image.h66 int image_find(ImageClass class, const char *root, const char *name, Image **ret);
Ddiscover-image.c427 int image_find(ImageClass class, in image_find() function
526 return image_find(class, name_or_path, root, ret); in image_find_harder()
755 r = image_find(IMAGE_MACHINE, new_name, NULL, NULL); in image_rename()
867 r = image_find(IMAGE_MACHINE, new_name, NULL, NULL); in image_clone()
/systemd-251/src/machine/
Dimage-dbus.c441 r = image_find(IMAGE_MACHINE, e, NULL, &image); in image_object_find()
Dmachined-dbus.c128 r = image_find(IMAGE_MACHINE, name, NULL, NULL); in method_get_image()
566 r = image_find(IMAGE_MACHINE, name, NULL, &i); in redirect_method_to_image()
/systemd-251/src/portable/
Dportabled-image-bus.c1046 r = image_find(IMAGE_PORTABLE, name_or_path, NULL, &loaded); in bus_image_acquire()
/systemd-251/src/nspawn/
Dnspawn.c3005 r = image_find(IMAGE_MACHINE, arg_machine, NULL, &i); in determine_names()