Searched refs:END_DEVICE_PATH_TYPE (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/lib/libefivar/
H A Duefi-dputil.c74 END_DEVICE_PATH_TYPE,
319 return (BOOLEAN) (DevicePathType (Node) == END_DEVICE_PATH_TYPE);
354 END_DEVICE_PATH_TYPE, the SubType field of Node is set to
H A Defivar-dp-xlate.c157 DevicePathType(walker) == END_DEVICE_PATH_TYPE)
371 DevicePathType(walker) != END_DEVICE_PATH_TYPE) {
H A Defivar-dp-format.c2406 { END_DEVICE_PATH_TYPE, END_INSTANCE_DEVICE_PATH_SUBTYPE, DevPathToTextEndInstance },
/freebsd-current/stand/efi/include/
H A Defidevp.h44 #define END_DEVICE_PATH_TYPE 0x7f macro
59 #define IsDevicePathEndType(a) IsDevicePathType(a, END_DEVICE_PATH_TYPE)
71 (a)->Type = END_DEVICE_PATH_TYPE; \
/freebsd-current/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h1373 #define END_DEVICE_PATH_TYPE 0x7f macro

Completed in 189 milliseconds