Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.h268 } ns_server_status_t; typedef
273 ns_server_status_t *changes; /* array of status change */
H A Dns_connmgmt.c2446 ns_server_status_t *status = NULL; in get_server_change()
2577 status = (ns_server_status_t *)calloc(chg.num_server, in get_server_change()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c144 ns_server_status_t change;
172 static ns_server_status_t set_server_status(char *input, server_info_t *head);
173 static void create_buf_and_notify(char *input, ns_server_status_t st);
1634 ns_server_status_t changed = 0; in getldap_serverInfo_op()
2823 create_buf_and_notify(char *input, ns_server_status_t st) in create_buf_and_notify()
2933 static ns_server_status_t
2937 ns_server_status_t changed = 0; in set_server_status()