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

/linux-master/init/
H A Dinitramfs.c227 static __initdata loff_t this_header, next_header; variable
232 this_header += n;
290 next_header = this_header + N_ALIGN(name_len) + body_len;
311 if (this_header + byte_count < next_header) {
315 eat(next_header - this_header);
325 if (byte_count && (this_header & 3))
499 this_header = 0;
502 loff_t saved_offset = this_header;
503 if (*buf == '0' && !(this_header & 3)) {
513 this_header
[all...]
/linux-master/drivers/net/
H A Dnetconsole.c1091 int this_header = header_len; local
1095 this_header += scnprintf(buf + this_header,
1096 sizeof(buf) - this_header,
1103 MAX_PRINT_CHUNK - this_header);
1106 memcpy(buf + this_header, body + offset, this_chunk);
1115 int preceding_bytes = this_chunk + this_header;
1124 memcpy(buf + this_header + this_offset,
1130 netpoll_send_udp(&nt->np, buf, this_header + this_offset);

Completed in 209 milliseconds