Home
last modified time | relevance | path

Searched refs:vmapbuf (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/ufs/ffs/
H A Dffs_rawread.c226 if (vmapbuf(bp, udata, bp->b_bcount, 1) < 0) in ffs_rawread_readahead()
244 if (vmapbuf(bp, udata, bp->b_bcount, 1) < 0) in ffs_rawread_readahead()
/freebsd/sys/sys/
H A Dbuf.h603 int vmapbuf(struct buf *, void *, size_t, int);
/freebsd/sys/dev/nvme/
H A Dnvme_ctrlr.c1268 if (vmapbuf(buf, pt->buf, pt->len, 1) < 0) { in nvme_ctrlr_passthrough_cmd()
/freebsd/sys/cam/
H A Dcam_periph.c977 if (vmapbuf(mapinfo->bp[i], *data_ptrs[i], lengths[i], 1) < 0) { in cam_periph_mapmem()
/freebsd/sys/kern/
H A Dvfs_bio.c5087 vmapbuf(struct buf *bp, void *uaddr, size_t len, int mapbuf) in vmapbuf() function