Home
last modified time | relevance | path

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

/src/usr.bin/gcore/
H A Dgcore.c72 open_corefile(char *corefile) in open_corefile() argument
77 if (corefile == NULL) { in open_corefile()
79 corefile = fname; in open_corefile()
81 fd = open(corefile, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE); in open_corefile()
83 err(1, "%s", corefile); in open_corefile()
130 char *binfile, *corefile; in main() local
136 corefile = NULL; in main()
140 corefile = optarg; in main()
170 fd = open_corefile(corefile); in main()
198 fd = open_corefile(corefile); in main()
/src/tests/sys/cddl/zfs/tests/cli_root/zpool/
H A Dzpool_002_pos.ksh98 corefile=${corepath}/core.zpool
99 if [[ ! -e $corefile ]]; then
102 $RM -f $corefile
/src/tests/sys/cddl/zfs/tests/cli_root/zfs/
H A Dzfs_002_pos.ksh115 corefile=${corepath}/core.zfs
116 if [[ ! -e $corefile ]]; then
119 log_must $RM -f $corefile
/src/usr.bin/ktrdump/
H A Dktrdump.c74 static char corefile[PATH_MAX]; variable
141 if (strlcpy(corefile, optarg, sizeof(corefile)) in main()
142 >= sizeof(corefile)) in main()
182 Mflag ? corefile : NULL, NULL, O_RDONLY, errbuf)) == NULL) in main()
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool/
H A Dzpool_003_pos.ksh64 corefile=$corepath/core.zpool
84 log_must [ -f "$corefile" ]
H A Dzpool_002_pos.ksh62 corefile=$corepath/core.zpool
89 log_must rm "$corefile"
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs/
H A Dzfs_002_pos.ksh67 corefile=$corepath/core.zfs
92 log_must rm "$corefile"
/src/tests/sys/kern/
H A Dcoredump_phnum_test.sh43 kern.coredump kern.corefile
47 atf_check -o ignore sysctl kern.corefile=coredump_phnum_helper.core
/src/sys/kern/
H A Dcoredump_vnode.c135 SYSCTL_PROC(_kern, OID_AUTO, corefile, CTLTYPE_STRING | CTLFLAG_RW |
/src/tools/tools/sysdoc/
H A Dtunables.mdoc609 kern.corefile
1155 real or effective will not create a corefile.
/src/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib3918 sysctl -n kern.corefile
3919 sysctl kern.corefile="$1/core.%N" >/dev/null
3942 sysctl kern.corefile="$(<"$1")" >/dev/null
/src/contrib/llvm-project/lldb/source/Commands/
H A DOptions.td785 "of corefile to be saved.">;
/src/
H A DUPDATING1800 The '%I' format in the kern.corefile sysctl limits the number of