Searched defs:bidx (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_hash.c189 first_item(Cache *cp, int *bidx, int *iidx) argument
199 for (*bidx = 0; *bidx < cp->hsz && (cp->bp[*bidx].nalloc == 0 ||
200 cp->bp[*bidx].nent == 0); (*bidx)++)
203 if (*bidx < cp->hsz && cp->bp[*bidx].nent > 0) {
204 itemp = cp->bp[*bidx].itempp[0];
207 *bidx
214 next_item(Cache *cp, int *bidx, int *iidx) argument
285 int bidx; local
339 int bidx; local
371 int bidx; local
[all...]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c957 int bidx, nw; local
985 buf = tlm_buffer_out_buf(bufs, &bidx);
989 NDMP_LOG(LOG_DEBUG, "w%d", bidx);
995 bidx, session->ns_mover.md_position);
1002 buf = tlm_buffer_out_buf(bufs, &bidx);
1012 NDMP_LOG(LOG_DEBUG, "W%d", bidx);
1073 int bidx; local
1114 buf = tlm_buffer_in_buf(bufs, &bidx);
1119 NDMP_LOG(LOG_DEBUG, "R%d", bidx);
1127 NDMP_LOG(LOG_DEBUG, "r%d", bidx);
[all...]
H A Dndmpd_mover.c2509 int bidx; /* buffer index */ local
2534 buf = tlm_buffer_in_buf(bufs, &bidx);
2540 NDMP_LOG(LOG_DEBUG, "R%d", bidx);
2548 NDMP_LOG(LOG_DEBUG, "r%d", bidx);
2572 bidx = bufs->tbs_buffer_in;
2658 int bidx; /* buffer index */ local
2682 bidx = bufs->tbs_buffer_out;
2685 buf = &bufs->tbs_buffer[bidx];
2688 NDMP_LOG(LOG_DEBUG, "w%d", bidx);
2698 bidx
2880 int bidx; /* buffer index */ local
3020 int bidx; local
[all...]
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c2033 uint32_t idx, bidx; local
2144 bidx = idx / 2;
2154 bidx = idx / 2;
2161 txbuf = sc->sc_txbufs[bidx];
2162 dr = &sc->sc_dma_txbufs[bidx];

Completed in 73 milliseconds