Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c338 hs_attn_btn_cv); in pcishpc_intr()
1025 cv_init(&slot_p->hs_attn_btn_cv, NULL, CV_DRIVER, NULL); in pcishpc_register_slot()
1076 cv_signal(&slot_p->hs_attn_btn_cv); in pcishpc_destroy_slots()
1079 cv_wait(&slot_p->hs_attn_btn_cv, &ctrl_p->hc_mutex); in pcishpc_destroy_slots()
1082 cv_destroy(&slot_p->hs_attn_btn_cv); in pcishpc_destroy_slots()
1711 cv_wait(&slot_p->hs_attn_btn_cv, &slot_p->hs_ctrl->hc_mutex); in pcishpc_attn_btn_handler()
1723 if (cv_reltimedwait(&slot_p->hs_attn_btn_cv, in pcishpc_attn_btn_handler()
1776 cv_wait(&slot_p->hs_attn_btn_cv, &slot_p->hs_ctrl->hc_mutex); in pcishpc_attn_btn_handler()
1780 cv_signal(&slot_p->hs_attn_btn_cv); in pcishpc_attn_btn_handler()
H A Dpciehpc.c776 cv_signal(&slot_p->hs_attn_btn_cv); in pciehpc_intr()
1566 cv_init(&slot_p->hs_attn_btn_cv, NULL, CV_DRIVER, NULL); in pciehpc_slotinfo_init()
1625 cv_signal(&slot_p->hs_attn_btn_cv); in pciehpc_slotinfo_uninit()
1628 cv_wait(&slot_p->hs_attn_btn_cv, &ctrl_p->hc_mutex); in pciehpc_slotinfo_uninit()
1630 cv_destroy(&slot_p->hs_attn_btn_cv); in pciehpc_slotinfo_uninit()
3543 cv_wait(&slot_p->hs_attn_btn_cv, &ctrl_p->hc_mutex); in pciehpc_attn_btn_handler()
3556 if (cv_timedwait(&slot_p->hs_attn_btn_cv, in pciehpc_attn_btn_handler()
3603 cv_wait(&slot_p->hs_attn_btn_cv, &ctrl_p->hc_mutex); in pciehpc_attn_btn_handler()
3607 cv_signal(&slot_p->hs_attn_btn_cv); in pciehpc_attn_btn_handler()
/illumos-gate/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h317 kcondvar_t hs_attn_btn_cv; /* ATTN button pressed intr */ member