HomeSort by relevance Sort by last modified time
    Searched defs:writechr (Results 1 - 4 of 4) sorted by null

  /external/syslinux/core/
plaincon.c 13 __export void writechr(char data) function
36 writechr(regs->eax.b[0]);
rawcon.c 2 * writechr: Write a single character in AL to the console without
14 __export void writechr(char data) function
94 writechr(regs->eax.b[0]);
isolinux.asm 692 call writechr
700 call writechr
702 call writechr
712 writechr: label
1190 call writechr
  /external/syslinux/efi/
console.c 35 __export void writechr(char data) function

Completed in 1773 milliseconds