Searched refs:efi_cons_probe (Results 1 – 12 of 12) sorted by relevance
/openbsd/sys/arch/riscv64/stand/efiboot/ |
H A D | efiboot.h | 23 void efi_cons_probe(struct consdev *);
|
H A D | conf.c | 72 { efi_cons_probe, efi_cons_init, efi_cons_getc, efi_cons_putc },
|
H A D | efiboot.c | 134 efi_cons_probe(struct consdev *cn) in efi_cons_probe() function
|
/openbsd/sys/arch/armv7/stand/efiboot/ |
H A D | efiboot.h | 23 void efi_cons_probe(struct consdev *);
|
H A D | conf.c | 67 { efi_cons_probe, efi_cons_init, efi_cons_getc, efi_cons_putc },
|
H A D | efiboot.c | 130 efi_cons_probe(struct consdev *cn) in efi_cons_probe() function
|
/openbsd/sys/arch/arm64/stand/efiboot/ |
H A D | efiboot.h | 24 void efi_cons_probe(struct consdev *);
|
H A D | conf.c | 78 { efi_cons_probe, efi_cons_init, efi_cons_getc, efi_cons_putc },
|
H A D | efiboot.c | 145 efi_cons_probe(struct consdev *cn) in efi_cons_probe() function
|
/openbsd/sys/arch/amd64/stand/efiboot/ |
H A D | efiboot.h | 20 void efi_cons_probe(struct consdev *);
|
H A D | conf.c | 91 { efi_cons_probe, efi_cons_init, efi_cons_getc, efi_cons_putc },
|
H A D | efiboot.c | 507 efi_cons_probe(struct consdev *cn) in efi_cons_probe() function
|