Home
last modified time | relevance | path

Searched refs:dumphdr (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/savecore/
H A Dsavecore.c76 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 Ddumpsubr.c106 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 Ddumphdr.h62 typedef struct dumphdr { struct
174 extern struct dumphdr *dumphdr;
H A DMakefile201 dumphdr.h \
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kvm.h103 struct dumphdr *k_dumphdr; /* Dump header for post-mortem */
/titanic_41/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c391 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 Dkvm.c47 struct dumphdr kvm_dump;
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-header.mf941 file path=usr/include/sys/dumphdr.h