Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c526 server_info_t *serverInfo = (server_info_t *)arg; in getldap_get_rootDSE() local
540 (void) mutex_lock(&serverInfo->mutex[1]); in getldap_get_rootDSE()
541 serverInfo->sinfo[1].type = INFO_RW_UNKNOWN; in getldap_get_rootDSE()
542 serverInfo->sinfo[1].info_status = in getldap_get_rootDSE()
550 (void) mutex_lock(&serverInfo->mutex[0]); in getldap_get_rootDSE()
551 serverInfo->sinfo[1].prev_server_status = in getldap_get_rootDSE()
552 serverInfo->sinfo[0].server_status; in getldap_get_rootDSE()
553 (void) mutex_unlock(&serverInfo->mutex[0]); in getldap_get_rootDSE()
555 serverInfo->sinfo[1].server_status = in getldap_get_rootDSE()
557 if (serverInfo->sinfo[1].rootDSE_data) in getldap_get_rootDSE()
[all …]