Home
last modified time | relevance | path

Searched refs:DevicePathNodeLength (Results 1 – 25 of 59) sorted by relevance

123

/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathUtilities.c65 NodeLength = DevicePathNodeLength (DevicePath); in IsDevicePathValid()
88 return (BOOLEAN) (DevicePathNodeLength (DevicePath) == END_DEVICE_PATH_LENGTH); in IsDevicePathValid()
152 DevicePathNodeLength ( in DevicePathNodeLength() function
181 return (EFI_DEVICE_PATH_PROTOCOL *)((UINT8 *)(Node) + DevicePathNodeLength(Node)); in NextDevicePathNode()
364 return ((UINTN) DevicePath - (UINTN) Start) + DevicePathNodeLength (DevicePath); in UefiDevicePathLibGetDevicePathSize()
527 NodeLength = DevicePathNodeLength (DevicePathNode); in UefiDevicePathLibAppendDevicePathNode()
DDevicePathToText.c267 DataLength = DevicePathNodeLength (&Vendor->Header) - sizeof (VENDOR_DEVICE_PATH); in DevPathToTextVendor()
531 Length = (UINT16) DevicePathNodeLength ((EFI_DEVICE_PATH_PROTOCOL *) AcpiAdr); in DevPathToTextAcpiAdr()
911 …Length = (UINT16) ((DevicePathNodeLength ((EFI_DEVICE_PATH_PROTOCOL *) UsbWWId) - sizeof (USB_WWID… in DevPathToTextUsbWWID()
1295 if (DevicePathNodeLength (IPDevPath) == sizeof (IPv4_DEVICE_PATH)) { in DevPathToTextIPv4()
1352 if (DevicePathNodeLength (IPDevPath) == sizeof (IPv6_DEVICE_PATH)) { in DevPathToTextIPv6()
1658 UriLength = DevicePathNodeLength (Uri) - sizeof (URI_DEVICE_PATH); in DevPathToTextUri()
2114 if (Index < DevicePathNodeLength (Node)) { in DevPathToTextNodeGeneric()
2116 for (; Index < DevicePathNodeLength (Node); Index++) { in DevPathToTextNodeGeneric()
2293 AlignedNode = AllocateCopyPool (DevicePathNodeLength (Node), Node); in UefiDevicePathLibConvertDevicePathToText()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
DUefiDevicePathLib.c107 NodeLength = DevicePathNodeLength (DevicePath); in IsDevicePathValid()
130 return (BOOLEAN) (DevicePathNodeLength (DevicePath) == END_DEVICE_PATH_LENGTH); in IsDevicePathValid()
194 DevicePathNodeLength ( in DevicePathNodeLength() function
223 return (EFI_DEVICE_PATH_PROTOCOL *)((UINT8 *)(Node) + DevicePathNodeLength(Node)); in NextDevicePathNode()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Wpce791/
DLpcDriver.c132 DevicePathNodeLength (&AcpiNode->Header) != sizeof(ACPI_HID_DEVICE_PATH) || in LpcDriverSupported()
144 DevicePathNodeLength (&PciNode->Header) != sizeof (PCI_DEVICE_PATH) || in LpcDriverSupported()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DDxeDeferImageLoadLib.c303 Length += DevicePathNodeLength (RootDevicePath); in GetFileName()
321 Length += DevicePathNodeLength (TmpDevicePath) - sizeof (EFI_DEVICE_PATH_PROTOCOL); in GetFileName()
344 …NodeStrLength = DevicePathNodeLength (TmpDevicePath) - sizeof (EFI_DEVICE_PATH_PROTOCOL) - sizeof(… in GetFileName()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
DIsaBus.c107 if (DevicePathNodeLength (RemainingDevicePath) != sizeof (ACPI_HID_DEVICE_PATH)) { in IsaBusControllerDriverSupported()
111 if (DevicePathNodeLength (RemainingDevicePath) != sizeof (ACPI_EXTENDED_HID_DEVICE_PATH)) { in IsaBusControllerDriverSupported()
/device/linaro/bootloader/edk2/EmulatorPkg/EmuBusDriverDxe/
DEmuBusDriverDxe.c63 DevicePathNodeLength(RemainingDevicePath) != sizeof(EMU_VENDOR_DEVICE_PATH_NODE)) { in EmuBusDriverBindingSupported()
240DevicePathNodeLength (&Node->VendorDevicePath.Header) == sizeof (EMU_VENDOR_DEVICE_PATH_NODE) in EmuBusDriverBindingStart()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DDevicePathLib.h98 DevicePathNodeLength (
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h45 #define DevicePathNodeLength(a) ( ((a)->Length[0]) | ((a)->Length[1] << 8) ) macro
46 …evicePathNode(a) ( (EFI_DEVICE_PATH_PROTOCOL *) ( ((UINT8 *) (a)) + DevicePathNodeLength(a)))
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
DPciBus.c165 DevicePathNodeLength(Node.DevPath) != sizeof(PCI_DEVICE_PATH)) { in PciBusDriverBindingSupported()
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtBusDriverDxe/
DWinNtBusDriver.c253 DevicePathNodeLength(RemainingDevicePath) != sizeof(WIN_NT_VENDOR_DEVICE_PATH_NODE)) { in WinNtBusDriverBindingSupported()
501DevicePathNodeLength (&Node->VendorDevicePath.Header) == sizeof (WIN_NT_VENDOR_DEVICE_PATH_NODE) in WinNtBusDriverBindingStart()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciBus.c153 DevicePathNodeLength(Node.DevPath) != sizeof(PCI_DEVICE_PATH)) { in PciBusDriverBindingSupported()
/device/linaro/bootloader/edk2/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/
DReportStatusCodeLib.c83 return ((UINTN) DevicePath - (UINTN) Start) + DevicePathNodeLength (DevicePath); in InternalReportStatusCodeDevicePathSize()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/SmmRuntimeDxeReportStatusCodeLib/
DReportStatusCodeLib.c105 return ((UINTN) DevicePath - (UINTN) Start) + DevicePathNodeLength (DevicePath); in InternalReportStatusCodeDevicePathSize()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DConsistMapping.c431 DevPathSize1 = DevicePathNodeLength (DevicePath1); in DevPathCompareDefault()
432 DevPathSize2 = DevicePathNodeLength (DevicePath2); in DevPathCompareDefault()
666 …TargetNameLength = MIN(DevicePathNodeLength (DevicePathNode) - sizeof (VENDOR_DEVICE_PATH), PcdGet… in DevPathSerialVendor()
774 TargetNameLength = DevicePathNodeLength (DevicePathNode) - sizeof (ISCSI_DEVICE_PATH); in DevPathSerialIScsi()
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiExtScsiPassThru.c323 (DevicePathNodeLength (DevicePath) <= sizeof (ISCSI_DEVICE_PATH)) in IScsiExtScsiPassThruGetTargetLun()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
DIScsiExtScsiPassThru.c290 (DevicePathNodeLength (DevicePath) <= sizeof (ISCSI_DEVICE_PATH)) in IScsiExtScsiPassThruGetTargetLun()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DDevicePath.c351 NodeLength = DevicePathNodeLength (Node); in EfiAppendDevicePathNode()
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsLoadOption.c172 NodeLength = DevicePathNodeLength(DevicePathNode); in BootOptionToLoadOptionVariable()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeReportStatusCodeLib/
DReportStatusCodeLib.c125 return ((UINTN) DevicePath - (UINTN) Start) + DevicePathNodeLength (DevicePath); in InternalReportStatusCodeDevicePathSize()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/
DUefiDevicePathLib.c210 NodeLength = DevicePathNodeLength (DevicePathNode); in GlueAppendDevicePathNode()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
DRtDevicePath.c448 NodeLength = DevicePathNodeLength (Node); in RtEfiAppendDevicePathNode()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DAtaAtapiPassThru.c1733 ((DevicePathNodeLength(DevicePath) != sizeof(ATAPI_DEVICE_PATH)) && in AtaPassThruGetDevice()
1734 (DevicePathNodeLength(DevicePath) != sizeof(SATA_DEVICE_PATH)))) { in AtaPassThruGetDevice()
2370 ((DevicePathNodeLength(DevicePath) != sizeof(ATAPI_DEVICE_PATH)) && in ExtScsiPassThruGetTargetLun()
2371 (DevicePathNodeLength(DevicePath) != sizeof(SATA_DEVICE_PATH)))) { in ExtScsiPassThruGetTargetLun()
/device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
DMmc.c217 DevicePathNodeLength(Node.DevPath) != sizeof(VENDOR_DEVICE_PATH)) { in MmcDriverBindingSupported()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsMisc.c440 NodeSize = DevicePathNodeLength (DevicePath); in GetDevicePathSizeEx()
450 Size += DevicePathNodeLength (DevicePath); in GetDevicePathSizeEx()

123