Searched refs:vmapbuf (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/ufs/ffs/ |
| H A D | ffs_rawread.c | 226 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-14.2/sys/sys/ |
| H A D | buf.h | 598 int vmapbuf(struct buf *, void *, size_t, int);
|
| /freebsd-14.2/sys/dev/nvme/ |
| H A D | nvme_ctrlr.c | 1292 if (vmapbuf(buf, pt->buf, pt->len, 1) < 0) { in nvme_ctrlr_passthrough_cmd()
|
| /freebsd-14.2/sys/cam/ |
| H A D | cam_periph.c | 978 if (vmapbuf(mapinfo->bp[i], *data_ptrs[i], lengths[i], 1) < 0) { in cam_periph_mapmem()
|
| /freebsd-14.2/sys/kern/ |
| H A D | vfs_bio.c | 5063 vmapbuf(struct buf *bp, void *uaddr, size_t len, int mapbuf) in vmapbuf() function
|