HomeSort by: relevance | last modified time | path
    Searched defs:auio (Results 1 - 25 of 114) sorted by relevancy

1 2 3 4 5

  /src/sys/dev/audio/
audiobell.c 106 struct uio auio; local in function:audiobell
203 auio.uio_iov = &aiov;
204 auio.uio_iovcnt = 1;
205 auio.uio_offset = 0;
206 auio.uio_resid = len;
207 auio.uio_rw = UIO_WRITE;
208 UIO_SETUP_SYSSPACE(&auio);
209 if (audiobellwrite(file, &auio) != 0)
audiobell.c 106 struct uio auio; local in function:audiobell
203 auio.uio_iov = &aiov;
204 auio.uio_iovcnt = 1;
205 auio.uio_offset = 0;
206 auio.uio_resid = len;
207 auio.uio_rw = UIO_WRITE;
208 UIO_SETUP_SYSSPACE(&auio);
209 if (audiobellwrite(file, &auio) != 0)
audiobell.c 106 struct uio auio; local in function:audiobell
203 auio.uio_iov = &aiov;
204 auio.uio_iovcnt = 1;
205 auio.uio_offset = 0;
206 auio.uio_resid = len;
207 auio.uio_rw = UIO_WRITE;
208 UIO_SETUP_SYSSPACE(&auio);
209 if (audiobellwrite(file, &auio) != 0)
  /src/sys/compat/common/
vfs_syscalls_12.c 126 struct uio auio; local in function:compat_12_sys_getdirentries
169 auio.uio_iov = &aiov;
170 auio.uio_iovcnt = 1;
171 auio.uio_rw = UIO_READ;
172 auio.uio_resid = buflen;
173 auio.uio_offset = off;
174 UIO_SETUP_SYSSPACE(&auio);
179 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
187 if ((len = buflen - auio.uio_resid) == 0)
vfs_syscalls_30.c 215 struct uio auio; local in function:compat_30_sys_getdents
246 auio.uio_iov = &aiov;
247 auio.uio_iovcnt = 1;
248 auio.uio_rw = UIO_READ;
249 auio.uio_resid = buflen;
250 auio.uio_offset = off;
251 UIO_SETUP_SYSSPACE(&auio);
256 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
264 if ((len = buflen - auio.uio_resid) == 0)
vfs_syscalls_12.c 126 struct uio auio; local in function:compat_12_sys_getdirentries
169 auio.uio_iov = &aiov;
170 auio.uio_iovcnt = 1;
171 auio.uio_rw = UIO_READ;
172 auio.uio_resid = buflen;
173 auio.uio_offset = off;
174 UIO_SETUP_SYSSPACE(&auio);
179 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
187 if ((len = buflen - auio.uio_resid) == 0)
vfs_syscalls_30.c 215 struct uio auio; local in function:compat_30_sys_getdents
246 auio.uio_iov = &aiov;
247 auio.uio_iovcnt = 1;
248 auio.uio_rw = UIO_READ;
249 auio.uio_resid = buflen;
250 auio.uio_offset = off;
251 UIO_SETUP_SYSSPACE(&auio);
256 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
264 if ((len = buflen - auio.uio_resid) == 0)
vfs_syscalls_12.c 126 struct uio auio; local in function:compat_12_sys_getdirentries
169 auio.uio_iov = &aiov;
170 auio.uio_iovcnt = 1;
171 auio.uio_rw = UIO_READ;
172 auio.uio_resid = buflen;
173 auio.uio_offset = off;
174 UIO_SETUP_SYSSPACE(&auio);
179 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
187 if ((len = buflen - auio.uio_resid) == 0)
vfs_syscalls_30.c 215 struct uio auio; local in function:compat_30_sys_getdents
246 auio.uio_iov = &aiov;
247 auio.uio_iovcnt = 1;
248 auio.uio_rw = UIO_READ;
249 auio.uio_resid = buflen;
250 auio.uio_offset = off;
251 UIO_SETUP_SYSSPACE(&auio);
256 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
264 if ((len = buflen - auio.uio_resid) == 0)
  /src/sys/compat/linux32/common/
