Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.c835 fmd_eventq_suspend(xip->xi_queue); in fmd_xprt_create()
953 fmd_eventq_abort(xip->xi_queue); in fmd_xprt_destroy()
999 fmd_eventq_destroy(xip->xi_queue); in fmd_xprt_destroy()
1019 fmd_eventq_suspend(xip->xi_queue); in fmd_xprt_xsuspend()
1042 fmd_eventq_resume(xip->xi_queue); in fmd_xprt_xresume()
1066 fmd_eventq_done(xip->xi_queue); in fmd_xprt_send()
1101 fmd_module_lock(xip->xi_queue->eq_mod); in fmd_xprt_list_suspect_local()
1338 fmd_module_lock(xip->xi_queue->eq_mod); in fmd_xprt_list_suspect()
1671 fmd_module_lock(xip->xi_queue->eq_mod); in fmd_xprt_recv()
1698 fmd_module_lock(xip->xi_queue->eq_mod); in fmd_xprt_recv()
[all …]
H A Dfmd_xprt.h103 struct fmd_eventq *xi_queue; /* event queue for outbound events */ member
H A Dfmd_api.c322 if (xip == NULL || xip->xi_queue->eq_mod != mp) { in fmd_api_transport_impl()
2504 (pthread_self() == xip->xi_queue->eq_mod->mod_thread->thr_tid)) { in fmd_xprt_post()
2524 (pthread_self() == xip->xi_queue->eq_mod->mod_thread->thr_tid)) { in fmd_xprt_log()