| /openbsd-src/sys/arch/armv7/stand/efiboot/ |
| H A D | efiboot.h | 23 void efi_cons_probe(struct consdev *); 24 void efi_cons_init(struct consdev *); 27 void efi_com_probe(struct consdev *); 28 void efi_com_init(struct consdev *); 31 void efi_fb_probe(struct consdev *); 32 void efi_fb_init(struct consdev *);
|
| /openbsd-src/sys/arch/arm64/stand/efiboot/ |
| H A D | efiboot.h | 24 void efi_cons_probe(struct consdev *); 25 void efi_cons_init(struct consdev *); 28 void efi_com_probe(struct consdev *); 29 void efi_com_init(struct consdev *); 32 void efi_fb_probe(struct consdev *); 33 void efi_fb_init(struct consdev *);
|
| /openbsd-src/sys/dev/ |
| H A D | cons.h | 42 struct consdev { struct 44 void (*cn_probe)(struct consdev *); argument 46 void (*cn_init)(struct consdev *); argument 71 extern struct consdev constab[]; argument 72 extern struct consdev *cn_tab; 92 #define dev_type_cnprobe(n) void n(struct consdev *) 93 #define dev_type_cninit(n) void n(struct consdev *)
|
| H A D | cninit.c | 51 struct consdev *cn_tab = NULL; 56 struct consdev *cp; in cninit()
|
| /openbsd-src/sys/arch/i386/stand/libsa/ |
| H A D | biosdev.h | 42 struct consdev; 61 void pc_probe(struct consdev *); 62 void pc_init(struct consdev *); 67 void com_probe(struct consdev *); 68 void com_init(struct consdev *);
|
| H A D | bioscons.c | 50 pc_probe(struct consdev *cn) in pc_probe() 68 pc_init(struct consdev *cn) in pc_init() 119 com_probe(struct consdev *cn) in com_probe() 139 com_init(struct consdev *cn) in com_init()
|
| /openbsd-src/sys/arch/amd64/stand/libsa/ |
| H A D | biosdev.h | 42 struct consdev; 61 void pc_probe(struct consdev *); 62 void pc_init(struct consdev *); 67 void com_probe(struct consdev *); 68 void com_init(struct consdev *);
|
| H A D | bioscons.c | 52 pc_probe(struct consdev *cn) in pc_probe() 70 pc_init(struct consdev *cn) in pc_init() 121 com_probe(struct consdev *cn) in com_probe() 141 com_init(struct consdev *cn) in com_init()
|
| /openbsd-src/sys/arch/macppc/stand/ |
| H A D | conf.c | 27 void ofc_probe(struct consdev *); 28 void ofc_init(struct consdev *); 33 struct consdev *cn_tab; 35 struct consdev constab[] = {
|
| /openbsd-src/sys/arch/riscv64/stand/efiboot/ |
| H A D | efiboot.h | 23 void efi_cons_probe(struct consdev *); 24 void efi_cons_init(struct consdev *); 27 void efi_fb_probe(struct consdev *); 28 void efi_fb_init(struct consdev *);
|
| /openbsd-src/sys/arch/luna88k/stand/boot/ |
| H A D | samachdep.h | 41 struct consdev; 51 void bmccnprobe(struct consdev *); 52 void bmccninit(struct consdev *); 123 void siocnprobe(struct consdev *); 124 void siocninit(struct consdev *);
|
| /openbsd-src/sys/arch/amd64/stand/efiboot/ |
| H A D | efiboot.h | 20 void efi_cons_probe(struct consdev *); 25 void efi_cons_init(struct consdev *); 29 void efi_com_probe(struct consdev *); 30 void efi_com_init(struct consdev *);
|
| /openbsd-src/sys/arch/luna88k/luna88k/ |
| H A D | romcons.c | 63 romcnprobe(struct consdev *cp) in romcnprobe() 70 romcninit(struct consdev *cp) in romcninit() 107 struct consdev romcons = { 118 struct consdev *cn_tab = &romcons;
|
| /openbsd-src/sys/arch/arm/arm/ |
| H A D | arm32_machdep.c | 106 struct consdev *cn_tab; 311 dev_t consdev; in cpu_sysctl() local 313 consdev = cn_tab->cn_dev; in cpu_sysctl() 315 consdev = NODEV; in cpu_sysctl() 316 return (sysctl_rdstruct(oldp, oldlenp, newp, &consdev, in cpu_sysctl() 317 sizeof consdev)); in cpu_sysctl()
|
| /openbsd-src/sys/arch/sparc64/dev/ |
| H A D | consinit.c | 69 struct consdev consdev_prom = { 83 struct consdev *cn_tab = &consdev_prom; 86 prom_cnprobe(struct consdev *cd) in prom_cnprobe() 125 prom_cninit(struct consdev *cn) in prom_cninit()
|
| /openbsd-src/sys/arch/riscv64/riscv64/ |
| H A D | sbi.c | 205 sbi_cnprobe(struct consdev *cd) in sbi_cnprobe() 210 sbi_cninit(struct consdev *cd) in sbi_cninit() 237 struct consdev sbi_consdev = { 245 struct consdev *cn_tab = &sbi_consdev;
|
| /openbsd-src/sys/dev/ic/ |
| H A D | z8530sc.h | 129 struct consdev; 135 struct consdev *consdev; member
|
| H A D | comvar.h | 157 struct consdev; 159 void comcnprobe(struct consdev *); 160 void comcninit(struct consdev *);
|
| /openbsd-src/sys/lib/libsa/ |
| H A D | cons.c | 47 extern struct consdev constab[]; 52 struct consdev *cp; in cninit() 78 struct consdev *cp; in cnset()
|
| /openbsd-src/sys/arch/octeon/dev/ |
| H A D | cn30xxuart.c | 192 octuartcninit(struct consdev *consdev) in octuartcninit() argument 197 octuartcnprobe(struct consdev *consdev) in octuartcnprobe() argument
|
| /openbsd-src/sys/arch/landisk/landisk/ |
| H A D | machdep.c | 470 dev_t consdev; in cpu_sysctl() local 472 consdev = cn_tab->cn_dev; in cpu_sysctl() 474 consdev = NODEV; in cpu_sysctl() 475 return (sysctl_rdstruct(oldp, oldlenp, newp, &consdev, in cpu_sysctl() 476 sizeof consdev)); in cpu_sysctl()
|
| /openbsd-src/sys/arch/alpha/stand/nboot/ |
| H A D | libsa.h | 33 void prom_cnprobe(struct consdev *); 34 void prom_cninit(struct consdev *);
|
| /openbsd-src/sys/arch/hppa/hppa/ |
| H A D | wscons_machdep.c | 49 wscnprobe(struct consdev *cp) in wscnprobe() 62 wscninit(struct consdev *cp) in wscninit()
|
| /openbsd-src/sys/arch/landisk/stand/boot/ |
| H A D | libsa.h | 33 void scif_cnprobe(struct consdev *); 34 void scif_cninit(struct consdev *);
|
| H A D | conf.c | 44 struct consdev constab[] = { 48 struct consdev *cn_tab;
|