Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h384 int bp_copyin(struct buf *, void *, offset_t, size_t);
/illumos-gate/usr/src/uts/common/os/
H A Dbp_map.c260 bp_copyin(struct buf *bp, void *driverbuf, offset_t offset, size_t size) in bp_copyin() function
/illumos-gate/usr/src/man/man9f/
H A DMakefile62 bp_copyin.9f \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man9f.inc201 file path=usr/share/man/man9f/bp_copyin.9f
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c16338 (void) bp_copyin(bp, cont_bp->b_un.b_addr, 0, bp->b_bcount); in st_get_bigblk_bp()