Home | History | Annotate | Download | only in common

Lines Matching refs:uap

73     const struct compat_90_sys_getvfsstat_args *uap, register_t *retval)
81 return do_sys_getvfsstat(l, SCARG(uap, buf), SCARG(uap, bufsize),
82 SCARG(uap, flags), statvfs_to_statvfs90_copy,
88 const struct compat_90_sys_statvfs1_args *uap, register_t *retval)
97 int error = do_sys_pstatvfs(l, SCARG(uap, path), SCARG(uap, flags), sb);
100 error = statvfs_to_statvfs90_copy(sb, SCARG(uap, buf),
109 const struct compat_90_sys_fstatvfs1_args *uap, register_t *retval)
118 int error = do_sys_fstatvfs(l, SCARG(uap, fd), SCARG(uap, flags), sb);
121 error = statvfs_to_statvfs90_copy(sb, SCARG(uap, buf),
130 const struct compat_90_sys_fhstatvfs1_args *uap, register_t *retval)
140 int error = do_fhstatvfs(l, SCARG(uap, fhp), SCARG(uap, fh_size),
141 sb, SCARG(uap, flags));
144 error = statvfs_to_statvfs90_copy(sb, SCARG(uap, buf),