Lines Matching refs:rms
2819 rm_svr_t *rms = (rm_svr_t *)input; in create_buf_and_notify() local
2825 len = 2 * strlen(DOORLINESEP) + strlen(rms->addr) + in create_buf_and_notify()
2847 rms->addr, DOORLINESEP, status, DOORLINESEP); in create_buf_and_notify()
2893 rm_svr_t rms; in remove_server_thread() local
2897 rms.addr = addr; in remove_server_thread()
2898 rms.up = up; in remove_server_thread()
2900 (void) getldap_serverInfo_op(INFO_OP_REMOVESERVER, (char *)&rms, &out); in remove_server_thread()
2928 rm_svr_t *rms = (rm_svr_t *)input; in set_server_status() local
2934 if (strcmp(info->sinfo[0].addr, rms->addr) == 0) { in set_server_status()
2936 rms->up == FALSE) { in set_server_status()
2945 INFO_SERVER_ERROR && rms->up == TRUE) { in set_server_status()