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

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c2798 int ctlcount; local
2806 ctlcount = mctl->len;
2813 allocsz = MAX(ctlcount, 64);
2828 if (copyin(base, bp->b_wptr, ctlcount)) {
2832 bp->b_wptr += ctlcount;

Completed in 80 milliseconds