/illumos-gate/usr/src/cmd/dtrace/demo/struct/ |
H A D | ksyms.d | 45 * 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 D | ksyms.d | 56 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 D | prusrio.c | 77 (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 D | uio.c | 30 uiomove(void *p, size_t n, enum uio_rw rw, struct uio *uio) function
|
/illumos-gate/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 534 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 D | ctfs_sym.c | 108 * just a uiomove. 116 return (uiomove(symnode->ctfs_sn_string, symnode->ctfs_sn_size - 1,
|
/illumos-gate/usr/src/uts/i86xpv/io/ |
H A D | domcaps.c | 114 return (uiomove(data + uio->uio_loffset, nbytes,
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | random.c | 258 error = uiomove(random_bytes, len, UIO_READ, uiop); 289 if ((error = uiomove(buf, bytes, UIO_WRITE, uiop)) != 0)
|
H A D | smbios.c | 133 err = uiomove((char *)ep + off, eprlen, UIO_READ, uio); 144 err = uiomove(buf + bufoff,
|
H A D | cpuid_drv.c | 134 if ((error = uiomove(&crs, sizeof (crs), UIO_READ, uio)) != 0)
|
H A D | eventfd.c | 128 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 D | av1394_async.c | 256 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 D | uio.h | 58 * 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 D | message.c | 368 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 D | grfans.c | 416 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 D | fdops.c | 135 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 D | evtchn_dev.c | 222 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 D | xenbus_dev.c | 472 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 D | zfs_sa.c | 79 error = uiomove((caddr_t)db->db_data + 86 error = uiomove(dbp->db_data,
|
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/ |
H A D | seeprom.c | 440 if ((err = uiomove(&i2ctp->i2c_wbuf[ 513 err = uiomove(i2ctp->i2c_rbuf, actual_data_xfer,
|
H A D | tda8444.c | 467 return (uiomove(&unitp->tda8444_output[channel], 1, 499 if ((ret = uiomove(&out_value, sizeof (out_value), UIO_WRITE,
|
H A D | ssc100.c | 672 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 D | ip_compat.h | 279 # 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 D | ds_snmp.c | 637 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 D | bootfs_vnops.c | 108 err = uiomove(base + segoff + poff, bytes, UIO_READ, uiop); 310 ret = uiomove(buf, (bsize - brem), UIO_READ, uiop);
|