Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c265 uint32_t types = FTYPE_BIOS|FTYPE_FCODE|FTYPE_EFI; in ql_populate_hba_fru_details()
284 case FTYPE_EFI: in ql_populate_hba_fru_details()
H A Dql_xioctl.c3153 types = (FTYPE_BIOS | FTYPE_FCODE | FTYPE_EFI); in ql_get_fcache()
7268 fcache->type = FTYPE_EFI; in ql_check_pci()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h299 #define FTYPE_EFI BIT_2 macro