Searched defs:uio (Results 1 - 25 of 216) sorted by last modified time

123456789

/freebsd-10.3-release/sys/xen/xenstore/
H A Dxenstore_dev.c76 xs_dev_read(struct cdev *dev, struct uio *uio, int ioflag) argument
118 xs_dev_write(struct cdev *dev, struct uio *uio, int ioflag) argument
/freebsd-10.3-release/sys/xen/evtchn/
H A Devtchn_dev.c100 evtchn_read(struct cdev *dev, struct uio *uio, int ioflag) argument
176 evtchn_write(struct cdev *dev, struct uio *uio, int ioflag) argument
[all...]
/freebsd-10.3-release/sys/x86/acpica/
H A Dacpi_apm.c382 apmwrite(struct cdev *dev, struct uio *uio, int ioflag) argument
/freebsd-10.3-release/sys/ufs/ufs/
H A Dufs_vnops.c2136 struct uio *uio = ap->a_uio; local
[all...]
H A Dufs_extattr.c838 ufs_extattr_get(struct vnode *vp, int attrnamespace, const char *name, struct uio *uio, size_t *size, struct ucred *cred, struct thread *td) argument
1045 ufs_extattr_set(struct vnode *vp, int attrnamespace, const char *name, struct uio *uio, struct ucred *cred, struct thread *td) argument
[all...]
/freebsd-10.3-release/sys/ufs/ffs/
H A Dffs_vnops.c431 struct uio *uio; local
653 struct uio *uio; local
895 ffs_extread(struct vnode *vp, struct uio *uio, int ioflag) argument
1050 ffs_extwrite(struct vnode *vp, struct uio *uio, int ioflag, struct ucred *ucred) argument
[all...]
H A Dffs_suspend.c92 ffs_susp_rdwr(struct cdev *dev, struct uio *uio, int ioflag) argument
[all...]
H A Dffs_rawread.c270 ffs_rawread_main(struct vnode *vp, struct uio *uio) argument
437 ffs_rawread(struct vnode *vp, struct uio *uio, int *workdone) argument
[all...]
/freebsd-10.3-release/sys/sys/
H A Duio.h63 struct uio { struct
[all...]
H A Dmemdesc.h125 memdesc_uio(struct uio *uio) argument
H A Dfile.h293 fo_read(struct file *fp, struct uio *uio, struct ucred *active_cred, int flags, struct thread *td) argument
301 fo_write(struct file *fp, struct uio *uio, struct ucred *active_cred, int flags, struct thread *td) argument
[all...]
/freebsd-10.3-release/sys/sparc64/sparc64/
H A Duio_machdep.c63 uiomove_fromphys(vm_page_t ma[], vm_offset_t offset, int n, struct uio *uio) argument
[all...]
H A Dmem.c83 memrw(struct cdev *dev, struct uio *uio, int flags) argument
[all...]
/freebsd-10.3-release/sys/security/audit/
H A Daudit_trigger.c99 audit_read(struct cdev *dev, struct uio *uio, int ioflag) argument
124 audit_write(struct cdev *dev, struct uio *uio, int ioflag) argument
H A Daudit_pipe.c944 audit_pipe_read(struct cdev *dev, struct uio *uio, int flag) argument
/freebsd-10.3-release/sys/rpc/
H A Dsvc_vc.c658 struct uio uio; local
H A Dsvc_dg.c166 struct uio uio; local
H A Dclnt_vc.c838 struct uio uio; local
[all...]
H A Dclnt_dg.c1051 struct uio uio; local
/freebsd-10.3-release/sys/powerpc/powerpc/
H A Duio_machdep.c62 uiomove_fromphys(vm_page_t ma[], vm_offset_t offset, int n, struct uio *uio) argument
[all...]
H A Dmem.c90 memrw(struct cdev *dev, struct uio *uio, int flags) argument
[all...]
/freebsd-10.3-release/sys/pc98/cbus/
H A Dolpt.c553 lptwrite(struct cdev *dev, struct uio * uio, int ioflag) argument
H A Dgdc.c371 gdcread(struct cdev *dev, struct uio *uio, int flag) argument
380 gdcwrite(struct cdev *dev, struct uio *uio, int flag) argument
/freebsd-10.3-release/sys/opencrypto/
H A Dcryptosoft.c269 struct uio *uio = (struct uio *) buf; local
634 struct uio *uio local
[all...]
H A Dcryptodev.c275 struct uio uio; member in struct:csession
324 cryptof_rw( struct file *fp, struct uio *uio, struct ucred *active_cred, int flags, struct thread *td) argument
1091 cryptoread(struct cdev *dev, struct uio *uio, int ioflag) argument
1097 cryptowrite(struct cdev *dev, struct uio *uio, int ioflag) argument
[all...]

Completed in 205 milliseconds

123456789