Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/libefi/
H A Ddevpath.c149 len = prefix + DevicePathNodeLength(NextDevicePathNode(node)); in efi_devpath_trim()
191 len = DevicePathNodeLength(devpath1); in efi_devpath_match()
192 if (len != DevicePathNodeLength(devpath2)) in efi_devpath_match()
222 len = DevicePathNodeLength(prefix); in efi_devpath_is_prefix()
223 if (len != DevicePathNodeLength(path)) in efi_devpath_is_prefix()
/illumos-gate/usr/src/boot/efi/include/
H A Defidevp.h38 #define DevicePathNodeLength(a) \ macro
41 ((EFI_DEVICE_PATH *)(((UINT8 *)(a)) + DevicePathNodeLength(a)))
/illumos-gate/usr/src/boot/efi/loader/
H A Defi_main.c146 DevicePathNodeLength(img->FilePath) <= in efi_main()