| /src/lib/libc/rpc/ |
| H A D | key_call.c | 68 #define debug(msg) (void) fprintf(stderr, "%s\n", msg); macro 70 #define debug(msg) macro 99 debug("set status is nonzero"); in key_setsecret() 144 debug("encrypt status is nonzero"); in key_encryptsession_pk() 165 debug("decrypt status is nonzero"); in key_decryptsession_pk() 185 debug("encrypt status is nonzero"); in key_encryptsession() 205 debug("decrypt status is nonzero"); in key_decryptsession() 234 debug("key_setnet status is nonzero"); in key_setnet() 251 debug("get_conv status is nonzero"); in key_get_conv() 414 key_call(u_long proc, xdrproc_t xdr_arg, void *arg, xdrproc_t xdr_rslt, in key_call() argument [all …]
|
| /src/contrib/sqlite3/autosetup/ |
| H A D | autosetup | 12 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 …]
|
| /src/stand/libsa/ |
| H A D | rpc.c | 106 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 …]
|
| /src/usr.sbin/inetd/ |
| H A D | inetd.c | 246 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 …]
|
| /src/sys/contrib/openzfs/contrib/dracut/90zfs/ |
| H A D | zfs-generator.sh.in | 4 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
|
| /src/contrib/ntp/scripts/monitoring/ |
| H A D | ntptrap | 166 &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 …]
|
| /src/sys/contrib/openzfs/.github/workflows/scripts/ |
| H A D | qemu-4-build-vm.sh | 32 --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
|
| /src/lib/librtld_db/ |
| H A D | rtld_db.c | 145 char *debug = NULL; in rd_init() local 148 debug = getenv("LIBRTLD_DB_DEBUG"); in rd_init() 149 _librtld_db_debug = debug ? atoi(debug) : 0; in rd_init() 261 rd_plt_resolution(rd_agent_t *rdap, uintptr_t pc, struct proc *proc, in rd_plt_resolution() argument 268 (void)proc; in rd_plt_resolution()
|
| /src/tools/test/stress2/misc/ |
| H A D | procfs4.sh | 37 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)
|
| /src/sys/security/mac_grantbylabel/ |
| H A D | mac_grantbylabel.c | 58 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 …]
|
| /src/sys/contrib/openzfs/scripts/ |
| H A D | zfs.sh | 178 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
|
| /src/sys/contrib/device-tree/Bindings/watchdog/ |
| H A D | atmel-wdt.txt | 23 - atmel,reset-type : Should be "proc" or "all". 25 "proc" : assert the processor reset signal 36 entering debug state.
|
| /src/crypto/krb5/src/util/ |
| H A D | k5test.py | 509 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 …]
|
| /src/tools/tools/sysdoc/ |
| H A D | tunables.mdoc | 2 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 …]
|
| /src/sys/contrib/openzfs/tests/test-runner/bin/ |
| H A D | test-runner.py.in | 88 def done(self, proc, killed, reran): argument 95 self.returncode = proc.returncode 120 def __init__(self, stream, debug=False): argument 122 self.debug = debug 148 if self.debug: 191 def kill_cmd(self, proc, options, kmemleak, keyboard_interrupt=False): argument 222 cat /proc/$PID/stack 244 "echo l > /proc/sysrq-trigger"])
|
| /src/sys/security/mac_veriexec/ |
| H A D | mac_veriexec.c | 88 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()
|
| /src/sys/dev/usb/ |
| H A D | usb_process.c | 64 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,
|
| /src/sys/dev/ciss/ |
| H A D | cissvar.h | 227 struct proc *ciss_notify_thread; 272 # define debug(level, fmt, args...) \ macro 286 # define debug(level, fmt, args...) macro
|
| /src/lib/libomp/ |
| H A D | kmp_i18n_default.inc | 29 "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 …]
|
| /src/sys/contrib/openzfs/contrib/initramfs/scripts/ |
| H A D | zfs | 33 grep -qiE "(^|[^\\](\\\\)* )(${_option})=(on|yes|1)( |$)" /proc/cmdline 310 # zpool import refuse to import without a valid /proc/self/mounts 311 [ ! -f /proc/self/mounts ] && mount proc /proc 500 read -r storeprintk _ < /proc/sys/kernel/printk 501 echo 7 > /proc/sys/kernel/printk 503 echo "${storeprintk}" > /proc/sys/kernel/printk 624 # We need to temporarily disable debugging. Set 'debug' so we 763 # Support debug option 764 if get_cmdline 'zfs_debug|zfs\.debug|zfsdebug' 768 #exec 2> /var/log/boot.debug [all …]
|
| /src/sys/powerpc/ps3/ |
| H A D | ps3disk.c | 73 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()
|
| /src/sys/contrib/device-tree/src/arm64/ti/ |
| H A D | k3-am64-main.dtsi | 932 ti,sci-proc-ids = <0x01 0xff>; 947 ti,sci-proc-ids = <0x02 0xff>; 974 ti,sci-proc-ids = <0x06 0xff>; 989 ti,sci-proc-ids = <0x07 0xff>; 1334 reg-names = "iram", "control", "debug"; 1346 reg-names = "iram", "control", "debug"; 1358 reg-names = "iram", "control", "debug"; 1367 reg-names = "iram", "control", "debug"; 1379 reg-names = "iram", "control", "debug"; 1391 reg-names = "iram", "control", "debug"; [all …]
|
| /src/contrib/llvm-project/openmp/runtime/src/i18n/ |
| H A D | en_US.txt | 60 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 set %3$s" [all …]
|
| /src/sys/contrib/openzfs/include/os/freebsd/ |
| H A D | Makefile.am | 21 %D%/spl/sys/debug.h \ 43 %D%/spl/sys/proc.h \
|
| /src/contrib/unbound/contrib/ |
| H A D | unbound.service.in | 8 ; system subtrees /dev, /proc and /sys (which are protected by 82 SystemCallFilter=~@clock @cpu-emulation @debug @keyring @module mount @obsolete @resources
|