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

/illumos-gate/usr/src/uts/common/io/
H A Dvcons.c149 * | \033 | 'Q' | vtno + 'A' | opcode | 'z' | '\0' |
506 vt_trigger_hotkeys(int vtno) argument
515 vt_pending_vtno = vtno;
528 int vtno = 0; local
581 * for system console, the argument of vtno for
585 vtno = 1; /* for system console */
587 vtno = minor;
589 vt_trigger_hotkeys(vtno);
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c176 #define VT_IS_SYSTEM_CONSOLE(vtno) ((vtno) == 1)
381 int ve_info; /* vtno or display num */

Completed in 47 milliseconds