Home
last modified time | relevance | path

Searched +refs:proc +refs:debug (Results 1 – 25 of 81) sorted by relevance

1234

/freebsd/contrib/sqlite3/autosetup/
H A Dautosetup12 set autosetup(debug) [expr {"--autosetup-debug" in $argv}]
18 proc main {argv} {
101 autosetup-debug => "display debugging output as autosetup runs"
135 incr autosetup(debug) [opt-bool autosetup-debug]
223 if {$autosetup(debug)} {
248 proc opt-bool {args} {
279 proc opt-val {names {default ""}} {
320 proc opt-str {names varname args} {
366 proc option-check-names {args} {
377 proc options-add {opts} {
[all …]
H A DREADME.md378 Autosetup reserves the flag name **`--debug`** for its own purposes,
379 and its own special handling of `--enable-...` flags makes `--debug`
380 an alias for `--enable-debug`. As this project has a long history of
381 using `--enable-debug`, we patch autosetup to use the name
382 `--autosetup-debug` in place of `--debug`. That requires (as of this
388 `debug` flag in `auto.def` - duplicated flags are not permitted.
408 proc sqlite-custom-flags {} {
435 proc sqlite-custom-handle-flags {} {
/freebsd/stand/libsa/
H A Drpc.c106 rpc_call(struct iodesc *d, n_long prog, n_long vers, n_long proc, in rpc_call() argument
119 if (debug) in rpc_call()
121 prog, vers, proc); in rpc_call()
160 call->rp_proc = htonl(proc); in rpc_call()
168 if (debug) in rpc_call()
188 if (debug) in rpc_call()
224 if (debug) in recvrpc()
238 if (debug) in recvrpc()
248 if (debug) in recvrpc()
387 if (debug) in rpc_getport()
[all …]
/freebsd/usr.sbin/inetd/
H A Dinetd.c246 int debug = 0; variable
346 debug = 1; in main()
463 if (debug == 0) { in main()
592 if (debug) in main()
610 if (debug) in main()
620 if (debug) in main()
777 if (debug) in main()
942 if (debug) in reapchild()
1067 if (debug) in config()
1071 if (debug) in config()
[all …]
/freebsd/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dzfs-generator.sh.in4 grep -wq debug /proc/cmdline && debug=1
5 [ -n "$debug" ] && echo "zfs-generator: starting" >> /dev/kmsg
17 [ -n "$debug" ] && echo "zfs-generator: writing extension for sysroot.mount to $GENERATOR_DIR/sysro…
40 [ -n "$debug" ] && echo "zfs-generator: finished" >> /dev/kmsg
/freebsd/contrib/ntp/scripts/monitoring/
H A Dntptrap166 &debug(sprintf("hostname(%d.%d.%d.%d) = \"%s\"",unpack("C4",$addr),$name))
169 &debug(sprintf("Failed to get name for %d.%d.%d.%d",unpack("C4",$addr)));
176 &debug(sprintf("%d request(s) scheduled",scalar(@Requests)));
177 grep(&debug(" - ".$_),keys(%Host));
199 &debug(sprintf("Request: %s: %s(%d)",&hostname($addr), &ntp'cntrlop_name($op), $assoc)); #';))
257 &debug("-Packet from ",&hostname($from));
262 &debug(sprintf("%s uses auth_keyid %d",&hostname($from),$auth_keyid)) if defined($auth_keyid);
296 local($id,$time,$proc) = @_;
299 $TIMEOUT_PROCS{$id} = $proc;
302 &debug(sprintf("Schedule timeout \"%s\" for %s", $id, $date));
[all …]
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-4-build-vm.sh32 --enable-debug)
151 mkdir -p $dst/kmod/x86_64/debug
153 cp *debuginfo*.rpm $dst/kmod/x86_64/debug
163 mkdir -p $dst/x86_64/debug
164 cp $(ls *debuginfo*.rpm | grep -v kmod) $dst/x86_64/debug
327 if [ -f /proc/cmdline ] ; then
328 cat /proc/cmdline || true
/freebsd/tools/test/stress2/misc/
H A Dprocfs4.sh37 mount | grep -q procfs || mount -t procfs procfs /proc
71 static int debug; /* Set to 1 for debug output */
120 if (debug != 0 && opens == 0)
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in86 def done(self, proc, killed, reran): argument
93 self.returncode = proc.returncode
118 def __init__(self, stream, debug=False): argument
120 self.debug = debug
146 if self.debug:
189 def kill_cmd(self, proc, options, kmemleak, keyboard_interrupt=False): argument
198 cmd = [SUDO, KILL, signal, str(proc.pid)]
254 def collect_output(self, proc, debug=False): argument
260 out = Output(proc.stdout, debug)
261 err = Output(proc.stderr, debug)
[all …]
/freebsd/sys/security/mac_grantbylabel/
H A Dmac_grantbylabel.c58 SYSCTL_INT(_security_mac_grantbylabel, OID_AUTO, debug, CTLFLAG_RW,
345 struct proc *proc) in mac_grantbylabel_proc_check_resource() argument
349 if (!SLOT(proc->p_textvp->v_label)) { in mac_grantbylabel_proc_check_resource()
350 gbl = gbl_get_vlabel(proc->p_textvp, cred); in mac_grantbylabel_proc_check_resource()
353 SLOT_SET(proc->p_textvp->v_label, gbl); in mac_grantbylabel_proc_check_resource()
364 struct proc *proc; in mac_grantbylabel_syscall() local
407 proc = curproc; in mac_grantbylabel_syscall()
409 proc = pfind(gbl_args.u.pid); in mac_grantbylabel_syscall()
410 if (proc == NULL) in mac_grantbylabel_syscall()
412 else if (proc->p_textvp == NULL) { in mac_grantbylabel_syscall()
[all …]
/freebsd/sys/contrib/openzfs/scripts/
H A Dzfs.sh178 STACK_MAX_SIZE=/sys/kernel/debug/tracing/stack_max_size
179 STACK_TRACER_ENABLED=/proc/sys/kernel/stack_tracer_enabled
188 STACK_MAX_SIZE=/sys/kernel/debug/tracing/stack_max_size
189 STACK_TRACE=/sys/kernel/debug/tracing/stack_trace
/freebsd/tools/tools/sysdoc/
H A Dtunables.mdoc2 debug.disablecwd
10 debug.disablefullpath
18 debug.dobkgrdwrite
24 debug.hashstat.nchash
31 debug.hashstat.rawnchash
34 debug.ieee80211
42 debug.kdb.available
48 debug.kdb.current
55 debug.kdb.enter
61 debug.malloc.failure_count
[all …]
/freebsd/crypto/krb5/src/util/
H A Dk5test.py509 for proc in _daemons:
510 os.kill(proc.pid, signal.SIGTERM)
511 _check_daemon(proc)
619 _debug = _parse_cmdnum('--debug', options.debug)
631 elif options.debug is not None:
764 proc = subprocess.Popen(args, stdin=infile, stdout=subprocess.PIPE,
767 (outdata, dummy_errdata) = proc.communicate(input)
769 code = proc.returncode
831 proc = subprocess.Popen(args, stdin=null_input, stdout=subprocess.PIPE,
836 line = proc.stdout.readline()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Datmel-wdt.txt23 - atmel,reset-type : Should be "proc" or "all".
25 "proc" : assert the processor reset signal
36 entering debug state.
/freebsd/sys/contrib/openzfs/contrib/initramfs/scripts/
H A Dzfs294 # /proc/self/mounts
296 [ ! -f /proc/self/mounts ] && mount proc /proc
456 read -r storeprintk _ < /proc/sys/kernel/printk
457 echo 7 > /proc/sys/kernel/printk
459 echo "$storeprintk" > /proc/sys/kernel/printk
577 # We need to temporarily disable debugging. Set 'debug' so we
582 debug=1
609 if [ -n "${debug}" ]; then
636 if ! grep -qiE '(^|[^\\](\\\\)* )(rollback)=(on|yes|1)( |$)' /proc/cmdline
655 if grep -qiE '(^|[^\\](\\\\)* )(rollback)=(on|yes|1)( |$)' /proc/cmdline
[all …]
/freebsd/sys/security/mac_veriexec/
H A Dmac_veriexec.c88 SYSCTL_INT(_security_mac_veriexec, OID_AUTO, debug, CTLFLAG_RW,
324 mac_veriexec_proc_check_debug(struct ucred *cred, struct proc *p) in mac_veriexec_proc_check_debug()
854 struct proc *proc; in mac_veriexec_syscall() local
907 img.proc = td->td_proc; in mac_veriexec_syscall()
948 proc = curproc; in mac_veriexec_syscall()
950 proc = pfind(pargs.u.pid); in mac_veriexec_syscall()
951 if (proc == NULL) in mac_veriexec_syscall()
955 textvp = proc->p_textvp; in mac_veriexec_syscall()
972 PROC_UNLOCK(proc); in mac_veriexec_syscall()
1164 mac_veriexec_proc_is_trusted(struct ucred *cred, struct proc *p) in mac_veriexec_proc_is_trusted()
/freebsd/sys/dev/usb/
H A Dusb_process.c64 static struct proc *usbproc;
76 static SYSCTL_NODE(_hw_usb, OID_AUTO, proc, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
78 SYSCTL_INT(_hw_usb_proc, OID_AUTO, debug, CTLFLAG_RWTUN, &usb_proc_debug, 0,
/freebsd/sys/dev/ciss/
H A Dcissvar.h227 struct proc *ciss_notify_thread;
272 # define debug(level, fmt, args...) \ macro
286 # define debug(level, fmt, args...) macro
/freebsd/lib/libomp/
H A Dkmp_i18n_default.inc29 "Cannot open /proc/cpuinfo",
30 "/proc/cpuinfo",
53 "parsing /proc/cpuinfo",
163 "%1$s supported only on debug builds; ignored.",
242 "Ignoring invalid OS proc ID %1$d.",
243 "No valid OS proc IDs specified - not using affinity.",
244 "%1$s - using \"flat\" OS <-> physical proc mapping.",
245 "%1$s: %2$s - using \"flat\" OS <-> physical proc mapping.",
246 "%1$s, line %2$d: %3$s - using \"flat\" OS <-> physical proc mapping.",
266 "%1$s: Internal thread %2$d bound to OS proc set %3$s",
[all …]
/freebsd/sys/powerpc/ps3/
H A Dps3disk.c73 SYSCTL_INT(_hw_ps3disk, OID_AUTO, debug, CTLFLAG_RW, &ps3disk_debug,
119 struct proc *sc_task;
670 int debug, error; in ps3disk_sysctl_debug() local
672 debug = sc->sc_debug; in ps3disk_sysctl_debug()
674 error = sysctl_handle_int(oidp, &debug, 0, req); in ps3disk_sysctl_debug()
678 sc->sc_debug = debug; in ps3disk_sysctl_debug()
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am64-main.dtsi927 ti,sci-proc-ids = <0x01 0xff>;
942 ti,sci-proc-ids = <0x02 0xff>;
969 ti,sci-proc-ids = <0x06 0xff>;
984 ti,sci-proc-ids = <0x07 0xff>;
1288 reg-names = "iram", "control", "debug";
1300 reg-names = "iram", "control", "debug";
1312 reg-names = "iram", "control", "debug";
1321 reg-names = "iram", "control", "debug";
1333 reg-names = "iram", "control", "debug";
1345 reg-names = "iram", "control", "debug";
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt60 CantOpenCpuinfo "Cannot open /proc/cpuinfo"
61 ProcCpuinfo "/proc/cpuinfo"
84 OBSOLETE "parsing /proc/cpuinfo"
207 OBSOLETE "%1$s supported only on debug builds; ignored."
288 AffIgnoreInvalidProcID "Ignoring invalid OS proc ID %1$d."
289 AffNoValidProcID "No valid OS proc IDs specified - not using affinity."
290 UsingFlatOS "%1$s - using \"flat\" OS <-> physical proc mapping."
291 UsingFlatOSFile "%1$s: %2$s - using \"flat\" OS <-> physical proc mapping."
292 UsingFlatOSFileLine "%1$s, line %2$d: %3$s - using \"flat\" OS <-> physical proc mapping."
315 OBSOLETE "%1$s: Internal thread %2$d bound to OS proc se
[all...]
/freebsd/contrib/unbound/contrib/
H A Dunbound.service.in8 ; system subtrees /dev, /proc and /sys (which are protected by
76 SystemCallFilter=~@clock @cpu-emulation @debug @keyring @module mount @obsolete @resources
/freebsd/sys/contrib/openzfs/include/os/freebsd/
H A DMakefile.am20 %D%/spl/sys/debug.h \
42 %D%/spl/sys/proc.h \
/freebsd/sys/contrib/openzfs/include/os/linux/
H A DMakefile.am66 %D%/spl/sys/debug.h \
81 %D%/spl/sys/proc.h \

1234