FreeBSD kernel kern code
getgroups_args Struct Reference

Data Fields

u_int gidsetsize
 
gid_t * gidset
 

Detailed Description

Definition at line 280 of file kern_prot.c.

Field Documentation

gid_t* getgroups_args::gidset

Definition at line 282 of file kern_prot.c.

Referenced by sys_getgroups(), and systrace_args().

u_int getgroups_args::gidsetsize

Definition at line 281 of file kern_prot.c.

Referenced by sys_getgroups(), and systrace_args().


The documentation for this struct was generated from the following file: