Home
last modified time | relevance | path

Searched refs:buf_setresid (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/bsd/dev/
H A Dmemdev.c274buf_setresid(bp, buf_count(bp)); /* Set byte count … in mdevstrategy()
359buf_setresid(bp, 0); /* Nothing… in mdevstrategy()
/xnu-11215.1.10/bsd/sys/
H A Dbuf.h523 void buf_setresid(buf_t bp, uint32_t resid);
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_bio.c704 buf_setresid(buf_t bp, uint32_t resid) in buf_setresid() function