Searched refs:DevicePathType (Results 1 – 3 of 3) sorted by relevance
47 #define DevicePathType(a) ( ((a)->Type) & EFI_DP_TYPE_MASK ) macro52 #define IsDevicePathEndType(a) ( DevicePathType(a) == END_DEVICE_PATH_TYPE )
380 switch ( DevicePathType(devp.DevPath) ) in efi_arch_edd()
500 DevicePathType(dp) != END_DEVICE_PATH_TYPE; in get_parent_handle()505 if ( DevicePathType(dp) != MEDIA_DEVICE_PATH || in get_parent_handle()
Completed in 9 milliseconds