Home
last modified time | relevance | path

Searched refs:group_type (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/bsd/sys/
H A Dcdefs.h1159 #define __xnu_struct_group(group_type, group_name, ...) \ argument
1160 struct group_type __VA_ARGS__; \
1163 struct group_type group_name; \
1166 #define __xnu_struct_group(group_type, group_name, ...) \ argument
1169 struct group_type __VA_ARGS__ group_name; \
/xnu-8796.121.2/bsd/net/
H A Dnecp.h848 u_int32_t group_type; member