Home
last modified time | relevance | path

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

/DragonStub/lib/
H A Ddpath.c213 Length = DevicePathNodeLength(Src2); in AppendDevicePathNode()
351 Size += DevicePathNodeLength(Src); in UnpackDevicePath()
378 Size = DevicePathNodeLength(Src); in UnpackDevicePath()
706 HwAddressSize = DevicePathNodeLength( & MAC-> Header ) ; in _DevPathMacAddr()
776 if ( ! show && DevicePathNodeLength( & IP-> Header ) == sizeof( IPv4_DEVICE_PATH ) ) { in _DevPathIPv4()
784 if ( DevicePathNodeLength( & IP-> Header ) == sizeof( IPv4_DEVICE_PATH ) ) { in _DevPathIPv4()
836 if ( DevicePathNodeLength( & IP-> Header ) == sizeof( IPv6_DEVICE_PATH ) ) { in _DevPathIPv6()
1071 length = DevicePathNodeLength( Path ) ; in _DevPathNodeUnknown()
/DragonStub/inc/
H A Defidevp.h52 #define DevicePathNodeLength(a) ( ((a)->Length[0]) | ((a)->Length[1] << 8) ) macro
53 …evicePathNode(a) ( (EFI_DEVICE_PATH_PROTOCOL *) ( ((UINT8 *) (a)) + DevicePathNodeLength(a)))