Searched refs:PSTORE_TYPE_DMESG (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dpstore.h30 PSTORE_TYPE_DMESG = 0, enumerator in enum:pstore_type_id
64 * Valid for PSTORE_TYPE_DMESG @type:
148 * pointer to record metadata. When @type is PSTORE_TYPE_DMESG,
/linux-master/arch/powerpc/kernel/
H A Dnvram_64.c142 PSTORE_TYPE_DMESG,
392 if (record->part > 1 || (record->type != PSTORE_TYPE_DMESG))
433 case PSTORE_TYPE_DMESG:
435 record->type = PSTORE_TYPE_DMESG;
501 if (nvram_type_ids[read_type] == PSTORE_TYPE_DMESG) {
/linux-master/fs/pstore/
H A Dzone.c704 case PSTORE_TYPE_DMESG:
876 if (record->type == PSTORE_TYPE_DMESG &&
884 if (is_on_panic() && record->type != PSTORE_TYPE_DMESG)
888 case PSTORE_TYPE_DMESG:
1078 case PSTORE_TYPE_DMESG:
1270 cxt->kpszs = psz_init_zones(PSTORE_TYPE_DMESG, &off,
H A Dplatform.c312 record.type = PSTORE_TYPE_DMESG;
593 /* Only PSTORE_TYPE_DMESG support compression. */
594 if (record->type != PSTORE_TYPE_DMESG) {
H A Dram.c133 if (prz->type == PSTORE_TYPE_DMESG)
187 * Ramoops headers provide time stamps for PSTORE_TYPE_DMESG, but
341 if (record->type != PSTORE_TYPE_DMESG)
414 case PSTORE_TYPE_DMESG:
/linux-master/drivers/acpi/apei/
H A Derst.c1114 record->type = PSTORE_TYPE_DMESG;
1117 record->type = PSTORE_TYPE_DMESG;
1162 case PSTORE_TYPE_DMESG:

Completed in 165 milliseconds