Searched refs:oops_hdr (Results 1 – 1 of 1) sorted by relevance
525 struct oops_log_info *oops_hdr = (struct oops_log_info *)oops_buf; in zip_oops() local533 oops_hdr->version = cpu_to_be16(OOPS_HDR_VERSION); in zip_oops()534 oops_hdr->report_length = cpu_to_be16(zipped_len); in zip_oops()535 oops_hdr->timestamp = cpu_to_be64(get_seconds()); in zip_oops()571 struct oops_log_info *oops_hdr = (struct oops_log_info *) oops_buf; in nvram_pstore_write() local578 oops_hdr->version = cpu_to_be16(OOPS_HDR_VERSION); in nvram_pstore_write()579 oops_hdr->report_length = cpu_to_be16(size); in nvram_pstore_write()580 oops_hdr->timestamp = cpu_to_be64(get_seconds()); in nvram_pstore_write()586 (int) (sizeof(*oops_hdr) + size), err_type, count); in nvram_pstore_write()604 struct oops_log_info *oops_hdr; in nvram_pstore_read() local[all …]