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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c485 static char *SYSCON = "/dev/syscon"; /* Virtual System console */ variable
954 fd = open(SYSCON, O_RDWR | O_NOCTTY);
963 getpid(), SYSCON, strerror(errno));
2865 * associated with SYSCON that has the same device number as CONSOLE.
2872 if (stat(SYSCON, &sconbuf) != -1 &&
2885 * get_ioctl_syscon() retrieves the SYSCON settings from the IOCTLSYSCON file.
2897 * Read in the previous modes for SYSCON from IOCTLSYSCON.
2957 (void) unlink(SYSCON);
2958 (void) link(SYSTTY, SYSCON);
2999 * We open SYSCON ane
[all...]

Completed in 104 milliseconds