Lines Matching defs:retval

75 sys_getpid(struct lwp *l, const void *v, register_t *retval)  in sys_getpid()
85 sys_getpid_with_ppid(struct lwp *l, const void *v, register_t *retval) in sys_getpid_with_ppid()
96 sys_getppid(struct lwp *l, const void *v, register_t *retval) in sys_getppid()
106 sys_getpgrp(struct lwp *l, const void *v, register_t *retval) in sys_getpgrp()
121 sys_getsid(struct lwp *l, const struct sys_getsid_args *uap, register_t *retval) in sys_getsid()
143 sys_getpgid(struct lwp *l, const struct sys_getpgid_args *uap, register_t *retval) in sys_getpgid()
166 sys_getuid(struct lwp *l, const void *v, register_t *retval) in sys_getuid()
175 sys_getuid_with_euid(struct lwp *l, const void *v, register_t *retval) in sys_getuid_with_euid()
185 sys_geteuid(struct lwp *l, const void *v, register_t *retval) in sys_geteuid()
194 sys_getgid(struct lwp *l, const void *v, register_t *retval) in sys_getgid()
203 sys_getgid_with_egid(struct lwp *l, const void *v, register_t *retval) in sys_getgid_with_egid()
218 sys_getegid(struct lwp *l, const void *v, register_t *retval) in sys_getegid()
226 sys_getgroups(struct lwp *l, const struct sys_getgroups_args *uap, register_t *retval) in sys_getgroups()
244 sys_setsid(struct lwp *l, const void *v, register_t *retval) in sys_setsid()
273 register_t *retval) in sys_setpgid()
443 sys_setuid(struct lwp *l, const struct sys_setuid_args *uap, register_t *retval) in sys_setuid()
456 sys_seteuid(struct lwp *l, const struct sys_seteuid_args *uap, register_t *retval) in sys_seteuid()
466 sys_setreuid(struct lwp *l, const struct sys_setreuid_args *uap, register_t *retval) in sys_setreuid()
494 sys_setgid(struct lwp *l, const struct sys_setgid_args *uap, register_t *retval) in sys_setgid()
507 sys_setegid(struct lwp *l, const struct sys_setegid_args *uap, register_t *retval) in sys_setegid()
517 sys_setregid(struct lwp *l, const struct sys_setregid_args *uap, register_t *retval) in sys_setregid()
544 sys_issetugid(struct lwp *l, const void *v, register_t *retval) in sys_issetugid()
562 sys_setgroups(struct lwp *l, const struct sys_setgroups_args *uap, register_t *retval) in sys_setgroups()
587 sys___getlogin(struct lwp *l, const struct sys___getlogin_args *uap, register_t *retval) in sys___getlogin()
610 sys___setlogin(struct lwp *l, const struct sys___setlogin_args *uap, register_t *retval) in sys___setlogin()