Searched refs:uio_t (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Duio.h99 * IO direction for uio_t.
100 * UIO_READ - data moves into iovec(s) associated with uio_t
101 * UIO_WRITE - data moves out of iovec(s) associated with uio_t
141 * uio_create - create an uio_t.
142 * Space is allocated to hold up to a_iovcount number of iovecs. The uio_t
146 uio_t uio_create( int a_iovcount, /* max number of iovecs */
152 * uio_reset - reset an uio_t.
153 * Reset the given uio_t to initial values. The uio_t is not fully initialized
158 void uio_reset( uio_t a_ui
[all...]
H A Dkernel_types.h43 typedef struct uio * uio_t; typedef in typeref:struct:uio
79 typedef struct uio * uio_t; typedef in typeref:struct:uio
H A Dubc.h97 int cluster_copy_upl_data(uio_t, upl_t, int, int *);
98 int cluster_copy_ubc_data(vnode_t, uio_t, int *, int);
H A Dvnode_internal.h374 int vn_getxattr(vnode_t, const char *, uio_t, size_t *, int, vfs_context_t);
375 int vn_setxattr(vnode_t, const char *, uio_t, int, vfs_context_t);
377 int vn_listxattr(vnode_t, uio_t, size_t *, int, vfs_context_t);
379 int default_getxattr(vnode_t, const char *, uio_t, size_t *, int, vfs_context_t);
380 int default_setxattr(vnode_t, const char *, uio_t, int, vfs_context_t);
H A Duio_internal.h98 struct user_iovec * uio_iovsaddr( uio_t a_uio );
99 __private_extern__ void uio_calculateresid( uio_t a_uio );
100 __private_extern__ void uio_setcurriovlen( uio_t a_uio, user_size_t a_value );
102 int uio_spacetype( uio_t a_uio );
103 __private_extern__ uio_t
145 int uio_max_iovs; /* max number of iovecs this uio_t can hold */
156 * UIO_SIZEOF - return the amount of space a uio_t requires to
H A Dvnode_if.h742 uio_t a_uio;
748 extern errno_t VNOP_GETXATTR(vnode_t, const char *, uio_t, size_t *, int, vfs_context_t);
754 uio_t a_uio;
759 extern errno_t VNOP_SETXATTR(vnode_t, const char *, uio_t, int, vfs_context_t);
774 uio_t a_uio;
780 extern errno_t VNOP_LISTXATTR(vnode_t, uio_t, size_t *, int, vfs_context_t);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_subr.c99 uiomove(const char * cp, int n, uio_t uio)
375 uwritec(uio_t uio)
453 * uio_resid - return the residual IO value for the given uio_t
455 user_ssize_t uio_resid( uio_t a_uio )
459 printf("%s :%d - invalid uio_t\n", __FILE__, __LINE__);
482 * uio_setresid - set the residual IO value for the given uio_t
484 void uio_setresid( uio_t a_uio, user_ssize_t a_value )
488 panic("%s :%d - invalid uio_t\n", __FILE__, __LINE__);
514 * with the given uio_t. May return 0.
516 user_addr_t uio_curriovbase( uio_t a_ui
[all...]
H A Duipc_syscalls.c135 static int sendit(struct proc *, int, struct user_msghdr *, uio_t, int,
137 static int recvit(struct proc *, int, struct user_msghdr *, uio_t, user_addr_t,
812 sendit(struct proc *p, int s, struct user_msghdr *mp, uio_t uiop,
912 uio_t auio = NULL;
927 /* no need to set up msg_iov. sendit uses uio_t we send it */
1002 uio_t auio = NULL;
1064 /* finish setup of uio_t */
1106 recvit(struct proc *p, int s, struct user_msghdr *mp, uio_t uiop,
1259 uio_t auio = NULL;
1281 /* no need to set up msg_iov. recvit uses uio_t w
[all...]
H A Dsys_generic.c141 int rd_uio(struct proc *p, int fdes, uio_t uio, user_ssize_t *retval);
142 int wr_uio(struct proc *p, int fdes, uio_t uio, user_ssize_t *retval);
325 uio_t auio;
376 uio_t auio = NULL;
404 /* finalize uio_t for use and do the IO
539 uio_t auio;
587 uio_t auio = NULL;
615 /* finalize uio_t for use and do the IO
629 wr_uio(struct proc *p, int fdes, uio_t uio, user_ssize_t *retval)
668 rd_uio(struct proc *p, int fdes, uio_t ui
[all...]
H A Dkpi_socket.c478 uio_t auio;
609 uio_t auio = NULL;
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_vfs_subr.c148 uio_t auio;
171 uio_t auio;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_xattr.c90 static int default_listxattr(vnode_t vp, uio_t uio, size_t *size, int options,
99 vn_getxattr(vnode_t vp, const char *name, uio_t uio, size_t *size,
162 vn_setxattr(vnode_t vp, const char *name, uio_t uio, int options, vfs_context_t context)
313 vn_listxattr(vnode_t vp, uio_t uio, size_t *size, int options, vfs_context_t context)
531 uio_t auio = NULL;
720 uio_t auio = NULL;
1387 default_getxattr(vnode_t vp, const char *name, uio_t uio, size_t *size,
1509 default_setxattr(vnode_t vp, const char *name, uio_t uio, int options, vfs_context_t context)
2095 default_listxattr(vnode_t vp, uio_t uio, size_t *size, __unused int options, vfs_context_t context)
2475 uio_t aui
[all...]
H A Dvfs_quota.c417 uio_t auio;
473 uio_t auio;
791 uio_t auio;
1005 uio_t auio;
H A Dvfs_vnops.c520 uio_t uio)
640 uio_t auio;
H A Dvfs_syscalls.c3840 uio_t auio;
5556 uio_t auio;
5626 uio_t auio;
5925 uio_t auio = NULL;
6191 uio_t auio = NULL;
6456 uio_t auio = NULL;
6509 uio_t auio = NULL;
6562 uio_t auio = NULL;
6614 uio_t auio = NULL;
6757 uio_t aui
[all...]
H A Dkpi_vfs.c1882 uio_t fsec_uio;
2022 uio_t fsec_uio;
4784 VNOP_GETXATTR(vnode_t vp, const char *name, uio_t uio, size_t *size, int options, vfs_context_t ctx)
4813 VNOP_SETXATTR(vnode_t vp, const char *name, uio_t uio, int options, vfs_context_t ctx)
4870 VNOP_LISTXATTR(vnode_t vp, uio_t uio, size_t *size, int options, vfs_context_t ctx)
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_xattr.c60 uio_t uio;
89 static int read_attr_data(struct hfsmount *hfsmp, uio_t uio, size_t datasize, HFSPlusExtentDescriptor *extents);
91 static int write_attr_data(struct hfsmount *hfsmp, uio_t uio, size_t datasize, HFSPlusExtentDescriptor *extents);
215 uio_t a_uio;
225 uio_t uio = ap->a_uio;
486 uio_t a_uio;
495 uio_t uio = ap->a_uio;
1257 uio_t a_uio;
1266 uio_t uio = ap->a_uio;
1949 read_attr_data(struct hfsmount *hfsmp, uio_t ui
[all...]
H A Dhfs_catalog.h310 uio_t uio,
H A Dhfs_search.c119 static int InsertMatch(struct hfsmount *hfsmp, uio_t a_uio, CatalogRecord *rec,
1004 InsertMatch(struct hfsmount *hfsmp, uio_t a_uio, CatalogRecord *rec,
H A Dhfs_readwrite.c100 uio_t uio = ap->a_uio;
193 uio_t uio = ap->a_uio;
431 retval = cluster_write(vp, (uio_t) 0,
1762 uio_t auio;
3434 uio_t auio;
H A Dhfs_attrlist.c102 uio_t uio = ap->a_uio;
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Daurp_aurpd.c204 uio_t auio;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_compat.h642 } uio_t;
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_serv.c692 uio_t uiop = NULL;
818 uio_t uiop = NULL;
1159 uio_t uiop = NULL;
1357 uio_t uiop = NULL;
3289 uio_t auio = NULL;
3896 uio_t auio = NULL;
4114 uio_t auio = NULL;
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_vnops.c120 static int ufs_readdirext(vnode_t vp, uio_t uio, int *eofflag, int *numdirent,
1460 ufs_readdirext(vnode_t vp, uio_t uio, int *eofflag, int *numdirent,

Completed in 296 milliseconds

12