Searched refs:this_header (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/init/
H A Dinitramfs.c201 static __initdata loff_t this_header, next_header; variable
206 this_header += n; eat()
262 next_header = this_header + N_ALIGN(name_len) + body_len; do_header()
283 if (this_header + byte_count < next_header) { do_skip()
287 eat(next_header - this_header); do_skip()
297 if (byte_count && (this_header & 3)) do_reset()
464 this_header = 0; unpack_to_rootfs()
467 loff_t saved_offset = this_header; unpack_to_rootfs()
468 if (*buf == '0' && !(this_header & 3)) { unpack_to_rootfs()
478 this_header++; unpack_to_rootfs()
481 this_header = 0; unpack_to_rootfs()
500 this_header = saved_offset + my_inptr; unpack_to_rootfs()
/linux-4.4.14/drivers/net/
H A Dnetconsole.c811 int this_header = header_len; send_ext_msg_udp() local
814 this_header += scnprintf(buf + this_header, send_ext_msg_udp()
815 sizeof(buf) - this_header, send_ext_msg_udp()
819 MAX_PRINT_CHUNK - this_header); send_ext_msg_udp()
823 memcpy(buf + this_header, body + offset, this_chunk); send_ext_msg_udp()
825 netpoll_send_udp(&nt->np, buf, this_header + this_chunk); send_ext_msg_udp()

Completed in 207 milliseconds