The function advances data pointers forward in given uio by offset. It
is planned to be used for interaction between aio(4) and unix(4).
Details
Details
- Reviewers
markj - Group Reviewers
network - Commits
- rGa1424b75453f: uio: provide uioadvance()
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/kern/subr_uio.c | ||
---|---|---|
297 | Also add MPASS(uio->uio_resid >= 0) before. I think we can put these assertions into the loop body too. |