Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Ddpath.c56 EFI_DEVICE_PATH *Start, *Next, *DevPath; in DevicePathInstance() local
59 DevPath = *DevicePath; in DevicePathInstance()
60 Start = DevPath; in DevicePathInstance()
62 if (!DevPath) { in DevicePathInstance()
71 Next = NextDevicePathNode(DevPath); in DevicePathInstance()
73 if (IsDevicePathEndType(DevPath)) { in DevicePathInstance()
81 …OR, "DevicePathInstance: DevicePath %x Size %d", *DevicePath, ((UINT8 *) DevPath) - ((UINT8 *) Sta… in DevicePathInstance()
82 DumpHex (0, 0, ((UINT8 *) DevPath) - ((UINT8 *) Start), Start); in DevicePathInstance()
86 DevPath = Next; in DevicePathInstance()
89 ASSERT (DevicePathSubType(DevPath) == END_ENTIRE_DEVICE_PATH_SUBTYPE || in DevicePathInstance()
[all …]
H A Dhand.c122 EFI_DEVICE_PATH *Next, *DevPath; in LibLocateHandleByDiskSignature() local
204 DevPath = DevicePath; in LibLocateHandleByDiskSignature()
212 if ((DevicePathType(DevPath) == MEDIA_DEVICE_PATH) && in LibLocateHandleByDiskSignature()
213 (DevicePathSubType(DevPath) == MEDIA_HARDDRIVE_DP)) { in LibLocateHandleByDiskSignature()
215 HardDriveDevicePath = (HARDDRIVE_DEVICE_PATH *)(DevPath); in LibLocateHandleByDiskSignature()
219 Next = NextDevicePathNode(DevPath); in LibLocateHandleByDiskSignature()
243 if (IsDevicePathEnd(DevPath)) { in LibLocateHandleByDiskSignature()
247 DevPath = NextDevicePathNode(DevPath); in LibLocateHandleByDiskSignature()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defilib.h831 IN EFI_DEVICE_PATH *DevPath
876 IN EFI_DEVICE_PATH *DevPath
881 IN EFI_DEVICE_PATH *DevPath
886 IN EFI_DEVICE_PATH *DevPath
898 EFI_DEVICE_PATH *DevPath
H A Dlib.h80 IN EFI_DEVICE_PATH *DevPath
H A Defidevp.h471 EFI_DEVICE_PATH_PROTOCOL DevPath; member
506 EFI_DEVICE_PATH_PROTOCOL *DevPath; member
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/protocol/
H A Defidbg.h68 EFI_DEVICE_PATH DevPath; member