Home | History | Annotate | Download | only in UefiDevicePathLibDevicePathProtocol

Lines Matching defs:NodeLength

102   UINTN NodeLength;

107 NodeLength = DevicePathNodeLength (DevicePath);
108 if (NodeLength < sizeof (EFI_DEVICE_PATH_PROTOCOL)) {
113 Size += NodeLength;
313 by NodeLength. NodeLength is returned. Node is not required to be aligned on
318 If NodeLength >= SIZE_64KB, then ASSERT().
319 If NodeLength < sizeof (EFI_DEVICE_PATH_PROTOCOL), then ASSERT().
560 NodeLength and initializes the device path node header with NodeType and NodeSubType.
562 If NodeLength is smaller than a device path header, then NULL is returned.
570 @param NodeLength The length of the new device node.
580 IN UINT16 NodeLength
583 return mDevicePathLibDevicePathUtilities->CreateDeviceNode (NodeType, NodeSubType, NodeLength);