Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/ipmi/
H A Dipmi_main.c215 IPMI_UNLOCK(sc); in ipmi_close()
323 IPMI_UNLOCK(sc); in ipmi_ioctl()
337 IPMI_UNLOCK(sc); in ipmi_ioctl()
350 IPMI_UNLOCK(sc); in ipmi_ioctl()
356 IPMI_UNLOCK(sc); in ipmi_ioctl()
361 IPMI_UNLOCK(sc); in ipmi_ioctl()
398 IPMI_UNLOCK(sc); in ipmi_ioctl()
401 IPMI_UNLOCK(sc); in ipmi_ioctl()
408 IPMI_UNLOCK(sc); in ipmi_ioctl()
411 IPMI_UNLOCK(sc); in ipmi_ioctl()
[all …]
H A Dipmi.c147 IPMI_UNLOCK(sc); in ipmi_submit_driver_request()
176 IPMI_UNLOCK(sc); in ipmi_submit_driver_request()
H A Dipmi_kcs.c456 IPMI_UNLOCK(sc); in kcs_loop()
467 IPMI_UNLOCK(sc); in kcs_loop()
H A Dipmivars.h177 #define IPMI_UNLOCK(sc) mutex_exit(&(sc)->ipmi_lock) macro