| /freebsd-src/lib/libefivar/ |
| H A D | uefi-dputil.c | 99 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath in GetDevicePathSize() argument 104 if (DevicePath == NULL) { in GetDevicePathSize() 108 if (!IsDevicePathValid (DevicePath, 0)) { in GetDevicePathSize() 115 Start = DevicePath; in GetDevicePathSize() 116 while (!IsDevicePathEnd (DevicePath)) { in GetDevicePathSize() 117 DevicePath = NextDevicePathNode (DevicePath); in GetDevicePathSize() 123 return ((UINTN) DevicePath - (UINTN) Start) + DevicePathNodeLength (DevicePath); in GetDevicePathSize() 144 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, in IsDevicePathValid() argument 152 ASSERT (DevicePath != NULL); in IsDevicePathValid() 165 …for (Count = 0, Size = 0; !IsDevicePathEnd (DevicePath); DevicePath = NextDevicePathNode (DevicePa… in IsDevicePathValid() [all …]
|
| H A D | uefi-dplib.h | 83 IN VOID *DevicePath, 195 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath 217 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath 282 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath OPTIONAL, 312 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath OPTIONAL, 347 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath, 396 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath 417 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath,
|
| H A D | efivar-dp-parse.c | 248 IN OUT CHAR16 **DevicePath, in GetNextDeviceNodeStr() argument 256 Str = *DevicePath; in GetNextDeviceNodeStr() 315 *DevicePath = Str; in GetNextDeviceNodeStr() 3828 EFI_DEVICE_PATH_PROTOCOL *DevicePath; in UefiDevicePathLibConvertTextToDevicePath() local 3834 DevicePath = (EFI_DEVICE_PATH_PROTOCOL *)AllocatePool (END_DEVICE_PATH_LENGTH); in UefiDevicePathLibConvertTextToDevicePath() 3835 ASSERT (DevicePath != NULL); in UefiDevicePathLibConvertTextToDevicePath() 3836 SetDevicePathEndNode (DevicePath); in UefiDevicePathLibConvertTextToDevicePath() 3844 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode); in UefiDevicePathLibConvertTextToDevicePath() 3845 FreePool (DevicePath); in UefiDevicePathLibConvertTextToDevicePath() 3847 DevicePath = NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath() [all …]
|
| H A D | efivar-dp-format.c | 2490 @param DevicePath A Pointer to the device to be converted. in UefiDevicePathLibConvertDevicePathToText() 2505 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, in UefiDevicePathLibConvertDevicePathToText() 2516 if (DevicePath == NULL) { in UefiDevicePathLibConvertDevicePathToText() 2525 Node = __DECONST(EFI_DEVICE_PATH_PROTOCOL *, DevicePath); in UefiDevicePathLibConvertDevicePathToText() 2487 UefiDevicePathLibConvertDevicePathToText(IN CONST EFI_DEVICE_PATH_PROTOCOL * DevicePath,IN BOOLEAN DisplayOnly,IN BOOLEAN AllowShortcuts) UefiDevicePathLibConvertDevicePathToText() argument
|
| /freebsd-src/sys/contrib/edk2/Include/Library/ |
| H A D | DevicePathLib.h | 36 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, 244 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath 266 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath 327 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, OPTIONAL 355 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, OPTIONAL 387 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath, 433 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath 499 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath,
|
| /freebsd-src/sys/contrib/edk2/Include/Protocol/ |
| H A D | DevicePathUtilities.h | 33 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath 49 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath 88 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, 105 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, 167 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath
|
| H A D | DevicePathToText.h | 62 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath,
|
| /freebsd-src/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiInternalFormRepresentation.h | 675 EFI_STRING_ID DevicePath; member 982 EFI_STRING_ID DevicePath; member 1156 EFI_STRING_ID DevicePath; member 1256 EFI_STRING_ID DevicePath; member 1261 EFI_STRING_ID DevicePath; member
|
| H A D | UefiSpec.h | 900 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, 1528 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath,
|
| /freebsd-src/stand/efi/include/ |
| H A D | efidevp.h | 113 VENDOR_DEVICE_PATH DevicePath; member
|
| H A D | efiapi.h | 524 IN OUT EFI_DEVICE_PATH **DevicePath,
|
| /freebsd-src/contrib/libfido2/src/ |
| H A D | hid_win.c | 242 if ((path = strdup(ifdetail->DevicePath)) == NULL) { in get_path()
|
| /freebsd-src/sys/contrib/edk2/ |
| H A D | MdePkg.dec | 630 ## Include/Protocol/DevicePath.h 1334 ## Include/Protocol/DevicePath.h
|