Home
last modified time | relevance | path

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

/dflybsd-src/stand/boot/efi/include/
H A Defi.h53 #define DevicePathNodeLength(a) ((size_t)(((a)->Length[0]) | ((a)->Length[1] << 8))) macro
/dflybsd-src/lib/libefivar/
H A Duefi-dputil.c260 DevicePathNodeLength ( in DevicePathNodeLength() function