Searched defs:ipmi_lock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/ipmi/
H A Dipmivars.h107 kmutex_t ipmi_lock; member in struct:ipmi_softc
176 #define IPMI_LOCK(sc) mutex_enter(&(sc)->ipmi_lock)
177 #define IPMI_UNLOCK(sc) mutex_exit(&(sc)->ipmi_lock)
178 #define IPMI_LOCK_ASSERT(sc) ASSERT(MUTEX_HELD(&(sc)->ipmi_lock))

Completed in 68 milliseconds