Home
last modified time | relevance | path

Searched full:vmcore (Results 1 – 9 of 9) sorted by relevance

/titanic_54/usr/src/man/man1m/
H A Dsavecore.1m26 \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 Ddumpadm.1m48 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 Dpanic_diag.c192 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 Dtnfxtract.1105 example% \fBtnfxtract -d /var/crash/`uname -n`/vmcore.0 \e
H A Dmdb.14252 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 Dmdb_main.c847 (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 Dmdb_kvm.c1532 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 DREADME113 $ mdb unix.0 vmcore.0
/titanic_54/usr/src/cmd/savecore/
H A Dsavecore.c1914 (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()