Home
last modified time | relevance | path

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

/src/stand/efi/include/
H A Defi.h70 #define IsDevicePathType(a, t) ( DevicePathType(a) == t ) macro
71 #define IsDevicePathEndType(a) IsDevicePathType(a, END_DEVICE_PATH_TYPE)
/src/stand/efi/libefi/
H A Ddevpath.c661 IsDevicePathType(devpath1, MEDIA_DEVICE_PATH) && in _efi_devpath_match()
662 IsDevicePathType(devpath2, MEDIA_DEVICE_PATH)) in _efi_devpath_match()