/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
D | dpath.c | 30 EFI_DEVICE_PATH *DevicePath; in DevicePathFromHandle() local 32 …Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handle, &DevicePathProtocol, (VOID*)&DevicePath); in DevicePathFromHandle() 34 DevicePath = NULL; in DevicePathFromHandle() 37 return DevicePath; in DevicePathFromHandle() 43 IN OUT EFI_DEVICE_PATH **DevicePath, in DevicePathInstance() argument 50 DevPath = *DevicePath; in DevicePathInstance() 72 …DEBUG((D_ERROR, "DevicePathInstance: DevicePath %x Size %d", *DevicePath, ((UINT8 *) DevPath) - ((… in DevicePathInstance() 91 *DevicePath = Next; in DevicePathInstance() 103 IN EFI_DEVICE_PATH *DevicePath in DevicePathInstanceCount() argument 109 while (DevicePathInstance(&DevicePath, &Size)) { in DevicePathInstanceCount() [all …]
|
D | hw.c | 24 IN EFI_DEVICE_PATH *DevicePath, in InitializeGlobalIoDevice() argument 56 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, Protocol, &DevicePath, &Handle); in InitializeGlobalIoDevice() 62 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &DeviceIoProtocol, &DevicePath, &Handle); in InitializeGlobalIoDevice()
|
D | hand.c | 118 EFI_DEVICE_PATH *DevicePath; in LibLocateHandleByDiskSignature() local 185 (VOID*)&DevicePath in LibLocateHandleByDiskSignature() 198 if (DevicePath != NULL) { in LibLocateHandleByDiskSignature() 202 DevPath = DevicePath; in LibLocateHandleByDiskSignature()
|
/external/syslinux/efi32/include/efi/protocol/ |
D | vgaclass.h | 49 EFI_DEVICE_PATH *DevicePath; member
|
D | legacyboot.h | 44 IN EFI_DEVICE_PATH *DevicePath
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/ |
D | vgaclass.h | 49 EFI_DEVICE_PATH *DevicePath; member
|
D | legacyboot.h | 44 IN EFI_DEVICE_PATH *DevicePath
|
/external/syslinux/efi64/include/efi/protocol/ |
D | vgaclass.h | 49 EFI_DEVICE_PATH *DevicePath; member
|
D | legacyboot.h | 44 IN EFI_DEVICE_PATH *DevicePath
|
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/ |
D | UefiInternalFormRepresentation.h | 890 EFI_STRING_ID DevicePath; member 1053 EFI_STRING_ID DevicePath; member 1144 EFI_STRING_ID DevicePath; member 1149 EFI_STRING_ID DevicePath; member
|
D | UefiSpec.h | 796 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, 1408 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath,
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
D | pci22.h | 142 EFI_DEVICE_PATH *DevicePath; member
|
D | efilib.h | 672 IN OUT EFI_DEVICE_PATH **DevicePath, 678 IN EFI_DEVICE_PATH *DevicePath 855 IN EFI_DEVICE_PATH *DevicePath,
|
D | efidevp.h | 108 VENDOR_DEVICE_PATH DevicePath; member
|
D | efiapi.h | 649 IN OUT EFI_DEVICE_PATH **DevicePath,
|
/external/syslinux/efi32/include/efi/ |
D | pci22.h | 142 EFI_DEVICE_PATH *DevicePath; member
|
D | efilib.h | 672 IN OUT EFI_DEVICE_PATH **DevicePath, 678 IN EFI_DEVICE_PATH *DevicePath 855 IN EFI_DEVICE_PATH *DevicePath,
|
D | efidevp.h | 108 VENDOR_DEVICE_PATH DevicePath; member
|
D | efiapi.h | 649 IN OUT EFI_DEVICE_PATH **DevicePath,
|
/external/syslinux/efi64/include/efi/ |
D | pci22.h | 142 EFI_DEVICE_PATH *DevicePath; member
|
D | efilib.h | 672 IN OUT EFI_DEVICE_PATH **DevicePath, 678 IN EFI_DEVICE_PATH *DevicePath 855 IN EFI_DEVICE_PATH *DevicePath,
|
D | efidevp.h | 108 VENDOR_DEVICE_PATH DevicePath; member
|
D | efiapi.h | 649 IN OUT EFI_DEVICE_PATH **DevicePath,
|
/external/libusb/libusb/os/ |
D | windows_winusb.c | 1364 dev_interface_path = sanitize_path(dev_interface_details->DevicePath); in windows_get_device_list() 1366 …_warn(ctx, "could not sanitize device interface path for '%s'", dev_interface_details->DevicePath); in windows_get_device_list() 2578 dev_path_no_guid = sanitize_path(strtok(dev_interface_details->DevicePath, "{")); in winusbx_claim_interface()
|