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

/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dconf.c71 extern struct console ttyd;
82 &ttyd,
/illumos-gate/usr/src/boot/sys/boot/i386/loader/
H A Dconf.c139 extern struct console ttyd;
151 &ttyd,
/illumos-gate/usr/src/uts/common/io/
H A Dgentty.c198 dev_t ttyd; local
211 ttyd = sp->s_dev;
238 ASSERT(ttyd == ttyvp->v_rdev);
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dcomconsole.c123 struct console ttyd = { variable in typeref:struct:console
124 "ttyd",
154 else if (strcmp(cp->c_name, "ttyd") == 0)
373 case 'd': cp = &ttyd;

Completed in 59 milliseconds