Home
last modified time | relevance | path

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

/openbsd-src/sys/stand/efi/include/
H A Defidevp.h57 #define IsDevicePathType(a, t) ( DevicePathType(a) == t ) macro
58 #define IsDevicePathEndType(a) IsDevicePathType(a, END_DEVICE_PATH_TYPE)