Home
last modified time | relevance | path

Searched refs:input_offset (Results 1 – 1 of 1) sorted by relevance

/drivers/net/
A Dnetconsole.c20 static int input_offset; /* offset to valid chars in input buffer */ variable
155 end = input_offset + input_size; in nc_input_packet()
287 c = input_buffer[input_offset++]; in nc_stdio_getc()
289 if (input_offset >= sizeof(input_buffer)) in nc_stdio_getc()
290 input_offset -= sizeof(input_buffer); in nc_stdio_getc()

Completed in 5 milliseconds