Searched refs:corefile (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/usr.bin/gcore/ |
| H A D | gcore.c | 86 open_corefile(char *corefile) in open_corefile() argument 91 if (corefile == NULL) { in open_corefile() 93 corefile = fname; in open_corefile() 95 fd = open(corefile, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE); in open_corefile() 97 err(1, "%s", corefile); in open_corefile() 144 char *binfile, *corefile; in main() local 150 corefile = NULL; in main() 154 corefile = optarg; in main() 184 fd = open_corefile(corefile); in main() 212 fd = open_corefile(corefile); in main()
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool/ |
| H A D | zpool_002_pos.ksh | 51 sysctl kern.corefile=$old_corefile 64 corefile=$corepath/zpool.core 90 echo $corefile >/proc/sys/kernel/core_pattern 93 old_corefile=$(sysctl -n kern.corefile) 94 log_must sysctl kern.corefile=$corefile 103 if [[ ! -e $corefile ]]; then 106 rm -f $corefile
|
| H A D | zpool_003_pos.ksh | 50 sysctl kern.corefile=$old_corefile 66 corefile=$corepath/zpool.core 84 echo $corefile >/proc/sys/kernel/core_pattern 87 old_corefile=$(sysctl -n kern.corefile) 88 log_must sysctl kern.corefile=$corefile 99 [[ -f $corefile ]] || log_fail "zpool did not dump core by request."
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs/ |
| H A D | zfs_002_pos.ksh | 52 sysctl kern.corefile=$savedcorefile 70 corefile=$corepath/core.zfs 98 echo "$corefile" >/proc/sys/kernel/core_pattern 103 savedcorefile=$(sysctl -n kern.corefile) 104 log_must sysctl kern.corefile=$corepath/core.%N 113 if [[ ! -e $corefile ]]; then 117 log_must rm -f $corefile
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zpool/ |
| H A D | zpool_002_pos.ksh | 103 corefile=${corepath}/core.zpool 104 if [[ ! -e $corefile ]]; then 107 $RM -f $corefile
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zfs/ |
| H A D | zfs_002_pos.ksh | 120 corefile=${corepath}/core.zfs 121 if [[ ! -e $corefile ]]; then 124 log_must $RM -f $corefile
|
| /freebsd-13.1/usr.bin/ktrdump/ |
| H A D | ktrdump.c | 77 static char corefile[PATH_MAX]; variable 144 if (strlcpy(corefile, optarg, sizeof(corefile)) in main() 145 >= sizeof(corefile)) in main() 185 Mflag ? corefile : NULL, NULL, O_RDONLY, errbuf)) == NULL) in main()
|
| /freebsd-13.1/tests/sys/kern/ |
| H A D | coredump_phnum_test.sh | 44 kern.coredump kern.corefile 48 atf_check -o ignore sysctl kern.corefile=coredump_phnum_helper.core
|
| /freebsd-13.1/tools/tools/sysdoc/ |
| H A D | tunables.mdoc | 610 kern.corefile 1156 real or effective will not create a corefile.
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_sig.c | 3637 SYSCTL_PROC(_kern, OID_AUTO, corefile, CTLTYPE_STRING | CTLFLAG_RW |
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | Options.td | 744 "of corefile to be saved.">;
|
| /freebsd-13.1/ |
| H A D | UPDATING | 937 The '%I' format in the kern.corefile sysctl limits the number of
|