Searched refs:table_count (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcf.h494 uint16_t table_count; member in struct:FCFTable
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvcobj.c2980 uint32_t table_count; local
2987 status = i_psvc_count_tables_associations(fp, &table_count,
2989 if (status != PSVC_SUCCESS || table_count == 0)
2992 for (i = 0; i < table_count; ++i) {
5027 uint32_t table_count; local
5086 &table_count, "TABLE_END");
5090 hdlp->total_obj_count += table_count;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcf.c1946 (sizeof (FCFIobj_t) * fcftab->table_count));
1949 fcftab->table_count = 0;
2024 fcftab->table_count = hba->sli.sli4.FCFICount;
2026 (sizeof (FCFIobj_t) * fcftab->table_count), KM_SLEEP);
2029 for (i = 0; i < fcftab->table_count; i++, fcfp++) {
2086 fcftab->table_count,
2531 for (i = 0; i < fcftab->table_count; i++, fcfp++) {
2560 for (i = 0; i < fcftab->table_count; i++, fcfp++) {
2584 for (i = 0; i < fcftab->table_count; i++, fcfp++) {
6073 for (i = 0; i < fcftab->table_count;
[all...]
H A Demlxs_dfc.c10398 hba->sli.sli4.fcftab.table_count * sizeof (DFC_FCoEFCFInfo_t);
10406 for (i = 0; i < hba->sli.sli4.fcftab.table_count; i++, fcfp++) {

Completed in 108 milliseconds