Home
last modified time | relevance | path

Searched full:dumped (Results 1 – 25 of 268) sorted by relevance

1234567891011

/freebsd/crypto/openssl/doc/man3/
H A DASN1_STRING_print_ex.pod73 The content of a string instead of being interpreted can be "dumped": this just
77 If B<ASN1_STRFLGS_DUMP_ALL> is set then any type is dumped.
81 be dumped instead.
83 When a type is dumped normally just the content octets are printed, if
84 B<ASN1_STRFLGS_DUMP_DER> is set then the complete encoding is dumped
/freebsd/sbin/dump/
H A Ddump.881 The file system to be dumped is specified by the argument
230 directory in the root of the file system being dumped and
237 directory does not exist in the root of the file system being dumped,
243 directory in the root of the file system to be dumped;
347 Tell the operator what file systems need to be dumped.
361 and highlights those file systems that should be dumped.
370 but prints only those file systems which need to be dumped.
464 For weekly dumps, another fixed set of tapes per dumped file system is
H A Ddump.h33 * Dump maps used to describe what is to be dumped.
37 extern char *dumpdirmap; /* map of directories to be dumped */
38 extern char *dumpinomap; /* map of files to be dumped */
H A Dtraverse.c128 /* The WANTTODUMP macro decides whether a file should be dumped. */
226 * Restore gets very upset if the root is not dumped, in mapfiles()
227 * so ensure that it always is dumped. in mapfiles()
319 * require the directory to be dumped.
464 * Zero out the size of a snapshot so that it will be dumped in dumpino()
570 * Read indirect blocks, and pass the data blocks to be dumped.
661 * Calculate the number of TP_BSIZE blocks to be dumped. in ufs2_blksout()
663 * only part of the final fragment may need to be dumped. in ufs2_blksout()
716 * The attribute data is dumped following the file data by the
/freebsd/secure/lib/libcrypto/man/man3/
H A DASN1_STRING_print_ex.3207 The content of a string instead of being interpreted can be \*(L"dumped\*(R": this just
211 If \fB\s-1ASN1_STRFLGS_DUMP_ALL\s0\fR is set then any type is dumped.
215 be dumped instead.
217 When a type is dumped normally just the content octets are printed, if
218 \&\fB\s-1ASN1_STRFLGS_DUMP_DER\s0\fR is set then the complete encoding is dumped
/freebsd/contrib/kyua/utils/process/
H A Dstatus.cpp69 /// the process dumped core or not.
94 /// \param coredump_ Whether the process dumped core or not.
166 /// Returns whether the process core dumped or not.
174 /// \return True if the process dumped core, false otherwise.
/freebsd/sbin/ffsinfo/
H A Dffsinfo.878 within that cylinder group are dumped.
80 The level of detail which will be dumped.
143 amount of what gets dumped.
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.h531 * The dumped data starts with a header. If recording to NW, only a header is
532 * dumped. The dumped size is assigned to num_dumped_dwords.
538 * @param num_dumped_dwords - OUT: number of dumped dwords.
598 * @param num_dumped_dwords - OUT: number of dumped dwords.
635 * @param num_dumped_dwords - OUT: number of dumped dwords.
675 * @param num_dumped_dwords - OUT: number of dumped dwords.
716 * @param num_dumped_dwords - OUT: number of dumped dwords.
754 * @param num_dumped_dwords - OUT: number of dumped dwords.
793 * @param num_dumped_dwords - OUT: number of dumped dwords.
831 * @param num_dumped_dwords - OUT: number of dumped dwords.
H A Decore_dbg_fw_funcs.c1986 * Returns the dumped size in bytes.
1999 * Returns the dumped size in bytes.
2017 * Returns the dumped size in dwords.
2045 * Returns the dumped size in dwords.
2076 * Returns the dumped size in dwords.
2127 * Returns the dumped size in dwords.
2162 * Returns the dumped size in dwords.
2173 * Returns the dumped size in dwords.
2201 * given offset. Returns the dumped size in dwords.
2475 * specified buffer. Returns the dumped size in dwords.
[all …]
/freebsd/usr.bin/clang/llvm-pdbutil/
H A Dllvm-pdbutil.1371 For symbols dumped via the \-module\-syms, \-globals, or \-externals options, sort
508 dump symbols (functions, variables, etc) for each module dumped.
513 For each symbol record dumped as a result of the \fI\%\-symbols\fP option,
531 For each type record dumped, display the full bytes of the record in binary as
553 For each ID record dumped, display the full bytes of the record in binary as
/freebsd/include/protocols/
H A Ddumprestore.h117 char c_filesys[NAMELEN]; /* name of dumped file system */
118 char c_dev[NAMELEN]; /* name of dumped device */
119 char c_host[NAMELEN]; /* name of dumped host */
/freebsd/contrib/kyua/utils/
H A Dstacktrace.cpp109 /// Path to the dumped core.
118 /// \param core_name_ Path to the dumped core. Use find_core() to deduce
276 /// \param program The name of the binary that crashed and dumped a core file.
302 gdb_err << F("Process with PID %s exited with signal %s and dumped core; " in dump_stacktrace()
348 /// \param program The name of the binary that crashed and dumped a core file.
H A Dstacktrace_test.cpp74 /// be dumped (if they happen to be dumped in the current directory).
249 fail("Core not dumped as expected"); in ATF_TEST_CASE_BODY()
329 fail("Core dumped, but no candidates found"); in ATF_TEST_CASE_BODY()
345 fail("Core dumped, but no candidates found"); in ATF_TEST_CASE_BODY()
358 fail("Core not dumped, but candidate found: " + core_name.get().str()); in ATF_TEST_CASE_BODY()
408 ATF_REQUIRE(atf::utils::grep_file("exited with signal [0-9]* and dumped", in ATF_TEST_CASE_BODY()
/freebsd/usr.bin/clang/llvm-dwarfdump/
H A Dllvm-dwarfdump.1212 entry at that offset will be dumped, else the entire
213 section will be dumped.
262 \fBllvm\-dwarfdump\fP returns 0 if the input files were parsed and dumped
/freebsd/contrib/wpa/src/utils/
H A Dwpa_debug.h81 * @buf: data buffer to be dumped
101 * @buf: data buffer to be dumped
123 * @buf: data buffer to be dumped
139 * @buf: data buffer to be dumped
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDumpDataExtractor.h28 /// num_per_line objects will be dumped on each line before a new
32 /// can be dumped by calling this function multiple times with the
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h121 /* Linkage for tree of contexts to be dumped. */
180 * currently being dumped. New threads' tdata's have this initialized
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPrettyStackTrace.h48 /// "pretty" stack trace that is dumped when a program crashes. You can define
51 /// virtual stack trace. This gets dumped out if the program crashes.
/freebsd/tools/test/stress2/misc/
H A Dfork2.sh34 # cc: error: unable to execute command: Segmentation fault (core dumped)
36 … 9 18:27:47 freebsd-vm kernel: pid 32094 (ld.lld), jid 0, uid 0: exited on signal 11 (core dumped)
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h86 /// The length of the memory region that should be dumped in bytes.
96 /// is being dumped.
/freebsd/sbin/ccdconfig/
H A Dccdconfig.883 ccd is dumped.
84 Otherwise, the configuration of each listed ccd is dumped.
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugUtils.h107 /// @param DumpDir specifies the path to write dumped objects to. DumpDir may
108 /// be empty, in which case files will be dumped to the working directory. If
/freebsd/usr.bin/clang/llvm-profdata/
H A Dllvm-profdata.1141 the profile will be dumped in the text format that is parsable by the profile
331 information is dumped in a more human readable form (also in text) with
339 are not dumped.
/freebsd/contrib/tcsh/nls/russian/
H A Dset1711 9 \040(core dumped)
/freebsd/contrib/tcsh/nls/C/
H A Dset1711 9 \040(core dumped)

1234567891011