Searched refs:OptionROMVersion (Results 1 – 14 of 14) sorted by relevance
/titanic_41/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()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/ |
H A D | fcio.h | 226 char OptionROMVersion[256]; member 250 char OptionROMVersion[256]; member
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | fctio.h | 85 char OptionROMVersion[256]; member
|
/titanic_41/usr/src/cmd/sasinfo/ |
H A D | printAttrs.c | 246 attrs->OptionROMVersion[0] == 0? "not available": in printHBAInfo() 247 attrs->OptionROMVersion); in printHBAInfo()
|
/titanic_41/usr/src/cmd/fcinfo/ |
H A D | printAttrs.c | 231 attrs->OptionROMVersion); in printHBAPortInfo()
|
/titanic_41/usr/src/lib/smhba/common/ |
H A D | smhbaapi.h | 121 char OptionROMVersion[256]; member
|
/titanic_41/usr/src/lib/sun_sas/common/ |
H A D | devtree_hba_disco.c | 496 new_hba->adapter_attributes.OptionROMVersion[0] = '\0'; in devtree_get_one_hba()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_hbaapi.h | 284 char OptionROMVersion[256]; /* Vendor use - i.e. hardware boot ROM*/ member
|
H A D | emlxs_hw.h | 2005 uint8_t OptionROMVersion[256]; member
|
/titanic_41/usr/src/lib/hbaapi/common/ |
H A D | hbaapi.h | 283 char OptionROMVersion[256]; /* Vendor use - i.e. hardware boot ROM*/ member
|
/titanic_41/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct.c | 383 bcopy(attr->option_rom_version, hba_attr->OptionROMVersion, in fct_get_adapter_attr() 384 sizeof (hba_attr->OptionROMVersion)); in fct_get_adapter_attr()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfc.c | 1277 (void) strncpy(hba_attrs->OptionROMVersion, in emlxs_fcio_get_adapter_attrs() 1279 (sizeof (hba_attrs->OptionROMVersion)-1)); in emlxs_fcio_get_adapter_attrs() 1323 (void) strncpy(hba_attrs->OptionROMVersion, in emlxs_fcio_get_adapter_attrs() 1325 (sizeof (hba_attrs->OptionROMVersion)-1)); in emlxs_fcio_get_adapter_attrs()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 7456 val->OptionROMVersion, in fp_fciocmd() 7457 sizeof (val->OptionROMVersion)); in fp_fciocmd() 7497 bcopy(val->OptionROMVersion, val32->OptionROMVersion, in fp_fciocmd() 7498 sizeof (val->OptionROMVersion)); in fp_fciocmd()
|