Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/dev/vn/
H A Dvn.c684 buf_setresid(bp, (uint32_t)(resid * blocksize)); in shadow_read()
735 buf_setresid(bp, (uint32_t)(resid * blocksize)); in shadow_write()
759 buf_setresid(bp, (uint32_t)temp_resid); in vn_readwrite_io()
792 buf_setresid(bp, buf_count(bp)); in vnstrategy()
819 buf_setresid(bp, buf_count(bp)); in vnstrategy()
/xnu-8019.80.24/bsd/dev/
H A Dmemdev.c265buf_setresid(bp, buf_count(bp)); /* Set byte count … in mdevstrategy()
350buf_setresid(bp, 0); /* Nothing… in mdevstrategy()
/xnu-8019.80.24/bsd/sys/
H A Dbuf.h506 void buf_setresid(buf_t bp, uint32_t resid);
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_bio.c704 buf_setresid(buf_t bp, uint32_t resid) in buf_setresid() function