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.c1632 struct getresuid_args { struct
1640 sys_getresuid(struct thread *td, struct getresuid_args *uap) in sys_getresuid() argument
/freebsd/sys/sys/
H A Dsysproto.h932 struct getresuid_args { struct
933 char ruid_l_[PADL_(uid_t *)]; uid_t * ruid; char ruid_r_[PADR_(uid_t *)];
934 char euid_l_[PADL_(uid_t *)]; uid_t * euid; char euid_r_[PADR_(uid_t *)];
935 char suid_l_[PADL_(uid_t *)]; uid_t * suid; char suid_r_[PADR_(uid_t *)];