Home
last modified time | relevance | path

Searched refs:dumping (Results 1 – 25 of 70) sorted by relevance

123

/freebsd/sys/dev/ida/
H A Dida.c383 if (!dumping) in ida_data_cb()
451 if (!dumping) in ida_command()
537 if (!dumping) in ida_start()
549 if (!ida->qactive && !dumping) in ida_start()
565 if (!dumping) in ida_wait()
636 if (!dumping) in ida_done()
/freebsd/contrib/lua/src/
H A Dluac.c35 static int dumping=1; /* dump bytecodes? */ variable
103 dumping=0; in doargs()
111 if (i==argc && (listing || !dumping)) in doargs()
113 dumping=0; in doargs()
183 if (dumping) in pmain()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsancov_flags.inc18 "after dumping.")
H A Dsanitizer_flags.inc177 "Disable core dumping. By default, disable_coredump=1 on 64-bit to avoid"
178 " dumping a 16T+ core file. Ignored on OSes that don't dump core by"
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h184 bool dumping; member
/freebsd/tools/tools/
H A DREADME52 pciroms A tool for dumping PCI ROM images. WARNING: alpha quality.
53 pirtool A tool for dumping the $PIR table on i386 machines at runtime.
/freebsd/sys/kern/
H A Dkern_dump.c472 KASSERT(!dumping, ("live dump invoked from incorrect context")); in minidumpsys()
517 KASSERT(dumping, ("minidump invoked outside of doadump()")); in minidumpsys()
H A Dkern_shutdown.c230 int dumping __read_mostly; /* system is dumping */
399 if (dumping) in doadump()
405 dumping++; in doadump()
426 dumping--; in doadump()
523 if ((howto & (RB_HALT|RB_DUMP)) == RB_DUMP && !cold && !dumping) in kern_reboot()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def301 BENIGN_LANGOPT(DumpRecordLayouts , 1, 0, "dumping the layout of IRgen'd records")
302 BENIGN_LANGOPT(DumpRecordLayoutsSimple , 1, 0, "dumping the layout of IRgen'd records in a simple f…
303 BENIGN_LANGOPT(DumpRecordLayoutsCanonical , 1, 0, "dumping the AST layout of records using canonica…
304 BENIGN_LANGOPT(DumpRecordLayoutsComplete , 1, 0, "dumping the AST layout of all complete records")
305 BENIGN_LANGOPT(DumpVTableLayouts , 1, 0, "dumping the layouts of emitted vtables")
/freebsd/sys/geom/raid/
H A Dg_raid_tr_if.m93 # kerneldump() - optimized for rebustness (simplified) kernel dumping routine.
H A Dg_raid.c1130 if (!dumping) { in g_raid_start()
1394 if (dumping) { in g_raid_subdisk_iostart()
1434 if (!dumping) in g_raid_disk_done()
/freebsd/sbin/natd/samples/
H A Dnatd.cf.sample28 # Verbose mode. Enables dumping of packets and disables
/freebsd/contrib/kyua/utils/
H A Dtest_utils.ipp53 /// Tries to prevent dumping core if we do not need one on a crash.
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Doptions.inc50 "we terminate the process after dumping the error report.")
/freebsd/contrib/ldns/m4/
H A Dax_config_feature.m438 # If you have lot of features and you want a verbose dumping of each user
/freebsd/sys/sys/
H A Dconf.h360 extern int dumping; /* system is dumping */
/freebsd/sys/dev/pst/
H A Dpst-raid.c309 if (!dumping) in pst_rw()
/freebsd/sys/dev/ipmi/
H A Dipmi_kcs.c523 if (KERNEL_PANICKED() || dumping) in kcs_driver_request()
/freebsd/contrib/jemalloc/src/
H A Dprof.c1554 tdata->dumping = true; in prof_tdata_merge_iter()
1568 tdata->dumping = false; in prof_tdata_merge_iter()
1580 if (!tdata->dumping) { in prof_tdata_dump_iter()
2236 tdata->dumping = false; in prof_tdata_init_impl()
/freebsd/libexec/bootpd/
H A DREADME52 code, -DDEBUG which enables table dumping via signals, and -DVEND_CMU
/freebsd/contrib/wpa/hostapd/
H A Dandroid.config151 # Remove support for dumping internal state through control interface commands
/freebsd/sys/arm/allwinner/
H A Daw_mmc.c798 if (!dumping) in aw_mmc_req_done()
1089 if (!dumping) {
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_sdhci.c762 if (dumping) in bcm_sdhci_will_handle_transfer()
/freebsd/sys/dev/ata/
H A Data-pci.c444 if ((dumping || !controller->legacy) && in ata_pci_status()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td190 HelpText<"Display LMA column when dumping ELF section headers">;

123