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
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 62342 Build 59226: arc lint + arc unit
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. |