Searched refs:outcnt (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipfcomp.c | 306 u_int incnt, outcnt; local 322 for (outcnt = 0, f = g->fg_start; f != NULL; 324 outcnt++; 325 emitGroup(num, dir, v, fr, g->fg_name, 0, outcnt); 339 for (outcnt = 0, f = g->fg_start; f != NULL; 341 outcnt++; 342 if (outcnt > 0) 343 emitheader(g, 0, outcnt);
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | dca.c | 1894 dca_bindchains(dca_request_t *reqp, size_t incnt, size_t outcnt) argument 1943 if (outcnt) { 1950 rv = dca_bindchains_one(reqp, outcnt, reqp->dr_offset +
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 5368 } while (tq->outcnt); 6289 * we need to ensure that q->outcnt == 0, otherwise 6301 if (tq->outcnt != 0) { 6310 ha->instance, tq->d_id.b24, tq->outcnt); 6877 if (tq->outcnt == 0) { 7757 tq->outcnt++; 7821 if (tq->outcnt != 0) { 7822 tq->outcnt--; 8737 if (tq->outcnt) { 9222 if (tq->outcnt) { [all...] |
H A D | ql_isr.c | 1452 if (tq->outcnt != 0) { 1453 tq->outcnt--;
|
H A D | ql_init.c | 3986 tq->outcnt = 0;
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 1255 volatile uint16_t outcnt; /* # of cmds running in ISP */ member in struct:ql_target
|
Completed in 139 milliseconds