Lines Matching defs:uap
125 sys_getpid(struct thread *td, struct getpid_args *uap) in sys_getpid()
144 sys_getppid(struct thread *td, struct getppid_args *uap) in sys_getppid()
168 sys_getpgrp(struct thread *td, struct getpgrp_args *uap) in sys_getpgrp()
185 sys_getpgid(struct thread *td, struct getpgid_args *uap) in sys_getpgid()
217 sys_getsid(struct thread *td, struct getsid_args *uap) in sys_getsid()
254 sys_getuid(struct thread *td, struct getuid_args *uap) in sys_getuid()
271 sys_geteuid(struct thread *td, struct geteuid_args *uap) in sys_geteuid()
285 sys_getgid(struct thread *td, struct getgid_args *uap) in sys_getgid()
307 sys_getegid(struct thread *td, struct getegid_args *uap) in sys_getegid()
321 sys_getgroups(struct thread *td, struct getgroups_args *uap) in sys_getgroups()
349 sys_setsid(struct thread *td, struct setsid_args *uap) in sys_setsid()
409 sys_setpgid(struct thread *td, struct setpgid_args *uap) in sys_setpgid()
646 sys_setcred(struct thread *td, struct setcred_args *uap) in sys_setcred()
870 sys_setuid(struct thread *td, struct setuid_args *uap) in sys_setuid()
992 sys_seteuid(struct thread *td, struct seteuid_args *uap) in sys_seteuid()
1048 sys_setgid(struct thread *td, struct setgid_args *uap) in sys_setgid()
1146 sys_setegid(struct thread *td, struct setegid_args *uap) in sys_setegid()
1193 sys_setgroups(struct thread *td, struct setgroups_args *uap) in sys_setgroups()
1298 sys_setreuid(struct thread *td, struct setreuid_args *uap) in sys_setreuid()
1373 sys_setregid(struct thread *td, struct setregid_args *uap) in sys_setregid()
1438 sys_setresuid(struct thread *td, struct setresuid_args *uap) in sys_setresuid()
1525 sys_setresgid(struct thread *td, struct setresgid_args *uap) in sys_setresgid()
1592 sys_getresuid(struct thread *td, struct getresuid_args *uap) in sys_getresuid()
1619 sys_getresgid(struct thread *td, struct getresgid_args *uap) in sys_getresgid()
1644 sys_issetugid(struct thread *td, struct issetugid_args *uap) in sys_issetugid()
1661 sys___setugid(struct thread *td, struct __setugid_args *uap) in sys___setugid()
2916 sys_getlogin(struct thread *td, struct getlogin_args *uap) in sys_getlogin()
2944 sys_setlogin(struct thread *td, struct setlogin_args *uap) in sys_setlogin()