Home
last modified time | relevance | path

Searched refs:ns_config_t (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_internal.h444 } ns_config_t; typedef
814 int __ns_ldap_setParamValue(ns_config_t *ptr,
821 void __s_api_init_config(ns_config_t *ptr);
825 ns_config_t *__s_api_create_config(void);
826 ns_config_t *__s_api_get_default_config(void);
828 ns_config_t *__s_api_loadrefresh_config();
830 void __s_api_destroy_config(ns_config_t *ptr);
835 void __s_api_release_config(ns_config_t *cfg);
838 int __s_api_add_map2hash(ns_config_t *config,
840 void __s_api_destroy_hash(ns_config_t *config);
[all …]
H A Dns_config.c108 static ns_config_t *
114 static ns_config_t *
883 ns_config_t *ret; in get_curr_config_unlocked()
1007 ns_config_t *
1011 ret = (ns_config_t *)calloc(1, sizeof (ns_config_t)); in __s_api_create_config()
1030 ns_config_t *
1048 ns_config_t *
1468 ns_config_t *
1481 ns_config_t *
2704 ns_config_t *cfg_g = (ns_config_t *)-1; in __ns_ldap_setParam()
[all …]
H A Dns_confmgr.c285 ns_config_t *
371 ns_config_t *ptr = NULL; in __ns_ldap_LoadConfiguration()
474 ns_config_t *ptr; in __ns_ldap_LoadDoorInfo()
574 ns_config_t *ptr; in __ns_ldap_DumpLdif()
677 ns_config_t *ptr; in __ns_ldap_DumpConfigFiles()
820 ns_config_t *
830 ns_config_t *ptr; in __ns_ldap_make_config()
833 ns_config_t *curr_ptr = NULL; in __ns_ldap_make_config()
1003 ns_config_t *ptr = NULL; in __ns_ldap_download()
1004 ns_config_t *new_ptr = NULL; in __ns_ldap_download()
[all …]
H A Dns_connmgmt.h221 ns_config_t *config; /* the native LDAP config being used */
283 void __s_api_use_prev_conn_mgmt(int, ns_config_t *);
294 void __s_api_reinit_conn_mgmt_new_config(ns_config_t *);
H A Dns_mapping.c80 ns_get_hash(const ns_config_t *config, in ns_get_hash()
148 __s_api_destroy_hash(ns_config_t *config) in __s_api_destroy_hash()
171 __s_api_add_map2hash(ns_config_t *config, ns_hashtype_t type, in __s_api_add_map2hash()
665 ns_config_t *cfg; in __ns_ldap_getSearchDescriptors()
869 ns_config_t *ptr = __s_api_loadrefresh_config(); in __ns_ldap_getMappedAttributes()
890 ns_config_t *ptr = __s_api_loadrefresh_config(); in __ns_ldap_getOrigAttribute()
949 ns_config_t *ptr = __s_api_loadrefresh_config(); in __ns_ldap_getMappedObjectClass()
970 ns_config_t *ptr = __s_api_loadrefresh_config(); in __ns_ldap_getOrigObjectClass()
H A Dns_standalone.c1109 ns_config_t *config_struct = __s_api_create_config(); in __ns_ldap_getConnectionInfoFromDUA()
1988 ns_config_t *cfg; in __ns_ldap_initStandalone()
H A Dns_connmgmt.c2257 __s_api_reinit_conn_mgmt_new_config(ns_config_t *new_cfg) in __s_api_reinit_conn_mgmt_new_config()
H A Dns_reads.c999 ns_config_t *cfg; in init_search_state_machine()
4553 ns_config_t *cfg; in __ns_ldap_getServiceAuthMethods()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.h124 extern void chg_test_config_change(ns_config_t *new, int *change_status);
H A Dcachemgr_change.c446 chg_test_config_change(ns_config_t *new, int *change_status) in chg_test_config_change()
H A Dcachemgr_getldap.c2222 ns_config_t *ptr = NULL; in update_from_profile()