Home
last modified time | relevance | path

Searched refs:getresuid_args (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/sys/
H A Dsysunion.h227 struct getresuid_args getresuid;
H A Dsysproto.h937 struct getresuid_args { struct
1682 int sys_getresuid (struct sysmsg *sysmsg, const struct getresuid_args *);
/dragonfly/sys/kern/
H A Dinit_sysent.c377 { AS(getresuid_args), 4, (sy_call_t *)sys_getresuid }, /* 360 = getresuid */
H A Dkern_prot.c888 sys_getresuid(struct sysmsg *sysmsg, const struct getresuid_args *uap) in sys_getresuid()