/freebsd/sys/dev/ida/ |
H A D | ida.c | 380 if (!dumping) in ida_data_cb() 448 if (!dumping) in ida_command() 534 if (!dumping) in ida_start() 546 if (!ida->qactive && !dumping) in ida_start() 562 if (!dumping) in ida_wait() 633 if (!dumping) in ida_done()
|
/freebsd/contrib/lua/src/ |
H A D | luac.c | 35 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 D | sancov_flags.inc | 18 "after dumping.")
|
H A D | sanitizer_flags.inc | 177 "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/tools/tools/ |
H A D | README | 52 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/contrib/jemalloc/include/jemalloc/internal/ |
H A D | prof_structs.h | 184 bool dumping; member
|
/freebsd/sys/kern/ |
H A D | kern_dump.c | 471 KASSERT(!dumping, ("live dump invoked from incorrect context")); in minidumpsys() 517 KASSERT(dumping, ("minidump invoked outside of doadump()")); in minidumpsys()
|
H A D | kern_shutdown.c | 230 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 D | LangOptions.def | 318 BENIGN_LANGOPT(DumpRecordLayouts , 1, 0, "dumping the layout of IRgen'd records") 319 BENIGN_LANGOPT(DumpRecordLayoutsSimple , 1, 0, "dumping the layout of IRgen'd records in a simple f… 320 BENIGN_LANGOPT(DumpRecordLayoutsCanonical , 1, 0, "dumping the AST layout of records using canonica… 321 BENIGN_LANGOPT(DumpRecordLayoutsComplete , 1, 0, "dumping the AST layout of all complete records") 322 BENIGN_LANGOPT(DumpVTableLayouts , 1, 0, "dumping the layouts of emitted vtables")
|
/freebsd/sys/geom/raid/ |
H A D | g_raid_tr_if.m | 93 # kerneldump() - optimized for rebustness (simplified) kernel dumping routine.
|
H A D | g_raid.c | 1130 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 D | natd.cf.sample | 28 # Verbose mode. Enables dumping of packets and disables
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | options.inc | 50 "we terminate the process after dumping the error report.")
|
/freebsd/contrib/kyua/utils/ |
H A D | test_utils.ipp | 53 /// Tries to prevent dumping core if we do not need one on a crash.
|
/freebsd/contrib/ldns/m4/ |
H A D | ax_config_feature.m4 | 38 # If you have lot of features and you want a verbose dumping of each user
|
/freebsd/sys/sys/ |
H A D | conf.h | 361 extern int dumping; /* system is dumping */
|
/freebsd/sys/dev/pst/ |
H A D | pst-raid.c | 309 if (!dumping) in pst_rw()
|
/freebsd/sys/dev/ipmi/ |
H A D | ipmi_kcs.c | 523 if (KERNEL_PANICKED() || dumping) in kcs_driver_request()
|
/freebsd/contrib/jemalloc/src/ |
H A D | prof.c | 1554 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 D | README | 52 code, -DDEBUG which enables table dumping via signals, and -DVEND_CMU
|
/freebsd/contrib/wpa/hostapd/ |
H A D | android.config | 151 # Remove support for dumping internal state through control interface commands
|
/freebsd/sys/arm/allwinner/ |
H A D | aw_mmc.c | 789 if (!dumping) in aw_mmc_req_done() 1080 if (!dumping) {
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_sdhci.c | 762 if (dumping) in bcm_sdhci_will_handle_transfer()
|
/freebsd/sys/dev/ata/ |
H A D | ata-pci.c | 447 if ((dumping || !controller->legacy) && in ata_pci_status()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ObjdumpOpts.td | 190 HelpText<"Display LMA column when dumping ELF section headers">;
|