Home
last modified time | relevance | path

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

/xnu-8020.121.3/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-8020.121.3/bsd/dev/
H A Dmemdev.c279buf_setresid(bp, buf_count(bp)); /* Set byte count … in mdevstrategy()
364buf_setresid(bp, 0); /* Nothing… in mdevstrategy()
/xnu-8020.121.3/bsd/sys/
H A Dbuf.h506 void buf_setresid(buf_t bp, uint32_t resid);
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_bio.c704 buf_setresid(buf_t bp, uint32_t resid) in buf_setresid() function