Searched refs:hardware_version (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fctl.h | 251 char hardware_version[FCHBA_HARDWARE_VERSION_LEN]; member in struct:fca_port_attrs
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | fct.h | 172 char hardware_version[FCHBA_HARDWARE_VERSION_LEN]; member in struct:fct_port_attrs
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_hba_fru.c | 258 attrs->hardware_version[0] = '\0';
|
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet_fc.c | 627 (void) strcpy(port_attrs->hardware_version, "N/A");
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei_lv.c | 782 (void) strcpy(port_attrs->hardware_version, "N/A");
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fct.c | 1383 (void) snprintf(port_attrs->hardware_version, 1384 (sizeof (port_attrs->hardware_version)-1), 1433 "Port attr: hardware_version = %s", 1434 port_attrs->hardware_version);
|
H A D | emlxs_solaris.c | 1922 (void) snprintf(port_info->pi_attrs.hardware_version, 1923 (sizeof (port_info->pi_attrs.hardware_version)-1), 2027 "Port info: hardware_version = %s", 2028 port_info->pi_attrs.hardware_version);
|
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct.c | 381 bcopy(attr->hardware_version, hba_attr->HardwareVersion,
|
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.c | 976 port_attrs->hardware_version[0] = '\0';
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 7452 bcopy(port->fp_hba_port_attrs.hardware_version,
|
Completed in 124 milliseconds