Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDsysunion.h228 struct getresgid_args getresgid;
HDsysproto.h942 struct getresgid_args { struct
1688 int sys_getresgid (struct sysmsg *sysmsg, const struct getresgid_args *);
/dragonfly/sys/kern/
HDinit_sysent.c378 { AS(getresgid_args), 4, (sy_call_t *)sys_getresgid }, /* 361 = getresgid */
HDkern_prot.c911 sys_getresgid(struct sysmsg *sysmsg, const struct getresgid_args *uap) in sys_getresgid()