Home
last modified time | relevance | path

Searched defs:getresuid_args (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dkern_prot.c1584 struct getresuid_args { struct
1592 sys_getresuid(struct thread *td, struct getresuid_args *uap) in sys_getresuid() argument
/freebsd/sys/sys/
H A Dsysproto.h940 struct getresuid_args { struct
941 char ruid_l_[PADL_(uid_t *)]; uid_t * ruid; char ruid_r_[PADR_(uid_t *)];
942 char euid_l_[PADL_(uid_t *)]; uid_t * euid; char euid_r_[PADR_(uid_t *)];
943 char suid_l_[PADL_(uid_t *)]; uid_t * suid; char suid_r_[PADR_(uid_t *)];