Lines Matching refs:tty_list_sx
77 static struct sx tty_list_sx; variable
78 SX_SYSINIT(tty_list, &tty_list_sx, "tty list");
1163 sx_xlock(&tty_list_sx); in tty_rel_free()
1166 sx_xunlock(&tty_list_sx); in tty_rel_free()
1320 sx_slock(&tty_list_sx); in sysctl_kern_ttys()
1323 sx_sunlock(&tty_list_sx); in sysctl_kern_ttys()
1345 sx_sunlock(&tty_list_sx); in sysctl_kern_ttys()
1472 sx_xlock(&tty_list_sx); in tty_makedevf()
1475 sx_xunlock(&tty_list_sx); in tty_makedevf()
2232 sx_slock(&tty_list_sx); in ttyconsdev_open()
2239 sx_sunlock(&tty_list_sx); in ttyconsdev_open()