/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | FCHBA.cc | 206 memcpy(attributes.DriverVersion, attrs.DriverVersion, 256); in getHBAAttributes() 313 memcpy(attributes.DriverVersion, attrs.DriverVersion, 256); in npivGetHBAAttributes()
|
H A D | TgtFCHBA.cc | 155 memcpy(attributes.DriverVersion, attrs.DriverVersion, 256); in getHBAAttributes()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ |
H A D | fcio.h | 225 char DriverVersion[256]; member 249 char DriverVersion[256]; member
|
/illumos-gate/usr/src/cmd/fcinfo/ |
H A D | printAttrs.c | 243 attrs->DriverVersion[0] == 0? "not available":attrs->DriverVersion); in printHBAPortInfo()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | fctio.h | 85 char DriverVersion[256]; member
|
/illumos-gate/usr/src/cmd/sasinfo/ |
H A D | printAttrs.c | 263 attrs->DriverVersion[0] == 0? "not available": in printHBAInfo() 264 attrs->DriverVersion); in printHBAInfo()
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/ |
H A D | mptsas_ioctl.h | 130 uint8_t DriverVersion[32]; member
|
/illumos-gate/usr/src/lib/sun_sas/common/ |
H A D | devtree_hba_disco.c | 487 (void) strlcpy(new_hba->adapter_attributes.DriverVersion, in devtree_get_one_hba() 489 sizeof (new_hba->adapter_attributes.DriverVersion)); in devtree_get_one_hba()
|
/illumos-gate/usr/src/lib/smhba/common/ |
H A D | smhbaapi.h | 120 char DriverVersion[256]; member
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_hbaapi.h | 288 char DriverVersion[256]; /* Vendor use */ member
|
H A D | emlxs_hw.h | 2032 uint8_t DriverVersion[256]; member
|
/illumos-gate/usr/src/lib/hbaapi/common/ |
H A D | hbaapi.h | 287 char DriverVersion[256]; /* Vendor use */ member
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | exioct.h | 411 UINT8 DriverVersion[EXT_DEF_MAX_STR_SIZE]; /* 128; "7.4.3" */ member
|
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct.c | 402 bcopy(attr->driver_version, hba_attr->DriverVersion, in fct_get_adapter_attr() 403 sizeof (hba_attr->DriverVersion)); in fct_get_adapter_attr()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 7473 val->DriverVersion, in fp_fciocmd() 7474 sizeof (val->DriverVersion)); in fp_fciocmd() 7507 bcopy(val->DriverVersion, val32->DriverVersion, in fp_fciocmd() 7508 sizeof (val->DriverVersion)); in fp_fciocmd()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfc.c | 1276 (void) snprintf(hba_attrs->DriverVersion, in emlxs_fcio_get_adapter_attrs() 1277 (sizeof (hba_attrs->DriverVersion)-1), in emlxs_fcio_get_adapter_attrs() 1323 (void) snprintf(hba_attrs->DriverVersion, in emlxs_fcio_get_adapter_attrs() 1324 (sizeof (hba_attrs->DriverVersion)-1), in emlxs_fcio_get_adapter_attrs()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 844 (void) sprintf((char *)(tmp_node.DriverVersion), QL_VERSION); in ql_qry_hba_node() 851 verlen = strlen((char *)(tmp_node.DriverVersion)); in ql_qry_hba_node() 859 tmpptr = (char *)&(tmp_node.DriverVersion[verlen + 1]); in ql_qry_hba_node()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 12644 (void) strcpy((char *)&adapter_data->DriverVersion[0], driver_verstr); in mptsas_read_adapter_data()
|