Home
last modified time | relevance | path

Searched refs:l_lock (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_ioctl_lrp.c65 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_lrioctl_termios()
71 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_lrioctl_termios()
174 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_lrioctl_termios()
220 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_lrioctl_termios()
249 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_lrioctl_termios()
463 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_lrioctl_termios()
465 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_lrioctl_termios()
492 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_lrmsg_error()
497 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_lrmsg_error()
514 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_lrmsg_error()
[all …]
H A Doplmsu.c415 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_detach()
419 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_detach()
598 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_close()
602 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_close()
616 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_close()
636 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_close()
852 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_lwsrv()
859 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_lwsrv()
1186 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_set_lpathnum()
1387 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_dr_detach()
[all …]
H A Doplmsu_ioctl_uwp.c163 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_uwioctl_ipunlink()
180 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_uwioctl_ipunlink()
192 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_uwioctl_ipunlink()
232 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_uwioctl_ipunlink()
256 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_uwioctl_ipunlink()
292 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_uwioctl_ipunlink()
413 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_uwioctl_termios()
417 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_uwioctl_termios()
429 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_uwioctl_termios()
454 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_uwioctl_termios()
[all …]
H A Doplmsu_cmn_func.c520 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_search_min_stop_path()
523 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_search_min_stop_path()
759 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_cmn_bufcall()
777 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_cmn_bufcall()
795 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_cmn_bufcall()
1052 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_cmn_bufcb()
1092 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_cmn_bufcb()
1367 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_wcmn_norm_putbq()
1371 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_wcmn_norm_putbq()
1491 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_rcmn_through_hndl()
[all …]
/illumos-gate/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h277 kmutex_t l_lock; member