Lines Matching defs:console
3 * Provide access to virtual console memory.
24 * machek@k332.feld.cvut.cz - modified not to send characters to wrong console
40 #include <linux/console.h>
67 * with minors 0, 64, 128 and 192 being proxies for the foreground console.
73 #define console(inode) (iminor(inode) & 63)
137 poll->cons_num = console(file_inode(file));
180 * @viewed: returns whether this console is currently foreground (viewed)
186 unsigned int currcons = console(inode);
380 /* Select the proper current console and verify
381 * sanity of the situation under the console lock.
428 * Then we can drop the console spinlock and safely
445 /* Finally, release the console semaphore while we push
605 /* Select the proper current console and verify
606 * sanity of the situation under the console lock.
629 /* Temporarily drop the console lock so that we can read
669 /* OK, now actually push the write to the console
738 unsigned int currcons = console(inode);