Searched refs:p_tail (Results 1 – 2 of 2) sorted by relevance
48 kb_in.p_head = kb_in.p_tail = kb_in.buf; in init_keyboard()267 scan_code = *(kb_in.p_tail); in get_byte_from_kb_buf()268 kb_in.p_tail++; in get_byte_from_kb_buf()269 if (kb_in.p_tail == kb_in.buf + KB_IN_BYTES) { in get_byte_from_kb_buf()270 kb_in.p_tail = kb_in.buf; in get_byte_from_kb_buf()
132 char* p_tail; /* read cache pointer */ member
Completed in 7 milliseconds