Searched defs:stdoutdev (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dconsconfig_dacf.c68 * rconsvp = (stdindev/stdoutdev)
210 static dev_t stdoutdev; variable
656 stdoutdev = NODEV;
986 stdoutdev = ddi_pathname_to_dev_t(sp->cons_stdout_path);
1002 DPRINTF(DPRINT_L0, "stdindev %lx, stdoutdev %lx, kbddev %lx, "
1003 "mousedev %lx\n", stdindev, stdoutdev, kbddev, mousedev);
1050 fbdev = stdoutdev;
1055 /* stdoutdev is valid, of fbvp should exist */
1281 } else if ((stdindev != NODEV) && (stdindev == stdoutdev)) {

Completed in 48 milliseconds