Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Ddpath.c39 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 Dhw.c26 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 Dhand.c120 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 Defidevp.h113 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 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
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-src/sys/external/bsd/gnu-efi/dist/inc/protocol/
H A Dvgaclass.h51 EFI_DEVICE_PATH *DevicePath; member
H A Dlegacyboot.h46 IN EFI_DEVICE_PATH *DevicePath
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daetables.h488 DevicePath : "\PCI0\ABCD"
/netbsd-src/external/bsd/libfido2/dist/src/
H A Dhid_win.c242 if ((path = strdup(ifdetail->DevicePath)) == NULL) { in get_path()
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/
H A Dacefiex.h649 ACPI_EFI_DEVICE_PATH **DevicePath,
/netbsd-src/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; }