Home
last modified time | relevance | path

Searched refs:URTW_UNLOCK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c2123 URTW_UNLOCK(sc); in urtw_8187_init()
2128 URTW_UNLOCK(sc); in urtw_8187_init()
2497 URTW_UNLOCK(sc); in urtw_stop()
3147 URTW_UNLOCK(sc); in urtw_8187b_init()
3153 URTW_UNLOCK(sc); in urtw_8187b_init()
3731 URTW_UNLOCK(sc); in urtw_newstate()
3932 URTW_UNLOCK(sc); in urtw_disconnect()
4080 URTW_UNLOCK(sc); in urtw_m_setprop()
4107 URTW_UNLOCK(sc); in urtw_m_ioctl()
4169 URTW_UNLOCK(sc); in urtw_m_stat()
[all …]
H A Durtw_var.h150 #define URTW_UNLOCK(sc) mutex_exit(&(sc)->sc_genlock) macro