Lines Matching defs:uap

105 sys_getpid(struct thread *td, struct getpid_args *uap)  in sys_getpid()
124 sys_getppid(struct thread *td, struct getppid_args *uap) in sys_getppid()
148 sys_getpgrp(struct thread *td, struct getpgrp_args *uap) in sys_getpgrp()
165 sys_getpgid(struct thread *td, struct getpgid_args *uap) in sys_getpgid()
197 sys_getsid(struct thread *td, struct getsid_args *uap) in sys_getsid()
234 sys_getuid(struct thread *td, struct getuid_args *uap) in sys_getuid()
251 sys_geteuid(struct thread *td, struct geteuid_args *uap) in sys_geteuid()
265 sys_getgid(struct thread *td, struct getgid_args *uap) in sys_getgid()
287 sys_getegid(struct thread *td, struct getegid_args *uap) in sys_getegid()
301 sys_getgroups(struct thread *td, struct getgroups_args *uap) in sys_getgroups()
329 sys_setsid(struct thread *td, struct setsid_args *uap) in sys_setsid()
389 sys_setpgid(struct thread *td, struct setpgid_args *uap) in sys_setpgid()
491 sys_setuid(struct thread *td, struct setuid_args *uap) in sys_setuid()
610 sys_seteuid(struct thread *td, struct seteuid_args *uap) in sys_seteuid()
666 sys_setgid(struct thread *td, struct setgid_args *uap) in sys_setgid()
764 sys_setegid(struct thread *td, struct setegid_args *uap) in sys_setegid()
811 sys_setgroups(struct thread *td, struct setgroups_args *uap) in sys_setgroups()
890 sys_setreuid(struct thread *td, struct setreuid_args *uap) in sys_setreuid()
965 sys_setregid(struct thread *td, struct setregid_args *uap) in sys_setregid()
1030 sys_setresuid(struct thread *td, struct setresuid_args *uap) in sys_setresuid()
1117 sys_setresgid(struct thread *td, struct setresgid_args *uap) in sys_setresgid()
1184 sys_getresuid(struct thread *td, struct getresuid_args *uap) in sys_getresuid()
1211 sys_getresgid(struct thread *td, struct getresgid_args *uap) in sys_getresgid()
1236 sys_issetugid(struct thread *td, struct issetugid_args *uap) in sys_issetugid()
1253 sys___setugid(struct thread *td, struct __setugid_args *uap) in sys___setugid()
2370 sys_getlogin(struct thread *td, struct getlogin_args *uap) in sys_getlogin()
2398 sys_setlogin(struct thread *td, struct setlogin_args *uap) in sys_setlogin()