Home
last modified time | relevance | path

Searched refs:UIO_WRITE (Results 1 – 25 of 92) sorted by relevance

1234

/titanic_50/usr/src/uts/common/fs/proc/
H A Dprusrio.c94 case UIO_WRITE: in prusrio()
100 if ((error = uiomove(bp, len, UIO_WRITE, uiop)) != 0) in prusrio()
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Duio.h38 enum uio_rw { UIO_READ, UIO_WRITE }; enumerator
/titanic_50/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_disk.c180 return (_nsc_rw_uio(fd, uiop, UIO_WRITE)); in _nsc_uwrite()
218 if (pos > limit || rw == UIO_WRITE) in _nsc_rw_uio()
244 if (rw == UIO_WRITE) { in _nsc_rw_uio()
/titanic_50/usr/src/uts/common/cpr/
H A Dcpr_misc.c567 if (error = vn_rdwr(UIO_WRITE, vp, (caddr_t)cpr_pagecopy, in cpr_grow_statefile()
776 if (rc = cpr_rdwr(UIO_WRITE, vp, cdef, sizeof (*cdef))) in cpr_write_deffile()
805 (void) cpr_rdwr(UIO_WRITE, vp, &mini, sizeof (mini)); in cpr_clear_definfo()
/titanic_50/usr/src/uts/common/sys/
H A Duio.h210 typedef enum uio_rw { UIO_READ, UIO_WRITE } uio_rw_t; enumerator
/titanic_50/usr/src/uts/common/os/
H A Dinst_sync.c213 error = vn_rdwr(UIO_WRITE, vp, buf, count, *vo, in in_write()
H A Dconsole.c264 vn_rdwr(UIO_WRITE, console_vnode, cm->cm_text, strlen(cm->cm_text), in console_putmsg()
H A Dacct.c434 error = vn_rdwr(UIO_WRITE, vp, (caddr_t)&ag->acctbuf, in acct()
H A Dprintf.c153 (void) vn_rdwr(UIO_WRITE, sp->s_vp, body, in cprintf()
/titanic_50/usr/src/uts/common/io/
H A Drandom.c289 if ((error = uiomove(buf, bytes, UIO_WRITE, uiop)) != 0) in rnd_write()
H A Deventfd.c151 if ((err = uiomove(&val, sizeof (val), UIO_WRITE, uio)) != 0) in eventfd_write()
H A Dstrsun.c293 UIO_WRITE, uiop)) != 0) { in mcopyinuio()
/titanic_50/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c282 error = rwpcp(pcp, uiop, UIO_WRITE, ioflag); in pcfs_write()
326 ASSERT(rw == UIO_READ || rw == UIO_WRITE); in rwpcp()
339 if (uio->uio_loffset >= limit && rw == UIO_WRITE) { in rwpcp()
390 if (rw == UIO_WRITE && uio->uio_loffset + n >= limit) { in rwpcp()
410 if (rw == UIO_WRITE) { in rwpcp()
526 rw == UIO_WRITE ? S_WRITE : S_READ); in rwpcp()
538 if (rw == UIO_WRITE) in rwpcp()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddmu_diff.c60 da->da_err = vn_rdwr(UIO_WRITE, da->da_vp, (caddr_t)&da->da_ddr, in write_record()
H A Dvdev_file.c172 error = vn_rdwr((bp->b_flags & B_READ) ? UIO_READ : UIO_WRITE, in vdev_file_io_strategy()
H A Dspa_config.c182 err = vn_rdwr(UIO_WRITE, vp, buf, buflen, 0, UIO_SYSSPACE, in spa_config_write()
/titanic_50/usr/src/uts/sun/io/
H A Dsbusmem.c327 return (sbmem_rw(dev, uio, UIO_WRITE, cred)); in sbmem_write()
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dmessage.c368 ret = uiomove(rdsv3_sg_page(sg), rdsv3_sg_len(sg), UIO_WRITE, in rdsv3_message_copy_from_user()
/titanic_50/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_svc.c448 assert(rw == UIO_READ || rw == UIO_WRITE); in ndr_uiomove()
/titanic_50/usr/src/uts/sun4u/grover/io/
H A Dgrfans.c422 if ((ret = uiomove(&req_value, sizeof (req_value), UIO_WRITE, in grfans_io()
/titanic_50/usr/src/uts/sun4u/io/i2c/clients/
H A Dseeprom.c442 current_xfer_len, UIO_WRITE, uiop)) != 0) { in seeprom_io()
H A Dtda8444.c499 if ((ret = uiomove(&out_value, sizeof (out_value), UIO_WRITE, in tda8444_io()
/titanic_50/usr/src/uts/sun4v/io/
H A Dmdesc.c454 return (rw == UIO_WRITE ? ENOSPC : 0); in mdesc_rw()
/titanic_50/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_async.c302 if ((ret = uiomove(&arq, sizeof (arq), UIO_WRITE, uiop)) != 0) { in av1394_async_write()
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dquota.c434 (void) ufs_rdwri(UIO_WRITE, FWRITE, qip,

1234