Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c429 (void) snprintf(attrs->model, FCHBA_MODEL_LEN, "%s", in ql_populate_hba_fru_details()
435 (void) snprintf(attrs->model, FCHBA_MODEL_LEN, in ql_populate_hba_fru_details()
444 (void) snprintf(attrs->model, FCHBA_MODEL_LEN, "%s", in ql_populate_hba_fru_details()
459 (uint8_t *)attrs->model, FCHBA_MODEL_LEN)) >= 0) { in ql_populate_hba_fru_details()
464 (void) snprintf(attrs->model, FCHBA_MODEL_LEN, in ql_populate_hba_fru_details()
/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h237 #define FCHBA_MODEL_LEN 256 macro
249 char model[FCHBA_MODEL_LEN];
/titanic_50/usr/src/uts/common/sys/
H A Dfct.h152 #define FCHBA_MODEL_LEN 256 macro
170 char model[FCHBA_MODEL_LEN];
/titanic_50/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c1017 (uint_t)(len < FCHBA_MODEL_LEN ? len : FCHBA_MODEL_LEN), in qlt_populate_hba_fru_details()