Searched refs:efi_cons_getc (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/sys/arch/armv7/stand/efiboot/
H A Defiboot.h25 int efi_cons_getc(dev_t);
H A Dconf.c67 { efi_cons_probe, efi_cons_init, efi_cons_getc, efi_cons_putc },
H A Defiboot.c144 efi_cons_getc(dev_t dev) function
211 return efi_cons_getc(dev);
237 return efi_cons_getc(dev);
700 efi_cons_getc(0);
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Defiboot.h25 int efi_cons_getc(dev_t);
H A Dconf.c72 { efi_cons_probe, efi_cons_init, efi_cons_getc, efi_cons_putc },
73 { efi_fb_probe, efi_fb_init, efi_cons_getc, efi_cons_putc },
H A Defiboot.c148 efi_cons_getc(dev_t dev) function
215 return efi_cons_getc(dev);
672 efi_cons_getc(0);
/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Defiboot.h26 int efi_cons_getc(dev_t);
H A Dconf.c78 { efi_cons_probe, efi_cons_init, efi_cons_getc, efi_cons_putc },
H A Defiboot.c159 efi_cons_getc(dev_t dev) function
226 return efi_cons_getc(dev);
252 return efi_cons_getc(dev);
769 efi_cons_getc(0);
/openbsd-current/sys/arch/amd64/stand/efiboot/
H A Defiboot.h26 int efi_cons_getc(dev_t);
H A Dconf.c91 { efi_cons_probe, efi_cons_init, efi_cons_getc, efi_cons_putc },
H A Defiboot.c520 efi_cons_getc(dev_t dev) function
1039 efi_cons_getc(0);

Completed in 269 milliseconds