Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDkern_prot.c1584 struct getresuid_args { struct
1592 sys_getresuid(struct thread *td, struct getresuid_args *uap) in sys_getresuid() argument
/freebsd-14-stable/sys/sys/
HDsysproto.h946 struct getresuid_args { struct
947 char ruid_l_[PADL_(uid_t *)]; uid_t * ruid; char ruid_r_[PADR_(uid_t *)];
948 char euid_l_[PADL_(uid_t *)]; uid_t * euid; char euid_r_[PADR_(uid_t *)];
949 char suid_l_[PADL_(uid_t *)]; uid_t * suid; char suid_r_[PADR_(uid_t *)];