Home
last modified time | relevance | path

Searched refs:corefile (Results 1 – 7 of 7) sorted by relevance

/onnv-gate/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.exitcore.ksh65 /usr/bin/coreadm -p $corefile
71 /usr/bin/rm -f $corefile
81 corefile=/tmp/core.$$
94 /usr/bin/rm -f $corefile
/onnv-gate/usr/src/lib/libkvm/common/
H A Dkvm.c83 kvm_open(const char *namelist, const char *corefile, const char *swapfile, in kvm_open() argument
99 if (corefile == NULL) in kvm_open()
100 corefile = "/dev/kmem"; in kvm_open()
102 if (stat64(corefile, &corestat) == -1) in kvm_open()
103 return (fail(kd, err, "cannot stat %s", corefile)); in kvm_open()
126 if ((kd->kvm_corefd = open64(corefile, flag)) == -1) in kvm_open()
127 return (fail(kd, err, "cannot open %s", corefile)); in kvm_open()
133 "(bad magic number %x)", corefile, in kvm_open()
141 "cannot examine with %d-bit libkvm", corefile, in kvm_open()
H A Dtest.c165 tst_open(char *namelist, char *corefile, char *swapfile, int flag) in tst_open() argument
169 (corefile == NULL) ? "LIVE_KERNEL" : corefile, in tst_open()
171 ((corefile == NULL) ? "LIVE_KERNEL" : "(none)") : swapfile, in tst_open()
175 if ((cookie = kvm_open(namelist, corefile, in tst_open()
/onnv-gate/usr/src/cmd/savecore/
H A Dsavecore.c559 copy_crashfile(const char *corefile) in copy_crashfile() argument
561 int corefd = Open(corefile, O_WRONLY | O_CREAT | O_TRUNC, 0644); in copy_crashfile()
568 "Copying %s to %s/%s\n", dumpfile, savedir, corefile); in copy_crashfile()
1324 build_corefile(const char *namelist, const char *corefile) in build_corefile() argument
1334 int corefd = Open(corefile, O_WRONLY | O_CREAT | O_TRUNC, 0644); in build_corefile()
1342 Fstat(corefd, &st, corefile); in build_corefile()
1345 (void) printf("%s: %ld block size\n", corefile, in build_corefile()
1378 (void) printf("Constructing corefile %s/%s\n", savedir, corefile); in build_corefile()
1637 char namelist[30], corefile[30], boundstr[30]; in main() local
1820 (void) sprintf(corefile, "vmdump.%ld", bounds); in main()
[all …]
/onnv-gate/usr/src/uts/common/syscall/
H A Dcorectl.c432 corectl_path_t *corefile; in set_one_proc_info() local
443 corefile = p->p_corefile; in set_one_proc_info()
446 if (corefile != NULL) in set_one_proc_info()
447 corectl_path_rele(corefile); in set_one_proc_info()
/onnv-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c1333 xkb_open(const char *namelist, const char *corefile, const char *swapfile, in xkb_open() argument
1341 if (stat64(corefile, &corestat) == -1) in xkb_open()
1342 return (xkb_fail(xkb, "cannot stat %s", corefile)); in xkb_open()
1360 xkb->xkb_path = strdup(corefile); in xkb_open()
/onnv-gate/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README418 4513842 library names not in ld.so string pool cause corefile bugs