Searched refs:ucode (Results 1 – 1 of 1) sorted by relevance
78 uint16_t ucode[2]; in efi_putc() local80 ucode[0] = ch; in efi_putc()81 ucode[1] = '\0'; in efi_putc()82 con->output_string(con, ucode); in efi_putc()
Completed in 8 milliseconds