Searched refs:dumphdr_t (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_kvm.c | 337 dumphdr_t *dh = kt->k_dumphdr; in kt_find_dump_contents() 489 dumphdr_t *dh = kt->k_dumphdr; in kt_status_dcmd() 1309 return (sizeof (dumphdr_t)); in kt_xd_dumphdr() 1314 nbytes = MIN(nbytes, sizeof (dumphdr_t)); in kt_xd_dumphdr() 1338 mdb_free(kt->k_dumphdr, sizeof (dumphdr_t)); in kt_destroy() 1534 kt->k_dumphdr = mdb_alloc(sizeof (dumphdr_t), UM_SLEEP); in mdb_kvm_tgt_create() 1542 if (IOP_READ(vmcore, kt->k_dumphdr, sizeof (dumphdr_t)) != in mdb_kvm_tgt_create() 1543 sizeof (dumphdr_t)) { in mdb_kvm_tgt_create() 1559 mdb_free(kt->k_dumphdr, sizeof (dumphdr_t)); in mdb_kvm_tgt_create() 1580 dumphdr_t h; in mdb_kvm_is_dump() [all …]
|
H A D | mdb_ks.h | 171 extern void mdb_dump_print_content(dumphdr_t *, pid_t);
|
/titanic_44/usr/src/cmd/file/ |
H A D | file.c | 175 static void print_dumphdr(const int, const dumphdr_t *, uint32_t (*)(uint32_t), 1597 const dumphdr_t *dhp = (const dumphdr_t *)buf; in is_crash_dump() 1624 print_dumphdr(const int fd, const dumphdr_t *dhp, uint32_t (*swap)(uint32_t), in print_dumphdr() 1627 dumphdr_t dh; in print_dumphdr() 1633 if (swap(dhp->dump_version) > 8 && pread(fd, &dh, sizeof (dumphdr_t), in print_dumphdr() 1634 (off_t)0) == sizeof (dumphdr_t)) { in print_dumphdr()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | dumphdr.h | 85 } dumphdr_t; typedef
|
/titanic_44/usr/src/uts/common/os/ |
H A D | dumpsubr.c | 106 dumphdr_t *dumphdr; /* dump header */ 1120 dumphdr = kmem_zalloc(sizeof (dumphdr_t), KM_SLEEP); in dumphdr_init() 2970 size = MIN(dumpcfg.cbuf[0].size, DUMP_OFFSET - sizeof (dumphdr_t) - in dumpsys() 3001 dumpvp_write(dumphdr, sizeof (dumphdr_t)); in dumpsys() 3006 dumpvp_write(dumphdr, sizeof (dumphdr_t)); in dumpsys()
|
/titanic_44/usr/src/cmd/savecore/ |
H A D | savecore.c | 76 static dumphdr_t corehdr, dumphdr; /* initial and terminal dumphdrs */ 402 Pread(dumpfd, &corehdr, sizeof (dumphdr_t), dumphdr.dump_start); in read_dumphdr() 407 if (memcmp(&corehdr, &dumphdr, sizeof (dumphdr_t)) != 0) { in read_dumphdr()
|
/titanic_44/usr/src/lib/libkvm/common/ |
H A D | kvm.c | 228 dumphdr_t *dump = &kd->kvm_dump; in kvm_nlist_core()
|
/titanic_44/usr/src/cmd/mdb/common/modules/mdb_ks/ |
H A D | mdb_ks.c | 1409 mdb_dump_print_content(dumphdr_t *dh, pid_t content) in mdb_dump_print_content()
|