Home
last modified time | relevance | path

Searched refs:__nsw_switchconfig_v1 (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/lib/libc/port/gen/
H A Dnsparse.c65 struct __nsw_switchconfig_v1 *sw;
81 static struct __nsw_switchconfig_v1 *scrounge_cache_v1(const char *);
83 static int add_concell_v1(struct __nsw_switchconfig_v1 *);
85 static void freeconf_v1(struct __nsw_switchconfig_v1 *);
133 struct __nsw_switchconfig_v1 *
138 struct __nsw_switchconfig_v1 *cfp; in _nsw_getoneconfig_v1()
146 if ((cfp = libc_malloc(sizeof (struct __nsw_switchconfig_v1))) in _nsw_getoneconfig_v1()
513 struct __nsw_switchconfig_v1 *
516 struct __nsw_switchconfig_v1 *cfp, *retp = NULL; in __nsw_getconfig_v1()
709 static struct __nsw_switchconfig_v1 *
[all …]
H A Dnss_common.c129 struct __nsw_switchconfig_v1 *config;
876 struct __nsw_switchconfig_v1 *config = 0; in _nss_db_state_constr()
/titanic_41/usr/src/cmd/nscd/
H A Dnscd_nswparse.c52 static void freeconf_v1(struct __nsw_switchconfig_v1 *);
95 freeconf_v1(struct __nsw_switchconfig_v1 *cfp) in freeconf_v1()
180 struct __nsw_switchconfig_v1 *
185 struct __nsw_switchconfig_v1 *cfp; in _nsw_getoneconfig_v1()
193 if ((cfp = calloc(1, sizeof (struct __nsw_switchconfig_v1))) in _nsw_getoneconfig_v1()
373 struct __nsw_switchconfig_v1 *conf) in __nsw_freeconfig_v1()
H A Dnscd_switch.h60 struct __nsw_switchconfig_v1 *nsw_config;
112 struct __nsw_switchconfig_v1 *config;
402 struct __nsw_switchconfig_v1 *
409 struct __nsw_switchconfig_v1 *conf);
H A Dnscd_nswcfgst.c52 struct __nsw_switchconfig_v1 *cfg;
159 struct __nsw_switchconfig_v1 *switchcfg = NULL; in _nscd_cfg_switch_verify()
H A Dnscd_nswconfig.c295 struct __nsw_switchconfig_v1 *swcfg = NULL; in _nscd_create_sw_struct()
308 swcfg = (struct __nsw_switchconfig_v1 *)swcfgv1; in _nscd_create_sw_struct()
/titanic_41/usr/src/lib/libc/inc/
H A Dnsswitch_priv.h104 struct __nsw_switchconfig_v1 { struct
121 struct __nsw_switchconfig_v1 *__nsw_getconfig_v1 argument
123 int __nsw_freeconfig_v1(struct __nsw_switchconfig_v1 *);
H A Dlibc.h184 extern struct __nsw_switchconfig_v1 *_nsw_getoneconfig_v1(const char *name,