Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c1984 UATH_UNLOCK(sc); in uath_newstate()
2305 UATH_UNLOCK(sc); in uath_disconnect()
2312 UATH_UNLOCK(sc); in uath_disconnect()
2716 UATH_UNLOCK(sc); in uath_init()
2728 UATH_UNLOCK(sc); in uath_stop()
2769 UATH_UNLOCK(sc); in uath_resume()
2794 UATH_UNLOCK(sc); in uath_m_start()
2811 UATH_UNLOCK(sc); in uath_m_stop()
2834 UATH_UNLOCK(sc); in uath_m_ioctl()
2881 UATH_UNLOCK(sc); in uath_m_setprop()
[all …]
H A Duath_var.h247 #define UATH_UNLOCK(sc) mutex_exit(&(sc)->sc_genlock) macro