Searched refs:NSCD_SIZEOF (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_cfgdef.h | 225 NSCD_SIZEOF(g_in_t, gf), offsetof(g_in_t, gf), -1, \ 233 NSCD_SIZEOF(p_in_t, pf), offsetof(p_in_t, pf), -1, \ 234 NSCD_SIZEOF(g_in_t, gf), offsetof(g_in_t, gf), -1, \ 880 NSCD_SIZEOF(nscd_cfg_switch_t, nsw_config_string)); 889 NSCD_SIZEOF(nscd_cfg_switch_t, nsw_config_string)); 989 NSCD_SIZEOF(g_in_t, gf), offsetof(g_in_t, gf), -1, \ 997 NSCD_SIZEOF(s_in_t, sf), offsetof(s_in_t, sf), -1, \ 998 NSCD_SIZEOF(g_in_t, gf), offsetof(g_in_t, gf), -1, \
|
H A D | nscd_config.h | 448 #define NSCD_SIZEOF(s, m) (sizeof (((s *)0)->m)) macro
|