Home | History | Annotate | Download | only in sunos

Lines Matching defs:ua_43

914 	struct compat_43_sys_getrlimit_args ua_43;
916 SCARG(&ua_43, which) = SCARG(uap, which);
917 SCARG(&ua_43, rlp) = SCARG(uap, rlp);
923 SCARG(&ua_43, which) = RLIMIT_NOFILE;
925 return compat_43_sys_getrlimit(l, &ua_43, retval);
931 struct compat_43_sys_setrlimit_args ua_43;
933 SCARG(&ua_43, which) = SCARG(uap, which);
934 SCARG(&ua_43, rlp) = SCARG(uap, rlp);
940 SCARG(&ua_43, which) = RLIMIT_NOFILE;
942 return compat_43_sys_setrlimit(l, &ua_43, retval);