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

/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dconf.c76 struct console *consoles[] = { variable in typeref:struct:console
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dconf.c103 struct console *consoles[] = { variable in typeref:struct:console
/illumos-gate/usr/src/boot/sys/boot/arm/uboot/
H A Dconf.c91 struct console *consoles[] = { variable in typeref:struct:console
/illumos-gate/usr/src/boot/sys/boot/i386/loader/
H A Dconf.c146 struct console *consoles[] = { variable in typeref:struct:console
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dmain.c214 struct console *consoles[] = { variable in typeref:struct:console
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c1167 const char *consoles[] = { "/dev/console", "/dev/vt/", NULL }; local
1175 for (i = 0; consoles[i] != NULL; i ++) {
1176 if (strncmp(ttyn, consoles[i],
1177 strlen(consoles[i])) == 0)

Completed in 133 milliseconds