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

/illumos-gate/usr/src/cmd/sa/
H A Dsadp.c210 int nonblk; variable
784 nonblk = 1;
794 nonblk = 2;
826 if ((nonblk == 0) && (ckbits((struct buf *)sbuf) != -1))
829 if ((nonblk == 1) && (ckbits((struct buf *)phybuf) != -1))
834 if ((nonblk == 2) &&

Completed in 65 milliseconds