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

/openbsd-current/sys/arch/armv7/stand/efiboot/
H A Defiboot.h26 void efi_cons_putc(dev_t, int);
H A Dconf.c67 { efi_cons_probe, efi_cons_init, efi_cons_getc, efi_cons_putc },
H A Defiboot.c181 efi_cons_putc(dev_t dev, int c) function
186 efi_cons_putc(dev, '\r');
217 efi_cons_putc(dev, c);
243 efi_cons_putc(dev, c);
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Defiboot.h26 void efi_cons_putc(dev_t, int);
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.c185 efi_cons_putc(dev_t dev, int c) function
190 efi_cons_putc(dev, '\r');
221 efi_cons_putc(dev, c);
/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Defiboot.h27 void efi_cons_putc(dev_t, int);
H A Dconf.c78 { efi_cons_probe, efi_cons_init, efi_cons_getc, efi_cons_putc },
H A Defiboot.c196 efi_cons_putc(dev_t dev, int c) function
201 efi_cons_putc(dev, '\r');
232 efi_cons_putc(dev, c);
258 efi_cons_putc(dev, c);
/openbsd-current/sys/arch/amd64/stand/efiboot/
H A Defiboot.h27 void efi_cons_putc(dev_t, int);
H A Dconf.c91 { efi_cons_probe, efi_cons_init, efi_cons_getc, efi_cons_putc },
H A Defiboot.c549 efi_cons_putc(dev_t dev, int c) function
554 efi_cons_putc(dev, '\r');

Completed in 198 milliseconds