Lines Matching refs:oops_buf
87 * oops_buf[] holds the compressed text, preceded by a oops header.
91 * holding the timestamp. oops_buf[] gets written to NVRAM.
95 * +- oops_buf
108 static char *big_oops_buf, *oops_buf;
352 /* Compress the text from big_oops_buf into oops_buf. */
355 struct oops_log_info *oops_hdr = (struct oops_log_info *)oops_buf;
389 struct oops_log_info *oops_hdr = (struct oops_log_info *) oops_buf;
405 rc = nvram_write_os_partition(&oops_log_partition, oops_buf,
592 oops_buf = kmalloc(oops_log_partition.size, GFP_KERNEL);
593 if (!oops_buf) {
598 oops_data = oops_buf + sizeof(struct oops_log_info);
632 kfree(oops_buf);
648 struct oops_log_info *oops_hdr = (struct oops_log_info *)oops_buf;
700 (void) nvram_write_os_partition(&oops_log_partition, oops_buf,