/src/sys/arch/prep/include/ |
bootinfo.h | 38 #define BTINFO_CONSOLE 1 46 struct btinfo_console { struct
|
/src/sys/arch/rs6000/include/ |
bootinfo.h | 38 #define BTINFO_CONSOLE 1 45 struct btinfo_console { struct
|
/src/sys/arch/bebox/include/ |
bootinfo.h | 38 #define BTINFO_CONSOLE 1 47 struct btinfo_console { struct
|
/src/sys/arch/bebox/stand/boot/ |
boot.c | 62 struct btinfo_console btinfo_console; variable in typeref:struct:btinfo_console 105 btinfo_console.common.next = sizeof (btinfo_console); 106 btinfo_console.common.type = BTINFO_CONSOLE; 107 strcpy(btinfo_console.devname, cnname); 108 btinfo_console.addr = addr; 109 btinfo_console.speed = speed; 233 memcpy(p, (void *)&btinfo_console, sizeof (btinfo_console)) [all...] |
/src/sys/arch/i386/stand/lib/ |
pcio.c | 43 struct btinfo_console btinfo_console; variable in typeref:struct:btinfo_console 51 #define cominit_x() btinfo_console.speed = \ 52 cominit_d(btinfo_console.addr, btinfo_console.speed) 53 #define computc_x(ch) computc_d(ch, btinfo_console.addr) 54 #define comgetc_x() comgetc_d(btinfo_console.addr) 55 #define comstatus_x() comstatus_d(btinfo_console.addr) 116 btinfo_console.speed = CONSPEED; 118 btinfo_console.speed = 9600 [all...] |
/src/sys/arch/prep/stand/boot/ |
boot.c | 62 struct btinfo_console btinfo_console; variable in typeref:struct:btinfo_console 110 btinfo_console.common.next = sizeof(btinfo_console); 111 btinfo_console.common.type = BTINFO_CONSOLE; 112 strcpy(btinfo_console.devname, cnname); 113 btinfo_console.addr = addr; 114 btinfo_console.speed = speed; 134 memcpy(p, (void *)&btinfo_console, sizeof(btinfo_console)) [all...] |
/src/sys/arch/hp300/include/ |
bootinfo.h | 40 #define BTINFO_CONSOLE 4 72 struct btinfo_console { struct
|
/src/sys/arch/zaurus/include/ |
bootinfo.h | 65 struct btinfo_console { struct
|
/src/sys/arch/rs6000/stand/boot/ |
boot.c | 60 struct btinfo_console btinfo_console; variable in typeref:struct:btinfo_console 195 btinfo_console.common.next = sizeof(btinfo_console); 196 btinfo_console.common.type = BTINFO_CONSOLE; 197 strcpy(btinfo_console.devname, cnname); 198 btinfo_console.addr = addr; 199 btinfo_console.speed = speed; 204 memcpy(p, (void *)&btinfo_console, sizeof(btinfo_console)) [all...] |
/src/sys/arch/sandpoint/include/ |
bootinfo.h | 41 #define BTINFO_CONSOLE 3 60 struct btinfo_console { struct
|
/src/sys/arch/i386/stand/efiboot/ |
eficons.c | 47 struct btinfo_console btinfo_console; variable in typeref:struct:btinfo_console 116 btinfo_console.speed = default_comspeed; 124 btinfo_console.addr = getcomaddr(i); 127 efi_com_init(btinfo_console.addr, btinfo_console.speed); 147 btinfo_console.addr = ioport; 148 if (btinfo_console.addr == 0) 149 btinfo_console.addr = getcomaddr(iodev - CONSDEV_COM0); 151 btinfo_console.speed = speed [all...] |
/src/sys/arch/x86/include/ |
bootinfo.h | 36 #define BTINFO_CONSOLE 6 102 struct btinfo_console { struct
|