Searched refs:TTY_EXCLUSIVE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dtty.h281 * TTY_EXCLUSIVE
316 #define TTY_EXCLUSIVE 3 macro
/linux-master/drivers/tty/
H A Dtty_io.c1354 if (test_bit(TTY_EXCLUSIVE, &tty->flags) && !capable(CAP_SYS_ADMIN))
2725 set_bit(TTY_EXCLUSIVE, &tty->flags);
2728 clear_bit(TTY_EXCLUSIVE, &tty->flags);
2732 int excl = test_bit(TTY_EXCLUSIVE, &tty->flags);

Completed in 101 milliseconds