Home
last modified time | relevance | path

Searched refs:FCHBA_MODEL_LEN (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c424 (void) snprintf(attrs->model, FCHBA_MODEL_LEN, "%s", in ql_populate_hba_fru_details()
430 (void) snprintf(attrs->model, FCHBA_MODEL_LEN, in ql_populate_hba_fru_details()
439 (void) snprintf(attrs->model, FCHBA_MODEL_LEN, "%s", in ql_populate_hba_fru_details()
454 (uint8_t *)attrs->model, FCHBA_MODEL_LEN)) >= 0) { in ql_populate_hba_fru_details()
459 (void) snprintf(attrs->model, FCHBA_MODEL_LEN, in ql_populate_hba_fru_details()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h240 #define FCHBA_MODEL_LEN 256 macro
252 char model[FCHBA_MODEL_LEN];
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h153 #define FCHBA_MODEL_LEN 256 macro
171 char model[FCHBA_MODEL_LEN];
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c1809 (uint_t)(len < FCHBA_MODEL_LEN ? len : FCHBA_MODEL_LEN), in qlt_populate_hba_fru_details()