Searched refs:image_find (Results 1 - 8 of 8) sorted by relevance

/systemd/src/shared/
H A Dmachine-image.h61 int image_find(const char *name, Image **ret);
H A Dmachine-image.c282 int image_find(const char *name, Image **ret) { function
496 r = image_find(new_name, NULL);
597 r = image_find(new_name, NULL);
/systemd/src/import/
H A Dexport.c83 r = image_find(argv[1], &image);
162 r = image_find(argv[1], &image);
H A Dimport.c89 r = image_find(local, NULL);
184 r = image_find(local, NULL);
H A Dpull.c96 r = image_find(local, NULL);
182 r = image_find(local, NULL);
/systemd/src/machine/
H A Dmachined-dbus.c172 r = image_find(name, NULL);
723 r = image_find(name, &i);
747 r = image_find(old_name, &i);
771 r = image_find(old_name, &i);
795 r = image_find(name, &i);
871 r = image_find(name, &i);
H A Dimage-dbus.c298 r = image_find(e, &image);
/systemd/src/nspawn/
H A Dnspawn.c2350 r = image_find(arg_machine, &i);

Completed in 3437 milliseconds