Searched refs:dumphdr (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/savecore/ |
H A D | savecore.c | 76 static dumphdr_t corehdr, dumphdr; /* initial and terminal dumphdrs */ variable 363 Pread(dumpfd, &dumphdr, sizeof (dumphdr), endoff); in read_dumphdr() 364 Pread(dumpfd, &datahdr, sizeof (datahdr), endoff + sizeof (dumphdr)); in read_dumphdr() 366 pagesize = dumphdr.dump_pagesize; in read_dumphdr() 368 if (dumphdr.dump_magic != DUMP_MAGIC) in read_dumphdr() 370 dumphdr.dump_magic); in read_dumphdr() 372 if ((dumphdr.dump_flags & DF_VALID) == 0 && !disregard_valid_flag) in read_dumphdr() 376 if (dumphdr.dump_version != DUMP_VERSION) in read_dumphdr() 379 dumphdr.dump_version, progname, DUMP_VERSION); in read_dumphdr() 381 if (dumphdr.dump_wordsize != DUMP_WORDSIZE) in read_dumphdr() [all …]
|
/titanic_41/usr/src/uts/common/os/ |
H A D | dumpsubr.c | 106 dumphdr_t *dumphdr; /* dump header */ variable 1119 if (dumphdr == NULL) { in dumphdr_init() 1120 dumphdr = kmem_zalloc(sizeof (dumphdr_t), KM_SLEEP); in dumphdr_init() 1121 dumphdr->dump_magic = DUMP_MAGIC; in dumphdr_init() 1122 dumphdr->dump_version = DUMP_VERSION; in dumphdr_init() 1123 dumphdr->dump_wordsize = DUMP_WORDSIZE; in dumphdr_init() 1124 dumphdr->dump_pageshift = PAGESHIFT; in dumphdr_init() 1125 dumphdr->dump_pagesize = PAGESIZE; in dumphdr_init() 1126 dumphdr->dump_utsname = utsname; in dumphdr_init() 1127 (void) strcpy(dumphdr->dump_platform, platform); in dumphdr_init() [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | dumphdr.h | 62 typedef struct dumphdr { struct 174 extern struct dumphdr *dumphdr;
|
H A D | Makefile | 201 dumphdr.h \
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_kvm.h | 103 struct dumphdr *k_dumphdr; /* Dump header for post-mortem */
|
/titanic_41/usr/src/uts/i86xpv/os/ |
H A D | xpv_panic.c | 391 dumphdr->dump_flags &= ~DF_COMPLETE; in dump_xpv_data() 406 dumphdr->dump_flags &= ~DF_COMPLETE; in dump_xpv_data()
|
/titanic_41/usr/src/lib/libkvm/common/ |
H A D | kvm.c | 47 struct dumphdr kvm_dump;
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-header.mf | 941 file path=usr/include/sys/dumphdr.h
|