Home | History | Annotate | Download | only in netbsd32

Lines Matching refs:uap

64     const struct compat_90_netbsd32_getvfsstat_args *uap, register_t *retval)
72 return do_sys_getvfsstat(l, SCARG_P32(uap, buf), SCARG(uap, bufsize),
73 SCARG(uap, flags), netbsd32_copyout_statvfs90,
79 const struct compat_90_netbsd32_statvfs1_args *uap, register_t *retval)
90 error = do_sys_pstatvfs(l, SCARG_P32(uap, path), SCARG(uap, flags), sb);
92 error = netbsd32_copyout_statvfs90(sb, SCARG_P32(uap, buf),
100 const struct compat_90_netbsd32_fstatvfs1_args *uap, register_t *retval)
111 error = do_sys_fstatvfs(l, SCARG(uap, fd), SCARG(uap, flags), sb);
113 error = netbsd32_copyout_statvfs90(sb, SCARG_P32(uap, buf), 0);
121 const struct compat_90_netbsd32_fhstatvfs1_args *uap, register_t *retval)
133 error = do_fhstatvfs(l, SCARG_P32(uap, fhp), SCARG(uap, fh_size), sb,
134 SCARG(uap, flags));
137 error = netbsd32_copyout_statvfs90(sb, SCARG_P32(uap, buf), 0);