Searched refs:DevicePath (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/lib/libefivar/ |
| H A D | uefi-dputil.c | 106 if (DevicePath == NULL) { in GetDevicePathSize() 117 Start = DevicePath; in GetDevicePathSize() 118 while (!IsDevicePathEnd (DevicePath)) { in GetDevicePathSize() 119 DevicePath = NextDevicePathNode (DevicePath); in GetDevicePathSize() 125 return ((UINTN) DevicePath - (UINTN) Start) + DevicePathNodeLength (DevicePath); in GetDevicePathSize() 154 ASSERT (DevicePath != NULL); in IsDevicePathValid() 167 …for (Count = 0, Size = 0; !IsDevicePathEnd (DevicePath); DevicePath = NextDevicePathNode (DevicePa… in IsDevicePathValid() 446 if (DevicePath != NULL) { in CreateDeviceNode() 447 DevicePath->Type = NodeType; in CreateDeviceNode() 452 return DevicePath; in CreateDeviceNode() [all …]
|
| H A D | uefi-dplib.h | 93 IN VOID *DevicePath, 205 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath 227 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath 292 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, OPTIONAL 322 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, OPTIONAL 357 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath, 406 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath 428 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath,
|
| H A D | efivar-dp-parse.c | 253 IN OUT CHAR16 **DevicePath, in GetNextDeviceNodeStr() argument 261 Str = *DevicePath; in GetNextDeviceNodeStr() 318 *DevicePath = Str; in GetNextDeviceNodeStr() 3654 EFI_DEVICE_PATH_PROTOCOL *DevicePath; in UefiDevicePathLibConvertTextToDevicePath() local 3661 ASSERT (DevicePath != NULL); in UefiDevicePathLibConvertTextToDevicePath() 3662 SetDevicePathEndNode (DevicePath); in UefiDevicePathLibConvertTextToDevicePath() 3671 FreePool (DevicePath); in UefiDevicePathLibConvertTextToDevicePath() 3673 DevicePath = NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath() 3683 FreePool (DevicePath); in UefiDevicePathLibConvertTextToDevicePath() 3685 DevicePath = NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath() [all …]
|
| H A D | efivar-dp-format.c | 2350 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, in UefiDevicePathLibConvertDevicePathToText() argument 2361 if (DevicePath == NULL) { in UefiDevicePathLibConvertDevicePathToText() 2370 Node = __DECONST(EFI_DEVICE_PATH_PROTOCOL *, DevicePath); in UefiDevicePathLibConvertDevicePathToText()
|
| /freebsd-12.1/sys/contrib/edk2/Include/Library/ |
| H A D | DevicePathLib.h | 41 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, 249 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath 271 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath 332 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, OPTIONAL 360 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, OPTIONAL 392 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath, 438 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath 504 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath,
|
| /freebsd-12.1/sys/contrib/edk2/Include/Protocol/ |
| H A D | DevicePathUtilities.h | 39 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath 55 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath 94 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, 111 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, 173 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath
|
| H A D | DevicePathToText.h | 68 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath,
|
| /freebsd-12.1/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiInternalFormRepresentation.h | 681 EFI_STRING_ID DevicePath; member 987 EFI_STRING_ID DevicePath; member 1161 EFI_STRING_ID DevicePath; member 1261 EFI_STRING_ID DevicePath; member 1266 EFI_STRING_ID DevicePath; member
|
| H A D | UefiSpec.h | 873 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, 1501 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath,
|
| /freebsd-12.1/stand/efi/include/ |
| H A D | efidevp.h | 114 VENDOR_DEVICE_PATH DevicePath; member
|
| H A D | efiapi.h | 521 IN OUT EFI_DEVICE_PATH **DevicePath,
|
| /freebsd-12.1/sys/contrib/edk2/ |
| H A D | MdePkg.dec | 615 ## Include/Protocol/DevicePath.h 1172 ## Include/Protocol/DevicePath.h
|