Searched refs:fmas_svcs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.c81 fds_reg_svcs_t fmas_svcs; member in struct:ldmsvcs_info
693 for (i = 0; i < lsp->fmas_svcs.nsvcs; i++) {
694 if (strcmp(lsp->fmas_svcs.tbl[i]->name, req->svc_id) == 0) {
695 svc = lsp->fmas_svcs.tbl[i];
703 (void) pthread_mutex_lock(&lsp->fmas_svcs.mt);
718 (void) pthread_cond_broadcast(&lsp->fmas_svcs.cv);
721 (void) pthread_mutex_unlock(&lsp->fmas_svcs.mt);
737 end = lsp->fmas_svcs.nsvcs;
740 (void) pthread_mutex_lock(&lsp->fmas_svcs.mt);
743 lsp->fmas_svcs
[all...]

Completed in 46 milliseconds