Home
last modified time | relevance | path

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

/linux/init/
A Dinitramfs.c209 static __initdata loff_t this_header, next_header; variable
214 this_header += n; in eat()
290 if (this_header + byte_count < next_header) { in do_skip()
294 eat(next_header - this_header); in do_skip()
304 if (byte_count && (this_header & 3)) in do_reset()
479 this_header = 0; in unpack_to_rootfs()
482 loff_t saved_offset = this_header; in unpack_to_rootfs()
483 if (*buf == '0' && !(this_header & 3)) { in unpack_to_rootfs()
493 this_header++; in unpack_to_rootfs()
496 this_header = 0; in unpack_to_rootfs()
[all …]
/linux/drivers/net/
A Dnetconsole.c800 int this_header = header_len; in send_ext_msg_udp() local
803 this_header += scnprintf(buf + this_header, in send_ext_msg_udp()
804 sizeof(buf) - this_header, in send_ext_msg_udp()
808 MAX_PRINT_CHUNK - this_header); in send_ext_msg_udp()
812 memcpy(buf + this_header, body + offset, this_chunk); in send_ext_msg_udp()
814 netpoll_send_udp(&nt->np, buf, this_header + this_chunk); in send_ext_msg_udp()
/linux/
A DSystem.map125747 ffff800011831140 d this_header
A D.tmp_System.map125747 ffff800011831140 d this_header

Completed in 311 milliseconds