| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| uio.h | 99 } uio_t; typedef in typeref:struct:uio 102 * Extended uio_t uioa_t used for asynchronous uio. 173 * uio_t (uioa_t), to uioasync enabled consumers. Unlike above all 179 #define UIO_ASYNC 0x0002 /* uio_t is really a uioa_t */ 193 int uiomove(void *, size_t, enum uio_rw, uio_t *); 194 void uio_prefaultpages(ssize_t, uio_t *); 195 int uiocopy(void *, size_t, enum uio_rw, uio_t *, size_t *); 196 int ureadc(int, uio_t *); /* should be errno_t in future */ 198 void uioskip(uio_t *, size_t); 199 int uiodup(uio_t *, uio_t *, iovec_t *, int) [all...] |
| gfs.h | 112 extern int gfs_dir_readdir(vnode_t *, uio_t *, int *, void *, cred_t *, 139 extern int gfs_readdir_init(gfs_readdir_state_t *, int, int, uio_t *, ino64_t, 141 extern int gfs_readdir_emit(gfs_readdir_state_t *, uio_t *, offset_t, ino64_t, 143 extern int gfs_readdir_emitn(gfs_readdir_state_t *, uio_t *, offset_t, ino64_t, 145 extern int gfs_readdir_pred(gfs_readdir_state_t *, uio_t *, offset_t *); 161 extern int gfs_vop_readdir(vnode_t *, uio_t *, cred_t *, int *,
|
| socket_proto.h | 116 int (*sd_send_uio)(sock_lower_handle_t, uio_t *, struct nmsghdr *, 118 int (*sd_recv_uio)(sock_lower_handle_t, uio_t *, struct nmsghdr *, 158 extern int sock_send_uio_notsupp(sock_lower_handle_t, uio_t *, 160 extern int sock_recv_uio_notsupp(sock_lower_handle_t, uio_t *,
|
| fem.h | 156 int (*femop_read)(femarg_t *vf, uio_t *uiop, int ioflag, \ 158 int (*femop_write)(femarg_t *vf, uio_t *uiop, int ioflag, \ 192 int (*femop_readdir)(femarg_t *vf, uio_t *uiop, cred_t *cr, \ 197 int (*femop_readlink)(femarg_t *vf, uio_t *uiop, cred_t *cr, \ 300 extern int vnext_read(femarg_t *vf, uio_t *uiop, int ioflag, cred_t *cr, 302 extern int vnext_write(femarg_t *vf, uio_t *uiop, int ioflag, cred_t *cr, 332 extern int vnext_readdir(femarg_t *vf, uio_t *uiop, cred_t *cr, int *eofp, 337 extern int vnext_readlink(femarg_t *vf, uio_t *uiop, cred_t *cr,
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ib/clients/rds/ |
| rds_transport.h | 38 int (*rds_transport_sendmsg)(uio_t *uiop, ipaddr_t srcip,
|
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/ |
| zvol.h | 53 extern int zvol_read(dev_t dev, uio_t *uiop, cred_t *cr); 54 extern int zvol_write(dev_t dev, uio_t *uiop, cred_t *cr);
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/crypto/ |
| common.c | 73 uio_prt(uio_t *addr) 81 uio_t uio; 85 if (mdb_vread(&uio, sizeof (uio_t), (uintptr_t)addr) 124 uio_t *cdu_uio; /* uio scatter-gather format */
|
| /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/ |
| nl7c.h | 76 int nl7c_data(struct sonode *, uio_t *);
|
| sodirect.h | 56 uioa_t sod_uioa; /* Pending uio_t for uioa_t use */ 78 extern uio_t *sod_rcv_init(struct sonode *, int, struct uio **);
|
| sodirect.c | 64 uio_t * 90 * Successful uioainit() so the uio_t part of the 91 * uioa_t will be used for all uio_t work to follow, 95 *uiopp = (uio_t *)&sodp->sod_uioa; 97 * Before returning to the caller the passed in uio_t 132 ASSERT(uiop == (uio_t *)&sodp->sod_uioa);
|
| /onnv/onnv-gate/usr/src/uts/common/smbsrv/ |
| smb_fsops.h | 76 int smb_fsop_read(smb_request_t *, cred_t *, smb_node_t *, uio_t *); 78 int smb_fsop_write(smb_request_t *, cred_t *, smb_node_t *, uio_t *,
|
| smb_vops.h | 114 int smb_vop_read(vnode_t *, uio_t *, cred_t *); 115 int smb_vop_write(vnode_t *, uio_t *, int, uint32_t *, cred_t *);
|
| /onnv/onnv-gate/usr/src/uts/common/avs/ns/nsctl/ |
| nsc_disk.h | 53 uio_t db_uio; /* Scatter/gather list */
|
| nsc_disk.c | 57 static int _nsc_uread(dev_t, uio_t *, cred_t *, nsc_fd_t *); 58 static int _nsc_uwrite(dev_t, uio_t *, cred_t *, nsc_fd_t *); 59 static int _nsc_rw_uio(nsc_fd_t *, uio_t *, uio_rw_t); 111 * Layer the generic nsc_buf_t provider onto a uio_t provider. 169 _nsc_uread(dev_t dev, uio_t *uiop, cred_t *crp, nsc_fd_t *fd) 178 _nsc_uwrite(dev_t dev, uio_t *uiop, cred_t *crp, nsc_fd_t *fd) 185 _nsc_rw_uio(nsc_fd_t *fd, uio_t *uiop, uio_rw_t rw) 484 bzero(&h->db_uio, sizeof (uio_t));
|
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| smbios.c | 116 smb_uiomove(smb_clone_t *cp, uio_t *uio) 153 smb_read(dev_t dev, uio_t *uio, cred_t *cred) 175 uio_t uio; 204 bzero(&uio, sizeof (uio_t));
|
| /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
| smb_smb.c | 94 uint32_t *lenp, uio_t *uiop, smb_cred_t *scred, int timo); 96 uint32_t *lenp, uio_t *uiop, smb_cred_t *scred, int timo); 99 uint32_t *lenp, uio_t *uiop, smb_cred_t *scred, int timo); 101 uint32_t *lenp, uio_t *uiop, smb_cred_t *scred, int timo); 359 uio_t *uiop, smb_cred_t *scred, int timo) 366 uio_t *, smb_cred_t *, int); 445 uio_t *uiop, smb_cred_t *scred, int timo) 532 uio_t *uiop, smb_cred_t *scred, int timo) 600 uio_t *uiop, smb_cred_t *scred, int timo) 673 uio_t *uiop, smb_cred_t *scred, int timo [all...] |
| /onnv/onnv-gate/usr/src/uts/common/netsmb/ |
| mchain.h | 163 int mb_put_uio(struct mbchain *mbp, uio_t *uiop, size_t size); 179 int md_get_uio(struct mdchain *mdp, uio_t *uiop, size_t size);
|
| /onnv/onnv-gate/usr/src/common/crypto/modes/ |
| modes.c | 51 uio_t *uiop = out->cd_uio; 110 uio_t *uio = out->cd_uio;
|
| /onnv/onnv-gate/usr/src/uts/common/fs/proc/ |
| prvnops.c | 635 pr_read_inval(prnode_t *pnp, uio_t *uiop) 646 pr_uioread(void *base, long count, uio_t *uiop) 661 pr_read_as(prnode_t *pnp, uio_t *uiop) 698 pr_read_status(prnode_t *pnp, uio_t *uiop) 720 pr_read_lstatus(prnode_t *pnp, uio_t *uiop) 766 pr_read_psinfo(prnode_t *pnp, uio_t *uiop) 793 pr_read_lpsinfo(prnode_t *pnp, uio_t *uiop) 859 pr_read_map_common(prnode_t *pnp, uio_t *uiop, prnodetype_t type) 900 pr_read_map(prnode_t *pnp, uio_t *uiop) 907 pr_read_rmap(prnode_t *pnp, uio_t *uiop [all...] |
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| move.c | 368 uioskip(uio_t *uiop, size_t n) 394 uiodup(uio_t *suio, uio_t *duio, iovec_t *diov, int diov_cnt) 571 * Initialize a uioa_t for a given uio_t for the current user context, 572 * copy the common uio_t to the uioa_t, walk the shared iovec_t and 577 uioainit(uio_t *uiop, uioa_t *uioap) 615 /* uio_t/uioa_t uio_t common struct copy */ 616 *((uio_t *)uioap) = *uiop; 709 uioafini(uio_t *uiop, uioa_t *uioap [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
| smbfs_subr.h | 238 uio_t uio, size_t *sizep); 268 int smbfs_readvnode(vnode_t *, uio_t *, cred_t *, struct vattr *); 269 int smbfs_writevnode(vnode_t *vp, uio_t *uiop, cred_t *cr,
|
| /onnv/onnv-gate/usr/src/uts/common/fs/ctfs/ |
| ctfs_sym.c | 112 ctfs_sym_readlink(vnode_t *vp, uio_t *uiop, cred_t *cr, caller_context_t *ct)
|
| /onnv/onnv-gate/usr/src/uts/common/inet/nca/ |
| ncadoorhdr.h | 283 uio_t *dci_uiop;
|
| /onnv/onnv-gate/usr/src/uts/i86xpv/io/ |
| domcaps.c | 104 domcaps_read(dev_t dev, uio_t *uio, cred_t *cr)
|
| /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/ |
| smb_fem.c | 83 static int smb_fem_oplock_read(femarg_t *, uio_t *, int, cred_t *, 85 static int smb_fem_oplock_write(femarg_t *, uio_t *, int, cred_t *, 423 uio_t *uiop, 444 uio_t *uiop,
|