Lines Matching refs:strpeek
1221 STRUCT_DECL(strpeek, strpeek); in fifo_fastioctl()
1228 STRUCT_INIT(strpeek, mode); in fifo_fastioctl()
1235 error = copyin((caddr_t)arg, STRUCT_BUF(strpeek), in fifo_fastioctl()
1236 STRUCT_SIZE(strpeek)); in fifo_fastioctl()
1243 if (STRUCT_FGET(strpeek, flags) & RS_HIPRI) { in fifo_fastioctl()
1248 len = STRUCT_FGET(strpeek, databuf.maxlen); in fifo_fastioctl()
1250 STRUCT_FSET(strpeek, databuf.len, len); in fifo_fastioctl()
1252 iov.iov_base = STRUCT_FGETP(strpeek, databuf.buf); in fifo_fastioctl()
1273 STRUCT_FSET(strpeek, databuf.len, len - uio.uio_resid); in fifo_fastioctl()
1275 STRUCT_FSET(strpeek, flags, 0); in fifo_fastioctl()
1276 STRUCT_FSET(strpeek, ctlbuf.len, -1); in fifo_fastioctl()
1278 error = copyout(STRUCT_BUF(strpeek), (caddr_t)arg, in fifo_fastioctl()
1279 STRUCT_SIZE(strpeek)); in fifo_fastioctl()