/titanic_50/usr/src/cmd/dtrace/test/tst/common/proc/ |
H A D | tst.exitcore.ksh | 65 /usr/bin/coreadm -p $corefile 71 /usr/bin/rm -f $corefile 81 corefile=/tmp/core.$$ 94 /usr/bin/rm -f $corefile
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool/ |
H A D | zpool_002_pos.ksh | 87 corefile=${corepath}/core.zpool 88 if [[ ! -e $corefile ]]; then 91 $RM -f $corefile
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs/ |
H A D | zfs_002_pos.ksh | 97 corefile=${corepath}/core.zfs 98 if [[ ! -e $corefile ]]; then 102 log_must $RM -f $corefile
|
/titanic_50/usr/src/lib/libkvm/common/ |
H A D | kvm.c | 89 kvm_open(const char *namelist, const char *corefile, const char *swapfile, in kvm_open() argument 105 if (corefile == NULL) in kvm_open() 106 corefile = "/dev/kmem"; in kvm_open() 108 if (stat64(corefile, &corestat) == -1) in kvm_open() 109 return (fail(kd, err, "cannot stat %s", corefile)); in kvm_open() 132 if ((kd->kvm_corefd = open64(corefile, flag)) == -1) in kvm_open() 133 return (fail(kd, err, "cannot open %s", corefile)); in kvm_open() 139 "(bad magic number %x)", corefile, in kvm_open() 147 "cannot examine with %d-bit libkvm", corefile, in kvm_open()
|
H A D | test.c | 165 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()
|
/titanic_50/usr/src/cmd/savecore/ |
H A D | savecore.c | 569 copy_crashfile(const char *corefile) in copy_crashfile() argument 571 int corefd = Open(corefile, O_WRONLY | O_CREAT | O_TRUNC, 0644); in copy_crashfile() 578 "Copying %s to %s/%s\n", dumpfile, savedir, corefile); in copy_crashfile() 1335 build_corefile(const char *namelist, const char *corefile) in build_corefile() argument 1345 int corefd = Open(corefile, O_WRONLY | O_CREAT | O_TRUNC, 0644); in build_corefile() 1353 Fstat(corefd, &st, corefile); in build_corefile() 1356 (void) printf("%s: %ld block size\n", corefile, in build_corefile() 1389 (void) printf("Constructing corefile %s/%s\n", savedir, corefile); in build_corefile() 1655 char namelist[30], corefile[30], boundstr[30]; in main() local 1845 (void) sprintf(corefile, "vmdump.%ld", bounds); in main() [all …]
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | corectl.c | 430 corectl_path_t *corefile; in set_one_proc_info() local 441 corefile = p->p_corefile; in set_one_proc_info() 444 if (corefile != NULL) in set_one_proc_info() 445 corectl_path_rele(corefile); in set_one_proc_info()
|
/titanic_50/usr/src/cmd/mdb/intel/modules/mdb_kb/ |
H A D | mdb_kb.c | 1333 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()
|
/titanic_50/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 418 4513842 library names not in ld.so string pool cause corefile bugs
|