Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/sys/boot/efi/libefi/
H A Ddevpath.c113 len = prefix + DevicePathNodeLength(NextDevicePathNode(node)); in efi_devpath_trim()
154 len = DevicePathNodeLength(devpath1); in efi_devpath_match()
155 if (len != DevicePathNodeLength(devpath2)) in efi_devpath_match()
185 len = DevicePathNodeLength(prefix); in efi_devpath_is_prefix()
186 if (len != DevicePathNodeLength(path)) in efi_devpath_is_prefix()
H A Dlibefi.c191 DevicePathNodeLength(img->FilePath) <= in efi_main()
/titanic_53/usr/src/boot/sys/boot/efi/include/
H A Defidevp.h54 #define DevicePathNodeLength(a) ( ((a)->Length[0]) | ((a)->Length[1] << 8) ) macro
55 #define NextDevicePathNode(a) ( (EFI_DEVICE_PATH *) ( ((UINT8 *) (a)) + DevicePathNodeLength(…
/titanic_53/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c102 len = DevicePathNodeLength(imgpath); in nodes_match()
103 if (len != DevicePathNodeLength(devpath)) in nodes_match()