Searched refs:DevicePath (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
H A D | dpath.c | 39 EFI_DEVICE_PATH *DevicePath; in DevicePathFromHandle() local 41 …Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handle, &DevicePathProtocol, (VOID*)&DevicePath); in DevicePathFromHandle() 43 DevicePath = NULL; in DevicePathFromHandle() 46 return DevicePath; in DevicePathFromHandle() 52 IN OUT EFI_DEVICE_PATH **DevicePath, in DevicePathInstance() argument 59 DevPath = *DevicePath; in DevicePathInstance() 81 …DEBUG((D_ERROR, "DevicePathInstance: DevicePath %x Size %d", *DevicePath, ((UINT8 *) DevPath) - ((… in DevicePathInstance() 100 *DevicePath = Next; in DevicePathInstance() 112 IN EFI_DEVICE_PATH *DevicePath in DevicePathInstanceCount() argument 118 while (DevicePathInstance(&DevicePath, &Size)) { in DevicePathInstanceCount() [all …]
|
H A D | hw.c | 26 IN EFI_DEVICE_PATH *DevicePath, in InitializeGlobalIoDevice() argument 58 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, Protocol, &DevicePath, &Handle); in InitializeGlobalIoDevice() 64 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &DeviceIoProtocol, &DevicePath, &Handle); in InitializeGlobalIoDevice()
|
H A D | hand.c | 120 EFI_DEVICE_PATH *DevicePath; in LibLocateHandleByDiskSignature() local 187 (VOID*)&DevicePath in LibLocateHandleByDiskSignature() 200 if (DevicePath != NULL) { in LibLocateHandleByDiskSignature() 204 DevPath = DevicePath; in LibLocateHandleByDiskSignature()
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
H A D | efidevp.h | 113 VENDOR_DEVICE_PATH DevicePath; member 554 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, 590 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath 596 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath 609 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, 616 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, 638 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath
|
H A D | efishell.h | 242 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath 276 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, 349 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath,
|
H A D | pci22.h | 144 EFI_DEVICE_PATH *DevicePath; member
|
H A D | efilib.h | 841 IN OUT EFI_DEVICE_PATH **DevicePath, 847 IN EFI_DEVICE_PATH *DevicePath 1024 IN EFI_DEVICE_PATH *DevicePath,
|
H A D | efiapi.h | 734 IN OUT EFI_DEVICE_PATH **DevicePath,
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/protocol/ |
H A D | vgaclass.h | 51 EFI_DEVICE_PATH *DevicePath; member
|
H A D | legacyboot.h | 46 IN EFI_DEVICE_PATH *DevicePath
|
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
H A D | aetables.h | 488 DevicePath : "\PCI0\ABCD"
|
/netbsd-src/external/bsd/libfido2/dist/src/ |
H A D | hid_win.c | 242 if ((path = strdup(ifdetail->DevicePath)) == NULL) { in get_path()
|
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/ |
H A D | acefiex.h | 649 ACPI_EFI_DEVICE_PATH **DevicePath,
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | regstr.d | 240 REGSTR_VAL_DEVICEPATH = `DevicePath`,
|
H A D | setupapi.d | 1049 CHAR* DevicePath() return { return _DevicePath.ptr; } 1056 WCHAR* DevicePath() return { return _DevicePath.ptr; }
|