Searched defs:uio (Results 1 - 25 of 52) sorted by relevance

123

/xnu-2422.115.4/bsd/dev/i386/
H A Dcons.c102 cnread(__unused dev_t dev, struct uio *uio, int ioflag) argument
110 cnwrite(__unused dev_t dev, struct uio *uio, in argument
[all...]
H A Dmem.c103 mmread(dev_t dev, struct uio *uio) argument
110 mmwrite(dev_t dev, struct uio *ui argument
145 mmrw(dev_t dev, struct uio *uio, enum uio_rw rw) argument
[all...]
H A Dkm.c177 kmread(dev_t dev, struct uio *uio, int ioflag) argument
190 kmwrite(dev_t dev, struct uio *uio, int ioflag) argument
/xnu-2422.115.4/bsd/kern/
H A Dkern_physio.c82 physio( void (*f_strategy)(buf_t), buf_t bp, dev_t dev, int flags, u_int (*f_minphys)(buf_t), struct uio *uio, int blocksize) argument
[all...]
H A Dtty_tty.c162 cttyread(__unused dev_t dev, struct uio *uio, int flag) argument
181 cttywrite(__unused dev_t dev, struct uio *uio, int flag) argument
[all...]
H A Dsys_socket.c113 soo_read(struct fileproc *fp, struct uio *uio, __unused int flags, argument
148 soo_write(struct fileproc *fp, struct uio *uio, __unused int flags, argument
[all...]
H A Dkern_subr.c112 uiomove(const char * cp, int n, uio_t uio) argument
126 uiomove64(const addr64_t c_cp, int n, struct uio *uio) argument
269 ureadc(int c, struct uio *uio) argument
[all...]
H A Dsubr_log.c173 logread(__unused dev_t dev, struct uio *uio, int flag) argument
H A Dsubr_sbuf.c204 sbuf_uionew(struct sbuf *s, struct uio *uio, int *error) argument
H A Dtty_pty.c270 ptsread(dev_t dev, struct uio *uio, int flag) argument
360 ptswrite(dev_t dev, struct uio *uio, int flag) argument
493 ptcread(dev_t dev, struct uio *ui argument
654 ptcwrite(dev_t dev, struct uio *uio, int flag) argument
[all...]
H A Dposix_sem.c1088 psem_read(__unused struct fileproc *fp, __unused struct uio *uio, argument
1095 psem_write(__unused struct fileproc *fp, __unused struct uio *uio, argument
H A Dposix_shm.c1223 pshm_read(__unused struct fileproc *fp, __unused struct uio *uio, argument
1230 pshm_write(__unused struct fileproc *fp, __unused struct uio *uio, argument
H A Dsys_pipe.c711 pipe_read(struct fileproc *fp, struct uio *uio, __unused int flags, argument
860 pipe_write(struct fileproc *fp, struct uio *uio, __unused int flags, __unused vfs_context_t ctx) argument
[all...]
H A Dtty_ptmx.c656 ptsd_read(dev_t dev, struct uio *uio, int flag) argument
748 ptsd_write(dev_t dev, struct uio *uio, int flag) argument
898 ptmx_read(dev_t dev, struct uio *ui argument
1175 ptmx_write(dev_t dev, struct uio *uio, int flag) argument
[all...]
/xnu-2422.115.4/bsd/sys/
H A Duio_internal.h141 struct uio { struct
[all...]
/xnu-2422.115.4/bsd/miscfs/fifofs/
H A Dfifo_vnops.c297 struct uio *uio = ap->a_uio; local
/xnu-2422.115.4/bsd/dev/
H A Dmemdev.c201 static int mdevrw(dev_t dev, struct uio *uio, __unused int ioflag) { argument
[all...]
/xnu-2422.115.4/bsd/dev/random/
H A Drandomdev.c500 random_write (__unused dev_t dev, struct uio *uio, __unused int ioflag) argument
580 random_read(__unused dev_t dev, struct uio *uio, __unused int ioflag) argument
[all...]
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_attrlist.c102 uio_t uio = ap->a_uio; local
[all...]
H A Dhfs_xattr.c61 uio_t uio; member in struct:listattr_callback_state
280 uio_t uio = ap->a_uio; local
451 uio_t uio = ap->a_uio; local
697 uio_t uio = ap->a_uio; local
994 uio_t uio = ap->a_uio; local
1699 uio_t uio = ap->a_uio; local
2343 read_attr_data(struct hfsmount *hfsmp, uio_t uio, size_t datasize, HFSPlusExtentDescriptor *extents) argument
2392 write_attr_data(struct hfsmount *hfsmp, uio_t uio, size_t datasize, HFSPlusExtentDescriptor *extents) argument
[all...]
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c560 struct uio *uio = ap->a_uio; local
H A Ddevfs_vnops.c1283 struct uio *uio = ap->a_uio; local
1387 struct uio *uio = ap->a_uio; local
[all...]
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_usrreq.c1117 mptcp_uiotombuf(struct uio *uio, int how, int space, uint32_t align, argument
1212 mptcp_usr_sosend(struct socket *mp_so, struct sockaddr *addr, struct uio *ui argument
[all...]
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c732 vn_read_swapfile( struct vnode *vp, uio_t uio) argument
898 vn_read(struct fileproc *fp, struct uio *uio, int flags, vfs_context_t ctx) argument
953 vn_write(struct fileproc *fp, struct uio *uio, int flags, vfs_context_t ctx) argument
[all...]
/xnu-2422.115.4/bsd/dev/vn/
H A Dvn.c289 vnread_shadow(struct vn_softc * vn, struct uio *uio, int ioflag, argument
382 vnwrite_shadow(struct vn_softc * vn, struct uio *uio, int ioflag, vfs_context_t ctx) argument
491 vnread(dev_t dev, struct uio *uio, int ioflag) argument
568 vnwrite(dev_t dev, struct uio *uio, int ioflag) argument
[all...]

Completed in 80 milliseconds

123