Searched refs:vmapbuf (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/ufs/ffs/ |
| H A D | ffs_rawread.c | 236 if (vmapbuf(bp, udata, bp->b_bcount, 1) < 0) in ffs_rawread_readahead() 254 if (vmapbuf(bp, udata, bp->b_bcount, 1) < 0) in ffs_rawread_readahead()
|
| /freebsd-13.1/sys/sys/ |
| H A D | buf.h | 583 int vmapbuf(struct buf *, void *, size_t, int);
|
| /freebsd-13.1/sys/dev/nvme/ |
| H A D | nvme_ctrlr.c | 1285 if (vmapbuf(buf, pt->buf, pt->len, 1) < 0) { in nvme_ctrlr_passthrough_cmd()
|
| /freebsd-13.1/sys/cam/ |
| H A D | cam_periph.c | 954 if (vmapbuf(mapinfo->bp[i], *data_ptrs[i], lengths[i], 1) < 0) { in cam_periph_mapmem()
|
| /freebsd-13.1/sys/kern/ |
| H A D | vfs_bio.c | 5009 vmapbuf(struct buf *bp, void *uaddr, size_t len, int mapbuf) in vmapbuf() function
|