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

/illumos-gate/usr/src/uts/common/sys/
H A Demul64cmd.h54 uint32_t cmd_count; /* b_bcount */ member in struct:emul64_cmd
/illumos-gate/usr/src/uts/common/io/
H A Demul64_bsd.c294 if (sp->cmd_count < 6) {
307 pkt->pkt_resid = sp->cmd_count - 6;
318 if (sp->cmd_count < 22) {
356 pkt->pkt_resid = sp->cmd_count - 22;
374 if (sp->cmd_count < sizeof (inq)) {
417 pkt->pkt_resid = sp->cmd_count - sizeof (inq);
534 if (sp->cmd_count < 9) {
559 pkt->pkt_resid = sp->cmd_count - 9;
642 "pc=%d n=%d\n", emul64_name, page_control, sp->cmd_count);
645 if (sp->cmd_count < (sizeo
[all...]
H A Demul64.c865 sp->cmd_count = bp->b_bcount;
/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.c692 while (ip->cmd_count) {
702 ip->cmd_count--;
703 if (ip->cmd_count == 0) {
716 if (ip->cmd_count == 0)
731 ASSERT((ip->cmd_count) < NUM_TX);
732 if (ip->cmd_count == (NUM_TX - 1)) {
782 ip->cmd_count++;
790 if (ip->cmd_count == NUM_TX) {
793 ASSERT(ip->cmd_count < NUM_TX);
H A Diprb.h81 uint16_t cmd_count; member in struct:iprb
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c2574 int cmd_count = 0; local
2618 if (++cmd_count == 1) {

Completed in 66 milliseconds