Searched refs:membuff_getbyte (Results 1 – 4 of 4) sorted by relevance
102 int membuff_getbyte(struct membuff *mb);
192 ch = membuff_getbyte(&priv->in); in sandbox_keyb_interrupt()
427 ch = membuff_getbyte((struct membuff *)&gd->console_in); in getc()663 c = membuff_getbyte((struct membuff *)&gd->console_out); in console_record_print_purge()
150 int membuff_getbyte(struct membuff *mb) in membuff_getbyte() function