Home
last modified time | relevance | path

Searched refs:MDI_PI_UNLOCK (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c1568 MDI_PI_UNLOCK(pip); in i_mdi_client_compute_state()
3218 MDI_PI_UNLOCK(pip); in mdi_pi_free()
3518 MDI_PI_UNLOCK(pip); in i_mdi_pi_state_change()
3598 MDI_PI_UNLOCK(pip); in i_mdi_pi_state_change()
3627 MDI_PI_UNLOCK(pip); in i_mdi_pi_state_change()
3756 MDI_PI_UNLOCK(pip); in mdi_pi_online()
3913 MDI_PI_UNLOCK(pip); in i_mdi_pi_offline()
3995 MDI_PI_UNLOCK(pip); in i_mdi_pi_online()
4003 MDI_PI_UNLOCK(pip); in i_mdi_pi_online()
4453 MDI_PI_UNLOCK(pip); in mdi_prop_remove()
[all …]
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootdev.c301 MDI_PI_UNLOCK(pip); in i_devname_to_promname()
371 MDI_PI_UNLOCK(pip); in i_devname_to_promname()
/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h792 #define MDI_PI_UNLOCK(pip) mutex_exit(&MDI_PI(pip)->pi_mutex) macro