Searched refs:buf_setdataptr (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_physio.c173 buf_setdataptr(bp, (uintptr_t)CAST_DOWN(caddr_t, uio_curriovbase(uio)));
/darwin-on-arm/xnu/bsd/sys/
H A Dbuf.h325 to tear down the mapping. NOTE: buf_map() does not set the buffer data pointer; this must be done with buf_setdataptr().
482 @function buf_setdataptr
490 void buf_setdataptr(buf_t, uintptr_t);
495 be set with buf_setdataptr(). See buf_map().
672 set up using buf_setdataptr() or buf_setupl()/buf_map().
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c623 buf_setdataptr(buf_t bp, uintptr_t data) { function
H A Dvfs_journal.c382 buf_setdataptr(bp, (uintptr_t)data);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c4881 buf_setdataptr(bp, (uintptr_t)buffer);

Completed in 98 milliseconds