Searched defs:ncmds (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/mr_sas/
H A Dmr_sas.c133 uint16_t ncmds; local
168 ncmds = m.max_fw_cmds;
181 mdb_printf("%16p %4d %4d ", addr, instance, ncmds);
/illumos-gate/usr/src/cmd/checknr/
H A Dchecknr.c150 static int ncmds; /* size of knowncmds */ variable
196 while (knowncmds[ncmds])
197 ncmds++;
540 if (ncmds >= MAXCMDS) {
571 src = &knowncmds[ncmds-1];
577 ncmds++;
581 knowncmds[slot+1], knowncmds[slot+2], ncmds);
597 top = ncmds-1;
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c317 mdb_printf(" mptsas_target_t slot devhdl wwn ncmds throttle "
461 int ncmds = 0; local
518 ncmds += ptgt->m_t_ncmds;
533 mdb_printf("%3d total %3d ", slots_in_use, ncmds);
534 mdb_printf("%s", (tcmds == ncmds ? " " : " !="));
603 if (tcmds != ncmds)
847 mdb_printf(" mptsas_t inst ncmds suspend power");
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dengine.c250 int ncmds = sizeof(cmds) / sizeof(cmdfct); local
333 for (i = 0; i < ncmds; i++)
338 if (i >= ncmds)
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcio.h146 uint_t ncmds; /* outstanding commands */ member in struct:sf_stats
243 int ncmds; /* outstanding commands */ member in struct:ifp_stats
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Difpio.h180 int ncmds; /* outstanding commands */ member in struct:ifp_stats
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h187 int ncmds[AAC_CMDQ_NUM]; /* outstanding cmds of the device */ member in struct:aac_device
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c2691 short ncmds; local
2718 ncmds = fpkt->fcal_ncmds;
2719 ASSERT(ncmds >= 0);
2721 sf->sf_ncmds = ncmds;
3585 short ncmds; local
3601 ncmds = fpkt->fcal_ncmds;
3602 ASSERT(ncmds >= 0);
3604 sf->sf_ncmds = ncmds;
3937 short ncmds; local
3957 ncmds
5401 short ncmds; local
[all...]
H A Dfas.c1362 IPRINTF3("fas_quiesce: ncmds (%d) ndisc (%d) state (%d)\n",
1423 IPRINTF3("fas_checkdrain: ncmds (%d) ndisc (%d) state (%d)\n",
1450 int ncmds = 0; local
1455 ncmds += fas->f_tcmds[slot];
1457 return (ncmds);
1903 * check if ncmds still reflects the truth
1904 * count all cmds for this driver instance and compare with ncmds
1933 IPRINTF2("fas_check_ncmds: total=%x, ncmds=%x\n",
2872 "transport busy, slot=%x, ncmds=%x\n",
7231 IPRINTF2("ncmds
7373 int target, lun, i, n, tag, ncmds; local
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h114 uint_t ncmds; /* outstanding commands */ member in struct:fcp_stats
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1346 int ncmds; /* outstanding commands */ member in struct:ql_adapter_24xx_stat

Completed in 129 milliseconds