Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/sys/boot/efi/include/
H A Defidevp.h56 #define IsDevicePathType(a, t) ( DevicePathType(a) == t ) macro
57 #define IsDevicePathEndType(a) IsDevicePathType(a, END_DEVICE_PATH_TYPE)
/titanic_53/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c122 if (IsDevicePathType(imgpath, MEDIA_DEVICE_PATH) && in device_paths_match()
123 IsDevicePathType(devpath, MEDIA_DEVICE_PATH)) in device_paths_match()