Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dkern_physio.c191 error = vslock(CAST_USER_ADDR_T(buf_dataptr(bp)), in physio()
210 vsunlock(CAST_USER_ADDR_T(buf_dataptr(bp)), in physio()
/xnu-12377.61.12/bsd/sys/
H A Dbuf.h542 uintptr_t buf_dataptr(buf_t bp);
/xnu-12377.61.12/bsd/miscfs/specfs/
H A Dspec_vnops.c645 error = uiomove((char *)buf_dataptr(bp) + on, (int)n, uio); in spec_read()
805 error = uiomove((char *)buf_dataptr(bp) + on, (int)n, uio); in spec_write()
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_bio.c897 buf_dataptr(buf_t bp) in buf_dataptr() function