Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/
H A Dcdefs.h1268 #define __xnu_struct_group(group_type, group_name, ...) \ argument
1269 struct group_type __VA_ARGS__; \
1272 struct group_type group_name; \
1275 #define __xnu_struct_group(group_type, group_name, ...) \ argument
1278 struct group_type __VA_ARGS__ group_name; \
/xnu-10063.141.1/bsd/net/
H A Dnecp.h887 u_int32_t group_type; member