Home
last modified time | relevance | path

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

/systemd-251/src/boot/efi/
Dxbootldr.c229 EFI_DEVICE_PATH *xboot_path = ASSERT_SE_PTR(DuplicateDevicePath(partition_path)); in find_device() local
230 … CopyMem((UINT8 *) xboot_path + ((UINT8 *) part_node - (UINT8 *) partition_path), &hd, sizeof(hd)); in find_device()
231 *ret_device_path = xboot_path; in find_device()