Home
last modified time | relevance | path

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

/dragonfly/lib/libefivar/
H A Duefi-dputil.c105 if (DevicePath == NULL) { in GetDevicePathSize()
116 Start = DevicePath; in GetDevicePathSize()
117 while (!IsDevicePathEnd (DevicePath)) { in GetDevicePathSize()
118 DevicePath = NextDevicePathNode (DevicePath); in GetDevicePathSize()
124 return ((UINTN) DevicePath - (UINTN) Start) + DevicePathNodeLength (DevicePath); in GetDevicePathSize()
153 ASSERT (DevicePath != NULL); in IsDevicePathValid()
166 …for (Count = 0, Size = 0; !IsDevicePathEnd (DevicePath); DevicePath = NextDevicePathNode (DevicePa… in IsDevicePathValid()
445 if (DevicePath != NULL) { in CreateDeviceNode()
446 DevicePath->Type = NodeType; in CreateDeviceNode()
451 return DevicePath; in CreateDeviceNode()
[all …]
H A Duefi-dplib.h93 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 Defivar-dp-parse.c252 IN OUT CHAR16 **DevicePath, in GetNextDeviceNodeStr() argument
260 Str = *DevicePath; in GetNextDeviceNodeStr()
317 *DevicePath = Str; in GetNextDeviceNodeStr()
3653 EFI_DEVICE_PATH_PROTOCOL *DevicePath; in UefiDevicePathLibConvertTextToDevicePath() local
3660 ASSERT (DevicePath != NULL); in UefiDevicePathLibConvertTextToDevicePath()
3661 SetDevicePathEndNode (DevicePath); in UefiDevicePathLibConvertTextToDevicePath()
3670 FreePool (DevicePath); in UefiDevicePathLibConvertTextToDevicePath()
3672 DevicePath = NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath()
3682 FreePool (DevicePath); in UefiDevicePathLibConvertTextToDevicePath()
3684 DevicePath = NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath()
[all …]
H A Defivar-dp-format.c2349 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, in UefiDevicePathLibConvertDevicePathToText() argument
2360 if (DevicePath == NULL) { in UefiDevicePathLibConvertDevicePathToText()
2369 Node = __DECONST(EFI_DEVICE_PATH_PROTOCOL *, DevicePath); in UefiDevicePathLibConvertDevicePathToText()
/dragonfly/stand/contrib/edk2/MdePkg/Include/Library/
H A DDevicePathLib.h36 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,
/dragonfly/stand/contrib/edk2/MdePkg/Include/Protocol/
H A DDevicePathUtilities.h33 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath
48 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath
87 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath,
104 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath,
166 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath
H A DDevicePathToText.h62 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath,
/dragonfly/stand/contrib/edk2/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h673 EFI_STRING_ID DevicePath; member
980 EFI_STRING_ID DevicePath; member
1154 EFI_STRING_ID DevicePath; member
1254 EFI_STRING_ID DevicePath; member
1259 EFI_STRING_ID DevicePath; member
H A DUefiSpec.h901 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath,
1528 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath,
/dragonfly/sys/contrib/dev/acpica/source/tools/acpiexec/
H A Daetables.h596 DevicePath : "\PCI0\ABCD"
/dragonfly/sys/contrib/dev/acpica/source/include/platform/
H A Dacefiex.h757 ACPI_EFI_DEVICE_PATH **DevicePath,