Home | Sort by: relevance | last modified time | path |
/src/sys/arch/zaurus/stand/zboot/ | |
unixcons.c | 35 struct btinfo_console bi_cons; variable in typeref:struct:btinfo_console 76 strlcpy(bi_cons.devname, "glass", sizeof(bi_cons.devname)); 77 bi_cons.addr = -1; 78 bi_cons.speed = -1; 95 snprintf(bi_cons.devname, sizeof(bi_cons.devname), "com%d", 97 bi_cons.addr = -1; 98 bi_cons.speed = speed; 100 BI_ADD(&bi_cons, BTINFO_CONSDEV, sizeof(bi_cons)) [all...] |
/src/sys/arch/sandpoint/sandpoint/ | |
machdep.c | 284 struct btinfo_console bi_cons = { { 0, 0 }, "com", 0x3f8, 38400 }; variable in typeref:struct:btinfo_console 286 struct btinfo_console bi_cons = { { 0, 0 }, "eumb", 0x4600, 57600 }; variable in typeref:struct:btinfo_console 328 bi = &bi_cons; 587 bi = &bi_cons; |
/src/sys/arch/sandpoint/stand/altboot/ | |
main.c | 76 struct btinfo_console bi_cons; variable in typeref:struct:btinfo_console 362 bi_add(&bi_cons, BTINFO_CONSOLE, sizeof(bi_cons)); |