Searched defs:models (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c72 } models[] = { variable in typeref:struct:ql_known_models
421 for (i = 0; models[i].ssid; i++) {
422 if ((model == models[i].ssid) &&
423 (ssdevid == models[i].ssvid)) {
428 if (models[i].ssid) {
430 models[i].model);
433 models[i].model_description);
442 if (models[i].ssid == 0x10a && ha->adapInfo[10] ==
/illumos-gate/usr/src/tools/stabs/
H A Dmain.c50 struct model_info models[] = { variable in typeref:struct:model_info
133 for (model = models; model->name != NULL; model++) {
150 fprintf(stderr, "\tSupported data models:\n");
151 for (model = models; model->name != NULL; model++)
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c472 static const Msg models[] = { local
478 CONV_DS_MSG_INIT(PR_MODEL_UNKNOWN, models) };

Completed in 64 milliseconds