Home
last modified time | relevance | path

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

/systemd-251/src/boot/efi/
Dxbootldr.c157 EFI_DEVICE_PATH *partition_path = DevicePathFromHandle(device); in find_device() local
158 if (!partition_path) in find_device()
163 …for (EFI_DEVICE_PATH *node = partition_path; !IsDevicePathEnd(node); node = NextDevicePathNode(nod… in find_device()
178 EFI_DEVICE_PATH *p = disk_path = path_chop(partition_path, part_node); in find_device()
229 EFI_DEVICE_PATH *xboot_path = ASSERT_SE_PTR(DuplicateDevicePath(partition_path)); in find_device()
230 … CopyMem((UINT8 *) xboot_path + ((UINT8 *) part_node - (UINT8 *) partition_path), &hd, sizeof(hd)); in find_device()
240 _cleanup_freepool_ EFI_DEVICE_PATH *partition_path = NULL; in xbootldr_open() local
249 err = find_device(device, &partition_path); in xbootldr_open()
253 EFI_DEVICE_PATH *dp = partition_path; in xbootldr_open()