linux32_dirent.c 109 struct uio auio; local in function:linux32_sys_getdents
157 auio.uio_iov = &aiov;
158 auio.uio_iovcnt = 1;
159 auio.uio_rw = UIO_READ;
160 auio.uio_resid = buflen;
161 auio.uio_offset = off;
162 UIO_SETUP_SYSSPACE(&auio);
167 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
175 if ((len = buflen - auio.uio_resid) == 0)
linux32_dirent.c 109 struct uio auio; local in function:linux32_sys_getdents
157 auio.uio_iov = &aiov;
158 auio.uio_iovcnt = 1;
159 auio.uio_rw = UIO_READ;
160 auio.uio_resid = buflen;
161 auio.uio_offset = off;
162 UIO_SETUP_SYSSPACE(&auio);
167 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
175 if ((len = buflen - auio.uio_resid) == 0)
linux32_dirent.c 109 struct uio auio; local in function:linux32_sys_getdents
157 auio.uio_iov = &aiov;
158 auio.uio_iovcnt = 1;
159 auio.uio_rw = UIO_READ;
160 auio.uio_resid = buflen;
161 auio.uio_offset = off;
162 UIO_SETUP_SYSSPACE(&auio);
167 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
175 if ((len = buflen - auio.uio_resid) == 0)
  /src/sys/kern/
