Home
last modified time | relevance | path

Searched refs:DriverVersion (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBA.cc206 memcpy(attributes.DriverVersion, attrs.DriverVersion, 256); in getHBAAttributes()
313 memcpy(attributes.DriverVersion, attrs.DriverVersion, 256); in npivGetHBAAttributes()
H A DTgtFCHBA.cc155 memcpy(attributes.DriverVersion, attrs.DriverVersion, 256); in getHBAAttributes()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/
H A Dfcio.h225 char DriverVersion[256]; member
249 char DriverVersion[256]; member
/illumos-gate/usr/src/cmd/fcinfo/
H A DprintAttrs.c243 attrs->DriverVersion[0] == 0? "not available":attrs->DriverVersion); in printHBAPortInfo()
/illumos-gate/usr/src/uts/common/sys/
H A Dfctio.h85 char DriverVersion[256]; member
/illumos-gate/usr/src/cmd/sasinfo/
H A DprintAttrs.c263 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 Dmptsas_ioctl.h130 uint8_t DriverVersion[32]; member
/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_hba_disco.c487 (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 Dsmhbaapi.h120 char DriverVersion[256]; member
/illumos-gate/usr/src/lib/hbaapi/common/
H A Dhbaapi.h287 char DriverVersion[256]; /* Vendor use */ member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hbaapi.h288 char DriverVersion[256]; /* Vendor use */ member
H A Demlxs_hw.h2032 uint8_t DriverVersion[256]; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dexioct.h411 UINT8 DriverVersion[EXT_DEF_MAX_STR_SIZE]; /* 128; "7.4.3" */ member
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c402 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 Dfp.c7473 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 Demlxs_dfc.c1276 (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 Dql_xioctl.c844 (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 Dmptsas.c12587 (void) strcpy((char *)&adapter_data->DriverVersion[0], driver_verstr); in mptsas_read_adapter_data()