Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dkern_physio.c219 done = buf_count(bp) - buf_resid(bp); in physio()
/xnu-11215.1.10/bsd/sys/
H A Dbuf.h496 uint32_t buf_resid(buf_t bp);
/xnu-11215.1.10/bsd/miscfs/specfs/
H A Dspec_vnops.c631 n = bsize - buf_resid(bp); in spec_read()
799 n = MIN(n, bsize - buf_resid(bp)); in spec_write()
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_bio.c698 buf_resid(buf_t bp) in buf_resid() function