HomeSort by: relevance | last modified time | path
    Searched refs:DevicePathNodeLength (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/i386/stand/efiboot/
efidev.c 48 cmp = DevicePathNodeLength(dpa) - DevicePathNodeLength(dpb);
51 cmp = memcmp(dpa, dpb, DevicePathNodeLength(dpa));
  /src/sys/stand/efiboot/
efidev.c 61 cmp = DevicePathNodeLength(dpa) - DevicePathNodeLength(dpb);
64 cmp = memcmp(dpa, dpb, DevicePathNodeLength(dpa));
  /src/sys/external/bsd/gnu-efi/dist/lib/
dpath.c 215 Length = DevicePathNodeLength(Src2);
353 Size += DevicePathNodeLength(Src);
380 Size = DevicePathNodeLength(Src);
708 HwAddressSize = DevicePathNodeLength( & MAC-> Header ) ;
778 if ( ! show && DevicePathNodeLength( & IP-> Header ) == sizeof( IPv4_DEVICE_PATH ) ) {
786 if ( DevicePathNodeLength( & IP-> Header ) == sizeof( IPv4_DEVICE_PATH ) ) {
838 if ( DevicePathNodeLength( & IP-> Header ) == sizeof( IPv6_DEVICE_PATH ) ) {
1073 length = DevicePathNodeLength( Path ) ;
  /src/sys/arch/ia64/stand/efi/libefi/
efi.c 157 DevicePathNodeLength(img->FilePath) <=
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidevp.h 54 #define DevicePathNodeLength(a) ( ((a)->Length[0]) | ((a)->Length[1] << 8) )
55 #define NextDevicePathNode(a) ( (EFI_DEVICE_PATH_PROTOCOL *) ( ((UINT8 *) (a)) + DevicePathNodeLength(a)))

Completed in 19 milliseconds