Searched refs:OptionROMVersion (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | FCHBA.cc | 207 memcpy(attributes.OptionROMVersion, attrs.OptionROMVersion, 256); in getHBAAttributes() 314 memcpy(attributes.OptionROMVersion, attrs.OptionROMVersion, 256); in npivGetHBAAttributes()
|
H A D | TgtFCHBA.cc | 156 memcpy(attributes.OptionROMVersion, attrs.OptionROMVersion, 256); in getHBAAttributes()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ |
H A D | fcio.h | 226 char OptionROMVersion[256]; member 250 char OptionROMVersion[256]; member
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | fctio.h | 86 char OptionROMVersion[256]; member
|
/illumos-gate/usr/src/cmd/sasinfo/ |
H A D | printAttrs.c | 248 attrs->OptionROMVersion[0] == 0? "not available": in printHBAInfo() 249 attrs->OptionROMVersion); in printHBAInfo()
|
/illumos-gate/usr/src/cmd/fcinfo/ |
H A D | printAttrs.c | 236 attrs->OptionROMVersion); in printHBAPortInfo()
|
/illumos-gate/usr/src/lib/smhba/common/ |
H A D | smhbaapi.h | 121 char OptionROMVersion[256]; member
|
/illumos-gate/usr/src/lib/sun_sas/common/ |
H A D | devtree_hba_disco.c | 501 new_hba->adapter_attributes.OptionROMVersion[0] = '\0'; in devtree_get_one_hba()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_hbaapi.h | 289 char OptionROMVersion[256]; /* Vendor use - i.e. hardware boot ROM*/ member
|
H A D | emlxs_hw.h | 2033 uint8_t OptionROMVersion[256]; member
|
/illumos-gate/usr/src/lib/hbaapi/common/ |
H A D | hbaapi.h | 288 char OptionROMVersion[256]; /* Vendor use - i.e. hardware boot ROM*/ member
|
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct.c | 392 bcopy(attr->option_rom_version, hba_attr->OptionROMVersion, in fct_get_adapter_attr() 393 sizeof (hba_attr->OptionROMVersion)); in fct_get_adapter_attr()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 7457 val->OptionROMVersion, in fp_fciocmd() 7458 sizeof (val->OptionROMVersion)); in fp_fciocmd() 7498 bcopy(val->OptionROMVersion, val32->OptionROMVersion, in fp_fciocmd() 7499 sizeof (val->OptionROMVersion)); in fp_fciocmd()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfc.c | 1279 (void) strncpy(hba_attrs->OptionROMVersion, in emlxs_fcio_get_adapter_attrs() 1281 (sizeof (hba_attrs->OptionROMVersion)-1)); in emlxs_fcio_get_adapter_attrs() 1326 (void) strncpy(hba_attrs->OptionROMVersion, in emlxs_fcio_get_adapter_attrs() 1328 (sizeof (hba_attrs->OptionROMVersion)-1)); in emlxs_fcio_get_adapter_attrs()
|