Lines Matching refs:strpeek
1223 STRUCT_DECL(strpeek, strpeek); in fifo_fastioctl()
1230 STRUCT_INIT(strpeek, mode); in fifo_fastioctl()
1237 error = copyin((caddr_t)arg, STRUCT_BUF(strpeek), in fifo_fastioctl()
1238 STRUCT_SIZE(strpeek)); in fifo_fastioctl()
1245 if (STRUCT_FGET(strpeek, flags) & RS_HIPRI) { in fifo_fastioctl()
1250 len = STRUCT_FGET(strpeek, databuf.maxlen); in fifo_fastioctl()
1252 STRUCT_FSET(strpeek, databuf.len, len); in fifo_fastioctl()
1254 iov.iov_base = STRUCT_FGETP(strpeek, databuf.buf); in fifo_fastioctl()
1275 STRUCT_FSET(strpeek, databuf.len, len - uio.uio_resid); in fifo_fastioctl()
1277 STRUCT_FSET(strpeek, flags, 0); in fifo_fastioctl()
1278 STRUCT_FSET(strpeek, ctlbuf.len, -1); in fifo_fastioctl()
1280 error = copyout(STRUCT_BUF(strpeek), (caddr_t)arg, in fifo_fastioctl()
1281 STRUCT_SIZE(strpeek)); in fifo_fastioctl()