Home
last modified time | relevance | path

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

/xnu-11215/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-11215/bsd/sys/
H A Dbuf.h542 uintptr_t buf_dataptr(buf_t bp);
/xnu-11215/bsd/miscfs/specfs/
H A Dspec_vnops.c641 error = uiomove((char *)buf_dataptr(bp) + on, (int)n, uio); in spec_read()
801 error = uiomove((char *)buf_dataptr(bp) + on, (int)n, uio); in spec_write()
/xnu-11215/bsd/vfs/
H A Dvfs_bio.c734 buf_dataptr(buf_t bp) in buf_dataptr() function