Searched refs:vmapbuf (Results 1 – 5 of 5) sorted by relevance
/freebsd/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/sys/sys/ |
H A D | buf.h | 603 int vmapbuf(struct buf *, void *, size_t, int);
|
/freebsd/sys/dev/nvme/ |
H A D | nvme_ctrlr.c | 1276 if (vmapbuf(buf, pt->buf, pt->len, 1) < 0) { in nvme_ctrlr_passthrough_cmd() 1367 if (vmapbuf(buf, (void *)(uintptr_t)npc->addr, in nvme_ctrlr_linux_passthru_cmd()
|
/freebsd/sys/cam/ |
H A D | cam_periph.c | 967 if (vmapbuf(mapinfo->bp[i], *data_ptrs[i], lengths[i], 1) < 0) { in cam_periph_mapmem()
|
/freebsd/sys/kern/ |
H A D | vfs_bio.c | 5092 vmapbuf(struct buf *bp, void *uaddr, size_t len, int mapbuf) in vmapbuf() function
|