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.c1909 UATH_UNLOCK(sc); in uath_newstate()
1914 UATH_UNLOCK(sc); in uath_newstate()
1984 UATH_UNLOCK(sc); in uath_newstate()
2206 UATH_UNLOCK(sc); in uath_reconnect()
2277 UATH_UNLOCK(sc); in uath_reconnect()
2305 UATH_UNLOCK(sc); in uath_disconnect()
2312 UATH_UNLOCK(sc); in uath_disconnect()
2713 UATH_UNLOCK(sc); in uath_init()
2716 UATH_UNLOCK(sc); in uath_init()
2728 UATH_UNLOCK(sc); in uath_stop()
[all …]
H A Duath_var.h247 #define UATH_UNLOCK(sc) mutex_exit(&(sc)->sc_genlock) macro