Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c152 } server_info_t; typedef
169 static int getldap_destroy_serverInfo(server_info_t *head);
170 static void test_server_change(server_info_t *head);
172 static ns_server_status_t set_server_status(char *input, server_info_t *head);
456 sync_current_with_update_copy(server_info_t *info) in sync_current_with_update_copy()
526 server_info_t *serverInfo = (server_info_t *)arg; in getldap_get_rootDSE()
654 getldap_init_serverInfo(server_info_t **head) in getldap_init_serverInfo()
659 server_info_t *info, *tail = NULL; in getldap_init_serverInfo()
675 info = (server_info_t *)calloc(1, sizeof (server_info_t)); in getldap_init_serverInfo()
739 getldap_destroy_serverInfo(server_info_t *head) in getldap_destroy_serverInfo()
[all …]