Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Dkern_physio.c174 buf_setcount(bp, (uint32_t)iosize); in physio()
254 buf_setcount(bp, min(MAXPHYS, buf_count(bp))); in minphys()
/xnu-10002.81.5/bsd/sys/
H A Dbuf.h498 void buf_setcount(buf_t bp, uint32_t bcount);
/xnu-10002.81.5/bsd/dev/
H A Dmemdev.c297 buf_setcount(bp, (uint32_t)((mdev[devid].mdSize << 12) - blkoff)); /* Yes, trim to max */ in mdevstrategy()
/xnu-10002.81.5/bsd/vfs/
H A Dvfs_bio.c680 buf_setcount(buf_t bp, uint32_t bcount) in buf_setcount() function