Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/vt/
Dvt_ioctl.c45 #define VT_IS_IN_USE(i) (console_driver->ttys[i] && console_driver->ttys[i]->count) macro
46 #define VT_BUSY(i) (VT_IS_IN_USE(i) || i == fg_console || vc_cons[i].d == sel_cons)
651 if (VT_IS_IN_USE(i)) in vt_ioctl()
664 if (! VT_IS_IN_USE(i)) in vt_ioctl()