Searched refs:buf_unmap (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dbuf.h324 plus the buffer's upl offset (set in buf_setupl()). In the last case, buf_unmap() must later be called
333 @function buf_unmap
336 buf_unmap() does nothing; buf_brelse() will take care of unmapping. For a B_CLUSTER buffer, i.e. an iobuf
338 with an underlying "real" buffer through cluster_bp(), buf_unmap() does nothing; buf_brelse() on the
340 buf_setupl() was subsequently called; buf_map() created the mapping. In this case, buf_unmap() will
346 errno_t buf_unmap(buf_t);
/darwin-on-arm/xnu/bsd/dev/
H A Dmemdev.c332 * buf_unmap takes care of all the cases
337 buf_unmap(bp);
/darwin-on-arm/xnu/bsd/dev/vn/
H A Dvn.c773 buf_unmap(bp);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c1038 buf_unmap(buf_t bp) function
1081 buf_unmap(bp);

Completed in 29 milliseconds