Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c590 mutex_enter(&softmac->smac_active_mutex); in softmac_bind_req()
592 mutex_exit(&softmac->smac_active_mutex); in softmac_bind_req()
598 mutex_exit(&softmac->smac_active_mutex); in softmac_bind_req()
653 mutex_enter(&softmac->smac_active_mutex); in softmac_unbind_req()
659 mutex_exit(&softmac->smac_active_mutex); in softmac_unbind_req()
1060 mutex_enter(&softmac->smac_active_mutex); in softmac_active_set()
1062 mutex_exit(&softmac->smac_active_mutex); in softmac_active_set()
1066 mutex_exit(&softmac->smac_active_mutex); in softmac_active_set()
1075 mutex_enter(&softmac->smac_active_mutex); in softmac_active_clear()
1078 mutex_exit(&softmac->smac_active_mutex); in softmac_active_clear()
H A Dsoftmac_dev.c594 mutex_enter(&softmac->smac_active_mutex); in softmac_drv_close()
596 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()
/titanic_41/usr/src/uts/common/sys/
H A Dsoftmac_impl.h195 kmutex_t smac_active_mutex; member