Home
last modified time | relevance | path

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

/xen/xen/include/efi/
A Defidevp.h47 #define DevicePathType(a) ( ((a)->Type) & EFI_DP_TYPE_MASK ) macro
52 #define IsDevicePathEndType(a) ( DevicePathType(a) == END_DEVICE_PATH_TYPE )
/xen/xen/arch/x86/efi/
A Defi-boot.h380 switch ( DevicePathType(devp.DevPath) ) in efi_arch_edd()
/xen/xen/common/efi/
A Dboot.c500 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