Home
last modified time | relevance | path

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

/linux-6.15/init/
H A Dinitramfs.c228 static __initdata loff_t this_header, next_header; variable
233 this_header += n; in eat()
312 if (this_header + byte_count < next_header) { in do_skip()
316 eat(next_header - this_header); in do_skip()
326 if (byte_count && (this_header & 3)) in do_reset()
528 this_header = 0; in unpack_to_rootfs()
531 loff_t saved_offset = this_header; in unpack_to_rootfs()
532 if (*buf == '0' && !(this_header & 3)) { in unpack_to_rootfs()
542 this_header++; in unpack_to_rootfs()
545 this_header = 0; in unpack_to_rootfs()
[all …]
/linux-6.15/drivers/net/
H A Dnetconsole.c1441 int this_header = header_len; in send_fragmented_body() local
1446 this_header += scnprintf(nt->buf + this_header, in send_fragmented_body()
1447 MAX_PRINT_CHUNK - this_header, in send_fragmented_body()
1454 MAX_PRINT_CHUNK - this_header); in send_fragmented_body()
1457 memcpy(nt->buf + this_header, msgbody + offset, in send_fragmented_body()
1477 preceding_bytes = this_chunk + this_header; in send_fragmented_body()
1492 memcpy(nt->buf + this_header + this_offset, in send_fragmented_body()
1498 send_udp(nt, nt->buf, this_header + this_offset); in send_fragmented_body()