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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_eventq.h61 struct fmd_module *eq_mod; /* module associated with this queue */ member in struct:fmd_eventq
H A Dfmd_xprt.c407 nvl = fmd_protocol_xprt_ctl(xip->xi_queue->eq_mod,
480 nvl = fmd_protocol_xprt_ctl(xip->xi_queue->eq_mod,
620 nvl = fmd_protocol_xprt_sub(xip->xi_queue->eq_mod,
926 fmd_module_t *mp = xip->xi_queue->eq_mod;
1052 fmd_module_t *mp = xip->xi_queue->eq_mod;
1101 fmd_module_lock(xip->xi_queue->eq_mod);
1102 cp = fmd_case_create(xip->xi_queue->eq_mod, NULL, NULL);
1104 fmd_module_unlock(xip->xi_queue->eq_mod);
1191 fmd_module_unlock(xip->xi_queue->eq_mod);
1338 fmd_module_lock(xip->xi_queue->eq_mod);
[all...]
H A Dfmd_eventq.c43 eq->eq_mod = mp;
H A Dfmd_dispq.c248 class, dlp->dq_eventq->eq_mod->mod_name, (int)gid));
H A Dfmd_api.c322 if (xip == NULL || xip->xi_queue->eq_mod != mp) {
2504 (pthread_self() == xip->xi_queue->eq_mod->mod_thread->thr_tid)) {
2524 (pthread_self() == xip->xi_queue->eq_mod->mod_thread->thr_tid)) {

Completed in 69 milliseconds