Home
last modified time | relevance | path

Searched refs:phybuf (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/sa/
H A Dsadp.c208 char *sbuf, *phybuf; variable
475 phybuf = malloc(sizeof (struct buf) * tbl.v_pbuf);
476 if (phybuf == NULL)
575 FETCH_IAL(X1_PBUF, phybuf, tbl.v_pbuf*sizeof (struct buf));
829 if ((nonblk == 1) && (ckbits((struct buf *)phybuf) != -1)) in testdev()