Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/ipmi/
H A Dipmi_main.c213 IPMI_UNLOCK(sc); in ipmi_close()
321 IPMI_UNLOCK(sc); in ipmi_ioctl()
335 IPMI_UNLOCK(sc); in ipmi_ioctl()
348 IPMI_UNLOCK(sc); in ipmi_ioctl()
354 IPMI_UNLOCK(sc); in ipmi_ioctl()
359 IPMI_UNLOCK(sc); in ipmi_ioctl()
399 IPMI_UNLOCK(sc); in ipmi_ioctl()
409 IPMI_UNLOCK(sc); in ipmi_ioctl()
419 IPMI_UNLOCK(sc); in ipmi_ioctl()
429 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