Searched full:vmcore (Results 1 – 9 of 9) sorted by relevance
| /titanic_54/usr/src/man/man1m/ |
| H A D | savecore.1m | 26 \fIdirectory\fR\fB/vmcore.\fR\fIn\fR and the kernel's namelist in 127 \fB\fIdirectory\fR\fB/vmcore.\fR\fIn\fR\fR
|
| H A D | dumpadm.1m | 48 writes two files named \fIunix.X\fR and \fIvmcore.X\fR. In the uncompressed
|
| /titanic_54/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/panic/ |
| H A D | panic_diag.c | 192 static const char *dumpfiles[2] = { "unix.%lld", "vmcore.%lld" }; 238 * with a single crash (unix/vmcore/vmdump, analysis output etc) in swde_panic_solve() 490 * either a compressed dump (vmdump.n) or uncompressed {unix.n, vmcore.n}
|
| /titanic_54/usr/src/man/man1/ |
| H A D | tnfxtract.1 | 105 example% \fBtnfxtract -d /var/crash/`uname -n`/vmcore.0 \e
|
| H A D | mdb.1 | 4252 system crash dump vmcore.X file. If an \fBELF\fR core file operand is provided 4267 should examine the files '\fBunix.3\fR' and '\fBvmcore.3\fR'. The string of
|
| /titanic_54/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_main.c | 847 (void) strcpy((char *)tgt_argv[1], "vmcore."); in main() 853 * If we have a vmcore but not a unix file, in main() 854 * set the symbol table to be the vmcore to in main() 946 * is a vmcore file. If it is, gelf_check will fail and we in main()
|
| H A D | mdb_kvm.c | 1532 mdb_io_t *vmcore; in mdb_kvm_tgt_create() local 1536 if ((vmcore = mdb_fdio_create_path(NULL, kt->k_kvmfile, in mdb_kvm_tgt_create() 1542 if (IOP_READ(vmcore, kt->k_dumphdr, sizeof (dumphdr_t)) != in mdb_kvm_tgt_create() 1545 mdb_io_destroy(vmcore); in mdb_kvm_tgt_create() 1549 mdb_io_destroy(vmcore); in mdb_kvm_tgt_create()
|
| /titanic_54/usr/src/cmd/mdb/demo/ |
| H A D | README | 113 $ mdb unix.0 vmcore.0
|
| /titanic_54/usr/src/cmd/savecore/ |
| H A D | savecore.c | 1914 (void) sprintf(corefile, "vmcore.%ld", bounds); in main() 1920 "'rm -f %s/{unix,vmcore}.%ld'", in main() 1924 "saving system crash dump in %s/{unix,vmcore}.%ld", in main()
|