Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c524 server_info_t *serverInfo = (server_info_t *)arg; in getldap_get_rootDSE() local
538 (void) mutex_lock(&serverInfo->mutex[1]); in getldap_get_rootDSE()
539 serverInfo->sinfo[1].type = INFO_RW_UNKNOWN; in getldap_get_rootDSE()
540 serverInfo->sinfo[1].info_status = in getldap_get_rootDSE()
548 (void) mutex_lock(&serverInfo->mutex[0]); in getldap_get_rootDSE()
549 serverInfo->sinfo[1].prev_server_status = in getldap_get_rootDSE()
550 serverInfo->sinfo[0].server_status; in getldap_get_rootDSE()
551 (void) mutex_unlock(&serverInfo->mutex[0]); in getldap_get_rootDSE()
553 serverInfo->sinfo[1].server_status = in getldap_get_rootDSE()
555 if (serverInfo->sinfo[1].rootDSE_data) in getldap_get_rootDSE()
[all …]