Home
last modified time | relevance | path

Searched refs:smac_active_mutex (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c564 mutex_enter(&softmac->smac_active_mutex); in softmac_bind_req()
566 mutex_exit(&softmac->smac_active_mutex); in softmac_bind_req()
572 mutex_exit(&softmac->smac_active_mutex); in softmac_bind_req()
627 mutex_enter(&softmac->smac_active_mutex); in softmac_unbind_req()
633 mutex_exit(&softmac->smac_active_mutex); in softmac_unbind_req()
1035 mutex_enter(&softmac->smac_active_mutex); in softmac_active_set()
1037 mutex_exit(&softmac->smac_active_mutex); in softmac_active_set()
1041 mutex_exit(&softmac->smac_active_mutex); in softmac_active_set()
1050 mutex_enter(&softmac->smac_active_mutex); in softmac_active_clear()
1053 mutex_exit(&softmac->smac_active_mutex); in softmac_active_clear()
H A Dsoftmac_dev.c603 mutex_enter(&softmac->smac_active_mutex); in softmac_drv_close()
605 mutex_exit(&softmac->smac_active_mutex); in softmac_drv_close()
H A Dsoftmac_main.c122 mutex_init(&softmac->smac_active_mutex, NULL, MUTEX_DEFAULT, NULL); in softmac_constructor()
153 mutex_destroy(&softmac->smac_active_mutex); in softmac_destructor()
/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h195 kmutex_t smac_active_mutex; member