Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/i386/stand/efiboot/
H A Defidev.c48 cmp = DevicePathNodeLength(dpa) - DevicePathNodeLength(dpb); in efi_device_path_ncmp()
51 cmp = memcmp(dpa, dpb, DevicePathNodeLength(dpa)); in efi_device_path_ncmp()
/netbsd-src/sys/stand/efiboot/
H A Defidev.c61 cmp = DevicePathNodeLength(dpa) - DevicePathNodeLength(dpb); in efi_device_path_ncmp()
64 cmp = memcmp(dpa, dpb, DevicePathNodeLength(dpa)); in efi_device_path_ncmp()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Ddpath.c215 Length = DevicePathNodeLength(Src2); in AppendDevicePathNode()
353 Size += DevicePathNodeLength(Src); in UnpackDevicePath()
380 Size = DevicePathNodeLength(Src); in UnpackDevicePath()
708 HwAddressSize = DevicePathNodeLength( & MAC-> Header ) ; in _DevPathMacAddr()
778 if ( ! show && DevicePathNodeLength( & IP-> Header ) == sizeof( IPv4_DEVICE_PATH ) ) { in _DevPathIPv4()
786 if ( DevicePathNodeLength( & IP-> Header ) == sizeof( IPv4_DEVICE_PATH ) ) { in _DevPathIPv4()
838 if ( DevicePathNodeLength( & IP-> Header ) == sizeof( IPv6_DEVICE_PATH ) ) { in _DevPathIPv6()
1073 length = DevicePathNodeLength( Path ) ; in _DevPathNodeUnknown()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defidevp.h54 #define DevicePathNodeLength(a) ( ((a)->Length[0]) | ((a)->Length[1] << 8) ) macro
55 …evicePathNode(a) ( (EFI_DEVICE_PATH_PROTOCOL *) ( ((UINT8 *) (a)) + DevicePathNodeLength(a)))
/netbsd-src/sys/arch/ia64/stand/efi/libefi/
H A Defi.c157 DevicePathNodeLength(img->FilePath) <= in efi_main()