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

/systemd/src/boot/efi/
H A Ddisk.c21 EFI_DEVICE_PATH *device_path; local
25 device_path = DevicePathFromHandle(handle);
26 if (device_path) {
29 paths = UnpackDevicePath(device_path);
H A Dboot.c440 EFI_DEVICE_PATH *device_path; local
443 device_path = DevicePathFromHandle(entry->device);
444 if (device_path) {
445 str = DevicePathToStr(device_path);
/systemd/src/shared/
H A Defivars.c72 struct device_path { struct
386 struct device_path *dpath;
388 dpath = (struct device_path *)(dbuf + dnext);
484 struct device_path *devicep;
492 sizeof(struct device_path) + path_len, 1);
499 option->path_len = offsetof(struct device_path, drive) + sizeof(struct drive_path) +
500 offsetof(struct device_path, path) + path_len +
501 offsetof(struct device_path, path);
506 devicep = (struct device_path *)(buf + size);
509 devicep->length = offsetof(struct device_path, driv
[all...]
/systemd/src/nspawn/
H A Dnspawn.c1680 static int setup_image(char **device_path, int *loop_nr) { argument
1689 assert(device_path);
1707 *device_path = p;
1746 *device_path = loopdev;
3082 _cleanup_free_ char *device_path = NULL, *root_device = NULL, *home_device = NULL, *srv_device = NULL, *console = NULL; local
3254 image_fd = setup_image(&device_path, &loop_nr);

Completed in 2923 milliseconds