Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dnetconsole.c18 static int input_offset; /* offset to valid chars in input buffer */ variable
152 end = input_offset + input_size; in nc_input_packet()
288 c = input_buffer[input_offset++]; in nc_stdio_getc()
290 if (input_offset >= sizeof(input_buffer)) in nc_stdio_getc()
291 input_offset -= sizeof(input_buffer); in nc_stdio_getc()
/openbmc/u-boot/tools/patman/
H A Dcros_subprocess.py165 input_offset = 0
181 chunk = input[input_offset : input_offset + 512]
183 input_offset += bytes_written
184 if input_offset >= len(input):
/openbmc/u-boot/Documentation/sphinx/
H A Dkernel_include.py87 self.lineno - self.state_machine.input_offset - 1)
/openbmc/u-boot/cmd/
H A Dotp.c1150 static int otp_print_conf_info(int input_offset) in otp_print_conf_info() argument
1169 if (input_offset != -1 && input_offset != conf_info[i].dw_offset) in otp_print_conf_info()
/openbmc/qemu/hw/net/
H A Dtrace-events102 net_rx_pkt_rss_add_chunk(void* ptr, size_t size, size_t input_offset) "Add RSS chunk %p, %zu bytes,…