Searched refs:dumphdr_t (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ks.h171 extern void mdb_dump_print_content(dumphdr_t *, pid_t);
H A Dmdb_kvm.c333 dumphdr_t *dh = kt->k_dumphdr;
485 dumphdr_t *dh = kt->k_dumphdr;
1305 return (sizeof (dumphdr_t));
1310 nbytes = MIN(nbytes, sizeof (dumphdr_t));
1334 mdb_free(kt->k_dumphdr, sizeof (dumphdr_t));
1530 kt->k_dumphdr = mdb_alloc(sizeof (dumphdr_t), UM_SLEEP);
1538 if (IOP_READ(vmcore, kt->k_dumphdr, sizeof (dumphdr_t)) !=
1539 sizeof (dumphdr_t)) {
1555 mdb_free(kt->k_dumphdr, sizeof (dumphdr_t));
1576 dumphdr_t
[all...]
/opensolaris-onvv-gate/usr/src/cmd/file/
H A Dfile.c175 static void print_dumphdr(const int, const dumphdr_t *, uint32_t (*)(uint32_t),
1590 const dumphdr_t *dhp = (const dumphdr_t *)buf;
1594 * The utsname struct is only present in dumphdr_t's with dump_version
1617 print_dumphdr(const int fd, const dumphdr_t *dhp, uint32_t (*swap)(uint32_t),
1620 dumphdr_t dh;
1623 * A dumphdr_t is bigger than FBSZ, so we have to manually read the
1626 if (swap(dhp->dump_version) > 8 && pread(fd, &dh, sizeof (dumphdr_t),
1627 (off_t)0) == sizeof (dumphdr_t)) {
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Ddumphdr.h85 } dumphdr_t; typedef in typeref:struct:dumphdr
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Ddumpsubr.c101 dumphdr_t *dumphdr; /* dump header */
1093 dumphdr = kmem_zalloc(sizeof (dumphdr_t), KM_SLEEP);
2916 size = MIN(dumpcfg.cbuf[0].size, DUMP_OFFSET - sizeof (dumphdr_t) -
2947 dumpvp_write(dumphdr, sizeof (dumphdr_t));
2952 dumpvp_write(dumphdr, sizeof (dumphdr_t));
/opensolaris-onvv-gate/usr/src/cmd/savecore/
H A Dsavecore.c71 static dumphdr_t corehdr, dumphdr; /* initial and terminal dumphdrs */
392 Pread(dumpfd, &corehdr, sizeof (dumphdr_t), dumphdr.dump_start);
397 if (memcmp(&corehdr, &dumphdr, sizeof (dumphdr_t)) != 0) {
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1409 mdb_dump_print_content(dumphdr_t *dh, pid_t content)

Completed in 163 milliseconds