Searched refs:DevicePath (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/
H A Dhw.c26 IN EFI_DEVICE_PATH *DevicePath,
35 Check to see if DevicePath exists for a given Protocol. Return Error if it
36 exists. Return GlobalIoFuncs set match the DevicePath
40 DevicePath - to operate on
41 Protocol - to check the DevicePath against
43 GlobalIoFncs - Returned with DeviceIoProtocol for the DevicePath
58 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, Protocol, &DevicePath, &Handle);
64 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &DeviceIoProtocol, &DevicePath, &Handle);
25 InitializeGlobalIoDevice( IN EFI_DEVICE_PATH *DevicePath, IN EFI_GUID *Protocol, IN CHAR8 *ErrorStr EFI_UNUSED, OUT EFI_DEVICE_IO_INTERFACE **GlobalIoFncs ) argument
H A Ddpath.c39 EFI_DEVICE_PATH *DevicePath; local
41 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handle, &DevicePathProtocol, (VOID*)&DevicePath);
43 DevicePath = NULL;
46 return DevicePath;
52 IN OUT EFI_DEVICE_PATH **DevicePath,
59 DevPath = *DevicePath;
81 DEBUG((D_ERROR, "DevicePathInstance: DevicePath %x Size %d", *DevicePath, ((UINT8 *) DevPath) - ((UINT8 *) Start) ));
100 *DevicePath = Next;
112 IN EFI_DEVICE_PATH *DevicePath
51 DevicePathInstance( IN OUT EFI_DEVICE_PATH **DevicePath, OUT UINTN *Size ) argument
249 EFI_DEVICE_PATH *Eop, *DevicePath; local
1217 EFI_DEVICE_PATH *DevicePath, *DevicePathInst; local
[all...]
H A Dhand.c120 EFI_DEVICE_PATH *DevicePath; local
187 (VOID*)&DevicePath
191 // Search DevicePath for a Hard Drive Media Device Path node.
200 if (DevicePath != NULL) {
204 DevPath = DevicePath;
/netbsd-current/sys/external/bsd/gnu-efi/dist/inc/protocol/
H A Dvgaclass.h51 EFI_DEVICE_PATH *DevicePath; member in struct:__anon12115
H A Dlegacyboot.h46 IN EFI_DEVICE_PATH *DevicePath
/netbsd-current/sys/external/bsd/gnu-efi/dist/inc/
H A Defidevp.h113 VENDOR_DEVICE_PATH DevicePath; member in struct:_UKNOWN_DEVICE_VENDOR_DP
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 Defishell.h242 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath
276 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath,
349 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath,
H A Dpci22.h144 EFI_DEVICE_PATH *DevicePath; member in struct:__anon12106
H A Defilib.h841 IN OUT EFI_DEVICE_PATH **DevicePath,
847 IN EFI_DEVICE_PATH *DevicePath
1024 IN EFI_DEVICE_PATH *DevicePath,
H A Defiapi.h734 IN OUT EFI_DEVICE_PATH **DevicePath,
/netbsd-current/external/bsd/libfido2/dist/src/
H A Dhid_win.c242 if ((path = strdup(ifdetail->DevicePath)) == NULL) {
/netbsd-current/sys/external/bsd/acpica/dist/include/platform/
H A Dacefiex.h649 ACPI_EFI_DEVICE_PATH **DevicePath,
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daetables.h488 DevicePath : "\PCI0\ABCD"
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dregstr.d240 REGSTR_VAL_DEVICEPATH = `DevicePath`,
H A Dsetupapi.d1049 CHAR* DevicePath() return { return _DevicePath.ptr; }
1056 WCHAR* DevicePath() return { return _DevicePath.ptr; }

Completed in 157 milliseconds