sys_generic.c 130 struct uio auio; local in function:dofileread
139 auio.uio_iov = &aiov;
140 auio.uio_iovcnt = 1;
141 auio.uio_resid = nbyte;
142 auio.uio_rw = UIO_READ;
143 auio.uio_vmspace = l->l_proc->p_vmspace;
150 if (auio.uio_resid > SSIZE_MAX) {
155 cnt = auio.uio_resid;
156 error = (*fp->f_ops->fo_read)(fp, offset, &auio, fp->f_cred, flags);
158 if (auio.uio_resid != cnt && (error == ERESTART |
189 struct uio auio; local in function:do_filereadv
329 struct uio auio; local in function:dofilewrite
391 struct uio auio; local in function:do_filewritev
    [all...]
sys_generic.c 130 struct uio auio; local in function:dofileread
139 auio.uio_iov = &aiov;
140 auio.uio_iovcnt = 1;
141 auio.uio_resid = nbyte;
142 auio.uio_rw = UIO_READ;
143 auio.uio_vmspace = l->l_proc->p_vmspace;
150 if (auio.uio_resid > SSIZE_MAX) {
155 cnt = auio.uio_resid;
156 error = (*fp->f_ops->fo_read)(fp, offset, &auio, fp->f_cred, flags);
158 if (auio.uio_resid != cnt && (error == ERESTART |
189 struct uio auio; local in function:do_filereadv
329 struct uio auio; local in function:dofilewrite
391 struct uio auio; local in function:do_filewritev
    [all...]
sys_generic.c 130 struct uio auio; local in function:dofileread
139 auio.uio_iov = &aiov;
140 auio.uio_iovcnt = 1;
141 auio.uio_resid = nbyte;
142 auio.uio_rw = UIO_READ;
143 auio.uio_vmspace = l->l_proc->p_vmspace;
150 if (auio.uio_resid > SSIZE_MAX) {
155 cnt = auio.uio_resid;
156 error = (*fp->f_ops->fo_read)(fp, offset, &auio, fp->f_cred, flags);
158 if (auio.uio_resid != cnt && (error == ERESTART |
189 struct uio auio; local in function:do_filereadv
329 struct uio auio; local in function:dofilewrite
391 struct uio auio; local in function:do_filewritev
    [all...]
  /src/sys/ufs/lfs/
ulfs_quota1.c 795 struct uio auio; local in function:lfs_dq1get
800 auio.uio_iov = &aiov;
801 auio.uio_iovcnt = 1;
804 auio.uio_resid = sizeof (struct dqblk);
805 auio.uio_offset = (off_t)id * sizeof (struct dqblk);
806 auio.uio_rw = UIO_READ;
807 UIO_SETUP_SYSSPACE(&auio);
808 error = VOP_READ(dqvp, &auio, 0, ump->um_cred[type]);
809 if (auio.uio_resid == sizeof(struct dqblk) && error == 0)
842 struct uio auio; local in function:lfs_dq1sync
    [all...]
ulfs_quota1.c 795 struct uio auio; local in function:lfs_dq1get
800 auio.uio_iov = &aiov;
801 auio.uio_iovcnt = 1;
804 auio.uio_resid = sizeof (struct dqblk);
805 auio.uio_offset = (off_t)id * sizeof (struct dqblk);
806 auio.uio_rw = UIO_READ;
807 UIO_SETUP_SYSSPACE(&auio);
808 error = VOP_READ(dqvp, &auio, 0, ump->um_cred[type]);
809 if (auio.uio_resid == sizeof(struct dqblk) && error == 0)
842 struct uio auio; local in function:lfs_dq1sync
    [all...]
ulfs_quota1.c 795 struct uio auio; local in function:lfs_dq1get
800 auio.uio_iov = &aiov;
801 auio.uio_iovcnt = 1;
804 auio.uio_resid = sizeof (struct dqblk);
805 auio.uio_offset = (off_t)id * sizeof (struct dqblk);
806 auio.uio_rw = UIO_READ;
807 UIO_SETUP_SYSSPACE(&auio);
808 error = VOP_READ(dqvp, &auio, 0, ump->um_cred[type]);
809 if (auio.uio_resid == sizeof(struct dqblk) && error == 0)
842 struct uio auio; local in function:lfs_dq1sync
    [all...]
  /src/sys/ufs/ufs/
ufs_quota1.c 805 struct uio auio; local in function:dq1get
810 auio.uio_iov = &aiov;
811 auio.uio_iovcnt = 1;
814 auio.uio_resid = sizeof (struct dqblk);
815 auio.uio_offset = (off_t)id * sizeof (struct dqblk);
816 auio.uio_rw = UIO_READ;
817 UIO_SETUP_SYSSPACE(&auio);
818 error = VOP_READ(dqvp, &auio, 0, ump->um_cred[type]);
819 if (auio.uio_resid == sizeof(struct dqblk) && error == 0)
852 struct uio auio; local in function:dq1sync
    [all...]
ufs_quota1.c 805 struct uio auio; local in function:dq1get
810 auio.uio_iov = &aiov;
811 auio.uio_iovcnt = 1;
814 auio.uio_resid = sizeof (struct dqblk);
815 auio.uio_offset = (off_t)id * sizeof (struct dqblk);
816 auio.uio_rw = UIO_READ;
817 UIO_SETUP_SYSSPACE(&auio);
818 error = VOP_READ(dqvp, &auio, 0, ump->um_cred[type]);
819 if (auio.uio_resid == sizeof(struct dqblk) && error == 0)
852 struct uio auio; local in function:dq1sync
    [all...]
ufs_quota1.c 805 struct uio auio; local in function:dq1get
810 auio.uio_iov = &aiov;
811 auio.uio_iovcnt = 1;
814 auio.uio_resid = sizeof (struct dqblk);
815 auio.uio_offset = (off_t)id * sizeof (struct dqblk);
816 auio.uio_rw = UIO_READ;
817 UIO_SETUP_SYSSPACE(&auio);
818 error = VOP_READ(dqvp, &auio, 0, ump->um_cred[type]);
819 if (auio.uio_resid == sizeof(struct dqblk) && error == 0)
852 struct uio auio; local in function:dq1sync
    [all...]
  /src/sys/nfs/
nfs_clntsubs.c 476 struct uio auio; local in function:nfs_cookieheuristic
487 auio.uio_iov = &aiov;
488 auio.uio_iovcnt = 1;
489 auio.uio_rw = UIO_READ;
490 auio.uio_resid = NFS_DIRFRAGSIZ;
491 auio.uio_offset = 0;
492 UIO_SETUP_SYSSPACE(&auio);
494 error = VOP_READDIR(vp, &auio, cred, &eof, &cookies, &nc);
496 len = NFS_DIRFRAGSIZ - auio.uio_resid;
nfs_srvsocket.c 127 struct uio auio; local in function:nfsrv_rcv
145 auio.uio_resid = 1000000000;
148 error = (*so->so_receive)(so, &nam, &auio, &mp, NULL, &flags);
160 slp->ns_cc += 1000000000 - auio.uio_resid;
163 slp->ns_cc = 1000000000 - auio.uio_resid;
181 auio.uio_resid = 1000000000;
184 error = (*so->so_receive)(so, &nam, &auio, &mp, NULL,
nfs_clntsubs.c 476 struct uio auio; local in function:nfs_cookieheuristic
487 auio.uio_iov = &aiov;
488 auio.uio_iovcnt = 1;
489 auio.uio_rw = UIO_READ;
490 auio.uio_resid = NFS_DIRFRAGSIZ;
491 auio.uio_offset = 0;
492 UIO_SETUP_SYSSPACE(&auio);
494 error = VOP_READDIR(vp, &auio, cred, &eof, &cookies, &nc);
496 len = NFS_DIRFRAGSIZ - auio.uio_resid;
nfs_srvsocket.c 127 struct uio auio; local in function:nfsrv_rcv
145 auio.uio_resid = 1000000000;
148 error = (*so->so_receive)(so, &nam, &auio, &mp, NULL, &flags);
160 slp->ns_cc += 1000000000 - auio.uio_resid;
163 slp->ns_cc = 1000000000 - auio.uio_resid;
181 auio.uio_resid = 1000000000;
184 error = (*so->so_receive)(so, &nam, &auio, &mp, NULL,

Completed in 44 milliseconds

1 2 3 4 5