Lines Matching refs:auio
1459 struct uio auio; in watch_physio() local
1485 auio.uio_iovcnt = 1; in watch_physio()
1486 auio.uio_iov = iov; in watch_physio()
1487 auio.uio_resid = len; in watch_physio()
1488 auio.uio_loffset = uio->uio_loffset; in watch_physio()
1489 auio.uio_llimit = uio->uio_llimit; in watch_physio()
1490 auio.uio_fmode = uio->uio_fmode; in watch_physio()
1491 auio.uio_extflg = uio->uio_extflg; in watch_physio()
1492 auio.uio_segflg = uio->uio_segflg; in watch_physio()
1502 &auio); in watch_physio()
1505 len -= auio.uio_resid; in watch_physio()
1513 if (auio.uio_resid || error) in watch_physio()
1533 mincnt, &auio); in watch_physio()
1537 len -= auio.uio_resid; in watch_physio()
1556 if (auio.uio_resid || error) in watch_physio()