Searched refs:corefile (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/usr.bin/gcore/
H A Dgcore.c85 char *binfile, *corefile; local
91 corefile = NULL;
95 corefile = optarg;
141 if (corefile == NULL) {
143 corefile = fname;
145 fd = open(corefile, O_RDWR|O_CREAT|O_TRUNC, DEFFILEMODE);
147 err(1, "%s", corefile);
/freebsd-12-stable/tests/sys/kern/
H A Dcoredump_phnum_test.sh47 sysctl kern.corefile='$(sysctl -n kern.corefile)'
52 sysctl kern.corefile="$(pwd)/coredump_phnum_helper.core"
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool/
H A Dzpool_002_pos.ksh103 corefile=${corepath}/core.zpool
104 if [[ ! -e $corefile ]]; then
107 $RM -f $corefile
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs/
H A Dzfs_002_pos.ksh120 corefile=${corepath}/core.zfs
121 if [[ ! -e $corefile ]]; then
124 log_must $RM -f $corefile
/freebsd-12-stable/usr.bin/ktrdump/
H A Dktrdump.c77 static char corefile[PATH_MAX]; variable
144 if (strlcpy(corefile, optarg, sizeof(corefile))
145 >= sizeof(corefile))
181 * Open our execfile and corefile, resolve needed symbols and read in
185 Mflag ? corefile : NULL, NULL, O_RDONLY, errbuf)) == NULL)
/freebsd-12-stable/contrib/binutils/bfd/doc/
H A DMakefile.am30 $(srcdir)/../corefile.c $(srcdir)/../elf.c \
39 $(srcdir)/../bfd.c $(srcdir)/../coffcode.h $(srcdir)/../corefile.c \
113 core.texi: chew.c $(srcdir)/../corefile.c $(srcdir)/doc.str
115 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../corefile.c >core.tmp
251 $(srcdir)/../corefile.c \
H A DMakefile.in264 $(srcdir)/../corefile.c $(srcdir)/../elf.c \
273 $(srcdir)/../bfd.c $(srcdir)/../coffcode.h $(srcdir)/../corefile.c \
327 $(srcdir)/../corefile.c \
662 core.texi: chew.c $(srcdir)/../corefile.c $(srcdir)/doc.str
664 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../corefile.c >core.tmp
/freebsd-12-stable/gnu/usr.bin/binutils/libbfd/
H A DMakefile19 corefile.c \
/freebsd-12-stable/gnu/usr.bin/gdb/libgdb/
H A DMakefile21 coffread.c complaints.c completer.c copying.c corefile.c \
/freebsd-12-stable/contrib/binutils/bfd/
H A DMakefile.in84 cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo \
290 cache.lo coffgen.lo corefile.lo \
299 cache.c coffgen.c corefile.c \
958 archive.c corefile.c targets.c format.c
1595 corefile.lo: corefile.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
H A DMakefile.am41 cache.lo coffgen.lo corefile.lo \
51 cache.c coffgen.c corefile.c \
929 archive.c corefile.c targets.c format.c
1016 corefile.lo: corefile.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
/freebsd-12-stable/sys/kern/
H A Dkern_sig.c3348 TUNABLE_STR("kern.corefile", corefilename, sizeof(corefilename));
3362 SYSCTL_PROC(_kern, OID_AUTO, corefile, CTLTYPE_STRING | CTLFLAG_RW |
3364 "Process corefile name format string");
3476 * This is controlled by the sysctl variable kern.corefile (see above).
3614 char *name; /* name of corefile */
3632 * the corefile is created. The exception is if the limit
3634 * creating the corefile at all. This layout means that
3635 * a corefile is truncated instead of not being created,
3652 * Do not dump into system files. Effective user must own the corefile.

Completed in 199 milliseconds