Searched refs:keyboard_queue_index (Results 1 – 3 of 3) sorted by relevance
47 static ULONG keyboard_queue_index; variable392 keyboard_queue_index = 0; in tx_demo_thread_host_simulation_entry()403 keyboard_queue[keyboard_queue_index] = (UCHAR) keyboard_char; in tx_demo_thread_host_simulation_entry()406 if(keyboard_queue_index < 1024) in tx_demo_thread_host_simulation_entry()407 keyboard_queue_index++; in tx_demo_thread_host_simulation_entry()
50 static ULONG keyboard_queue_index; variable440 keyboard_queue_index = 0; in tx_demo_thread_host_simulation_entry()451 keyboard_queue[keyboard_queue_index] = (UCHAR) keyboard_char; in tx_demo_thread_host_simulation_entry()454 if(keyboard_queue_index < 1024) in tx_demo_thread_host_simulation_entry()455 keyboard_queue_index++; in tx_demo_thread_host_simulation_entry()
48 static ULONG keyboard_queue_index; variable436 keyboard_queue_index = 0; in tx_demo_thread_host_simulation_entry()447 keyboard_queue[keyboard_queue_index] = (UCHAR) keyboard_char; in tx_demo_thread_host_simulation_entry()450 if(keyboard_queue_index < 1024) in tx_demo_thread_host_simulation_entry()451 keyboard_queue_index++; in tx_demo_thread_host_simulation_entry()