FreeBSD kernel kern code
getgroups_args Struct Reference

Data Fields

int gidsetsize
 
gid_t * gidset
 

Detailed Description

Definition at line 291 of file kern_prot.c.

Field Documentation

◆ gidset

gid_t* getgroups_args::gidset

Definition at line 293 of file kern_prot.c.

Referenced by sys_getgroups(), and systrace_args().

◆ gidsetsize

int getgroups_args::gidsetsize

Definition at line 292 of file kern_prot.c.

Referenced by sys_getgroups(), and systrace_args().


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