Searched refs:uiomove (Results 1 - 25 of 103) sorted by relevance

12345

/illumos-gate/usr/src/cmd/dtrace/demo/struct/
H A Dksyms.d45 * Instrument uiomove(9F). The prototype for this function is as follows:
46 * int uiomove(caddr_t addr, size_t nbytes, enum uio_rw rwflag, uio_t *uio);
48 fbt::uiomove:entry
53 printf("uiomove %u bytes to %p in pid %d\n",
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/docsExamples/
H A Dksyms.d56 fbt::uiomove:entry
61 printf("uiomove %u bytes to %p in pid %d\n", this->iov->iov_len,
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprusrio.c77 (error = uiomove(bp, len, UIO_READ, uiop)) != 0)
100 if ((error = uiomove(bp, len, UIO_WRITE, uiop)) != 0)
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Duio.c30 uiomove(void *p, size_t n, enum uio_rw rw, struct uio *uio) function
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c534 if ((error = uiomove((char *)&sym + partial,
551 if ((error = uiomove((char *)&sym, sizeof (sym), UIO_READ,
655 if ((error = uiomove((char *)&ehdr + uio->uio_loffset,
684 if ((error = uiomove((char *)&shdr + off,
718 error = uiomove((char *)addr + off,
734 if ((error = uiomove(&padding,
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_sym.c108 * just a uiomove.
116 return (uiomove(symnode->ctfs_sn_string, symnode->ctfs_sn_size - 1,
/illumos-gate/usr/src/uts/i86xpv/io/
H A Ddomcaps.c114 return (uiomove(data + uio->uio_loffset, nbytes,
/illumos-gate/usr/src/uts/common/io/
H A Drandom.c258 error = uiomove(random_bytes, len, UIO_READ, uiop);
289 if ((error = uiomove(buf, bytes, UIO_WRITE, uiop)) != 0)
H A Dsmbios.c133 err = uiomove((char *)ep + off, eprlen, UIO_READ, uio);
144 err = uiomove(buf + bufoff,
H A Dcpuid_drv.c134 if ((error = uiomove(&crs, sizeof (crs), UIO_READ, uio)) != 0)
H A Deventfd.c128 err = uiomove(&val, sizeof (val), UIO_READ, uio);
163 if ((err = uiomove(&val, sizeof (val), UIO_WRITE, uio)) != 0)
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_async.c256 ret = uiomove(&arq, sizeof (arq), UIO_READ, uiop);
274 ret = uiomove(mp->b_rptr, len, UIO_READ, uiop);
302 if ((ret = uiomove(&arq, sizeof (arq), UIO_WRITE, uiop)) != 0) {
/illumos-gate/usr/src/uts/common/sys/
H A Duio.h58 * be performed by a routine such as uiomove(), which updates the uio
215 * NOTE: This flag will be used in uiomove to determine if non-temporal
242 int uiomove(void *, size_t, enum uio_rw, uio_t *);
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dmessage.c368 ret = uiomove(rdsv3_sg_page(sg), rdsv3_sg_len(sg), UIO_WRITE,
372 "uiomove failed");
422 ret = uiomove(rdsv3_sg_page(sg), to_copy, UIO_READ, uiop);
/illumos-gate/usr/src/uts/sun4u/grover/io/
H A Dgrfans.c416 return (uiomove(outputaddr, 1, UIO_READ, uiop));
422 if ((ret = uiomove(&req_value, sizeof (req_value), UIO_WRITE,
/illumos-gate/usr/src/uts/common/fs/fd/
H A Dfdops.c135 error = uiomove((caddr_t)dotbuf + uiop->uio_offset,
151 error = uiomove((caddr_t)&dirbuf + modoff,
288 * uiomove() updates both resid and offset by the same
292 * separately, ignoring what uiomove() does.
294 if (uiomove((caddr_t)dirent, reclen, UIO_READ, uiop))
/illumos-gate/usr/src/uts/common/xen/io/
H A Devtchn_dev.c222 if (uiomove(&ep->ring[EVTCHN_RING_MASK(c)], bytes1, UIO_READ, uio) ||
223 ((bytes2 != 0) && uiomove(&ep->ring[0], bytes2, UIO_READ, uio))) {
266 if ((rc = uiomove(kbuf, count, UIO_WRITE, uio)) != 0)
H A Dxenbus_dev.c472 ret = uiomove(xbs->read_buffer + idx, len, UIO_READ, uiop);
544 if (uiomove(xbs->u.buffer + xbs->len, len, UIO_WRITE, uiop) != 0) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_sa.c79 error = uiomove((caddr_t)db->db_data +
86 error = uiomove(dbp->db_data,
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dseeprom.c440 if ((err = uiomove(&i2ctp->i2c_wbuf[
513 err = uiomove(i2ctp->i2c_rbuf, actual_data_xfer,
H A Dtda8444.c467 return (uiomove(&unitp->tda8444_output[channel], 1,
499 if ((ret = uiomove(&out_value, sizeof (out_value), UIO_WRITE,
H A Dssc100.c672 if ((err = uiomove(&i2ctp->i2c_wbuf[1], current_xfer_len,
675 "uiomove failed", unitp->ssc100_name));
709 if ((err = uiomove(i2ctp->i2c_rbuf, current_xfer_len,
712 "uiomove failed", unitp->ssc100_name));
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h279 # define UIOMOVE(a,b,c,d) uiomove((caddr_t)a,b,c,d)
472 # define UIOMOVE(a,b,c,d) uiomove((caddr_t)a,b,c,d)
617 # define UIOMOVE(a,b,c,d) uiomove((caddr_t)a,b,c,d)
697 # define UIOMOVE(a,b,c,d) uiomove((caddr_t)a, b, d)
1073 # define UIOMOVE(a,b,c,d) uiomove((caddr_t)a,b,c,d)
1119 # define UIOMOVE(a,b,c,d) uiomove(a,b,c,d)
1233 extern int uiomove __P((caddr_t, size_t, int, struct uio *));
1302 # define UIOMOVE(a,b,c,d) uiomove((caddr_t)a,b,c,d)
1624 # define UIOMOVE(a,b,c,d) uiomove(a,b,d)
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_snmp.c637 retval = uiomove(tmpbufp, len, UIO_READ, uiop);
676 if (uiomove(tmpbufp + sizeof (ds_snmp_msg_t),
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vnops.c108 err = uiomove(base + segoff + poff, bytes, UIO_READ, uiop);
310 ret = uiomove(buf, (bsize - brem), UIO_READ, uiop);

Completed in 1260 milliseconds

12345