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

/linux-master/drivers/mtd/
H A Dmtdoops.c65 void *oops_buf; member in struct:mtdoops_context
210 hdr = (struct mtdoops_hdr *)cxt->oops_buf;
217 record_size, &retlen, cxt->oops_buf);
224 record_size, &retlen, cxt->oops_buf);
230 memset(cxt->oops_buf, 0xff, record_size);
316 cxt->oops_buf + sizeof(struct mtdoops_hdr),
429 cxt->oops_buf = vmalloc(record_size);
430 if (!cxt->oops_buf)
432 memset(cxt->oops_buf, 0xff, record_size);
447 vfree(cxt->oops_buf);
[all...]
/linux-master/arch/powerpc/kernel/
H A Dnvram_64.c87 * 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; variable
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) {
[all...]

Completed in 124 milliseconds