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

/opensolaris-onvv-gate/usr/src/cmd/init/
H A Dinit.c482 static char *SYSCON = "/dev/syscon"; /* Virtual System console */ variable
951 fd = open(SYSCON, O_RDWR | O_NOCTTY);
960 getpid(), SYSCON, strerror(errno));
2859 * associated with SYSCON that has the same device number as CONSOLE.
2866 if (stat(SYSCON, &sconbuf) != -1 &&
2879 * get_ioctl_syscon() retrieves the SYSCON settings from the IOCTLSYSCON file.
2891 * Read in the previous modes for SYSCON from IOCTLSYSCON.
2951 (void) unlink(SYSCON);
2952 (void) link(SYSTTY, SYSCON);
2993 * We open SYSCON ane
[all...]

Completed in 54 milliseconds