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

/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c457 int slots_in_use = 0; local
487 slots_in_use++;
532 mdb_printf("%s", (mp->m_ncmds == slots_in_use ? " " : "!="));
533 mdb_printf("%3d total %3d ", slots_in_use, ncmds);
599 if (mp->m_ncmds != slots_in_use)

Completed in 45 milliseconds