Symbol: debug
bin/sh/show.c
280
int debug = 1;
bin/sh/show.c
282
int debug = 0;
bin/sh/show.c
384
if (!debug)
bin/sh/trap.c
280
extern int debug;
bin/sh/trap.c
282
if (debug)
crypto/libressl/apps/openssl/dgst.c
192
.opt.flag = &dgst_config.debug,
crypto/libressl/apps/openssl/dgst.c
383
if (dgst_config.debug) {
crypto/libressl/apps/openssl/dgst.c
83
int debug;
crypto/libressl/apps/openssl/enc.c
163
.opt.flag = &enc_config.debug,
crypto/libressl/apps/openssl/enc.c
467
if (enc_config.debug) {
crypto/libressl/apps/openssl/enc.c
552
if (enc_config.debug) {
crypto/libressl/apps/openssl/enc.c
701
if (enc_config.debug) {
crypto/libressl/apps/openssl/enc.c
82
int debug;
crypto/libressl/apps/openssl/s_client.c
1004
if (s_client_config.quiet && !s_client_config.debug &&
crypto/libressl/apps/openssl/s_client.c
1188
if (s_client_config.debug) {
crypto/libressl/apps/openssl/s_client.c
206
int debug;
crypto/libressl/apps/openssl/s_client.c
498
.opt.flag = &s_client_config.debug,
crypto/libressl/apps/openssl/s_server.c
1038
s_server_config.debug = 0;
crypto/libressl/apps/openssl/s_server.c
1197
if (s_server_config.quiet && !s_server_config.debug &&
crypto/libressl/apps/openssl/s_server.c
1610
if (s_server_config.debug) {
crypto/libressl/apps/openssl/s_server.c
2011
if (s_server_config.debug) {
crypto/libressl/apps/openssl/s_server.c
2028
if (s_server_config.debug) {
crypto/libressl/apps/openssl/s_server.c
253
int debug;
crypto/libressl/apps/openssl/s_server.c
613
.opt.flag = &s_server_config.debug,
crypto/libressl/crypto/cms/cms_enc.c
159
if (enc || ec->debug) {
crypto/libressl/crypto/cms/cms_env.c
441
!cms->d.envelopedData->encryptedContentInfo->debug) {
crypto/libressl/crypto/cms/cms_lcl.h
172
int debug;
crypto/libressl/crypto/cms/cms_smime.c
681
int debug = 0, match_ri = 0;
crypto/libressl/crypto/cms/cms_smime.c
685
debug = cms->d.envelopedData->encryptedContentInfo->debug;
crypto/libressl/crypto/cms/cms_smime.c
718
if (!debug) {
crypto/libressl/crypto/cms/cms_smime.c
732
else if (r > 0 && debug)
crypto/libressl/crypto/cms/cms_smime.c
737
if (cert == NULL && ri_type == CMS_RECIPINFO_TRANS && match_ri && !debug) {
crypto/libressl/crypto/cms/cms_smime.c
823
cms->d.envelopedData->encryptedContentInfo->debug = 1;
crypto/libressl/crypto/cms/cms_smime.c
825
cms->d.envelopedData->encryptedContentInfo->debug = 0;
crypto/libressl/include/openssl/ssl.h
1518
void SSL_set_debug(SSL *s, int debug);
crypto/libressl/ssl/ssl_clnt.c
621
if (s->internal->debug) {
crypto/libressl/ssl/ssl_lib.c
2848
ret->internal->debug = s->internal->debug;
crypto/libressl/ssl/ssl_lib.c
3353
SSL_set_debug(SSL *s, int debug)
crypto/libressl/ssl/ssl_lib.c
3355
s->internal->debug = debug;
crypto/libressl/ssl/ssl_locl.h
1029
int debug;
crypto/libressl/ssl/ssl_srvr.c
728
if (s->internal->debug) {
crypto/openssh/audit-bsm.c
423
debug("%s: connection closed without authentication",
crypto/openssh/audit-bsm.c
452
debug("%s: unhandled event %d", __func__, event);
crypto/openssh/audit-linux.c
120
debug("%s: unhandled event %d", __func__, event);
crypto/openssh/audit.c
125
debug("audit connection from %s port %d euid %d", host, port,
crypto/openssh/audit.c
136
debug("audit event euid %d user %s event %d (%s)", geteuid(),
crypto/openssh/audit.c
152
debug("audit session open euid %d user %s tty name %s", geteuid(),
crypto/openssh/audit.c
168
debug("audit session close euid %d user %s tty name %s", geteuid(),
crypto/openssh/audit.c
180
debug("audit run command euid %d user %s command '%.200s'", geteuid(),
crypto/openssh/auth-krb5.c
206
debug("Kerberos password authentication failed: %s",
crypto/openssh/auth-krb5.c
210
debug("Kerberos password authentication failed: %d",
crypto/openssh/auth-krb5.c
226
debug("krb5_cleanup_proc called");
crypto/openssh/auth-pam.c
1081
debug("%s: called", __func__);
crypto/openssh/auth-pam.c
1111
debug("PAM: establishing credentials");
crypto/openssh/auth-pam.c
1121
debug("PAM: pam_setcred(): %s",
crypto/openssh/auth-pam.c
1197
debug("PAM: changing password");
crypto/openssh/auth-pam.c
1384
debug("PAM: password authentication accepted for %.100s",
crypto/openssh/auth-pam.c
1388
debug("PAM: password authentication failed for %.100s: %s",
crypto/openssh/auth-pam.c
369
debug("PAM: num PAM env strings %u", num_env);
crypto/openssh/auth-pam.c
669
debug("PAM: cleanup");
crypto/openssh/auth-pam.c
672
debug("PAM: closing session");
crypto/openssh/auth-pam.c
677
debug("PAM: deleting credentials");
crypto/openssh/auth-pam.c
716
debug("PAM: initializing for \"%s\" with service \"%s\"", user,
crypto/openssh/auth-pam.c
739
debug("PAM: setting PAM_RHOST to \"%s\"", sshpam_rhost);
crypto/openssh/auth-pam.c
766
debug("PAM: setting PAM_TTY to \"ssh\"");
crypto/openssh/auth-pam.c
916
debug("PAM: %s", **prompts);
crypto/openssh/auth.c
508
debug("unable to get login class: %s", user);
crypto/openssh/auth.c
514
debug("Approval failure for %s", user);
crypto/openssh/auth.c
691
debug("%s: %s", loc, msg);
crypto/openssh/auth.c
697
debug("%s: environment: %s", loc, opts->env[i]);
crypto/openssh/auth.c
708
debug("%s: expires at %s", loc, buf);
crypto/openssh/auth.c
711
debug("%s: authorized principals: \"%s\"",
crypto/openssh/auth.c
715
debug("%s: forced command: \"%s\"", loc, opts->force_command);
crypto/openssh/auth.c
718
debug("%s: permitted open: %s",
crypto/openssh/auth.c
724
debug("%s: permitted listen: %s",
crypto/openssh/auth2-chall.c
127
debug("kbdint_alloc: devices '%s'", kbdintctxt->devices);
crypto/openssh/auth2-chall.c
196
debug("auth2_challenge: user=%s devs=%s",
crypto/openssh/auth2-chall.c
234
debug("auth2_challenge_start: trying authentication method '%s'",
crypto/openssh/auth2-hostbased.c
81
debug("signature:");
crypto/openssh/auth2-kbdint.c
58
debug("keyboard-interactive devs %s", devs);
crypto/openssh/auth2-pubkey.c
328
debug("trying authorized principals file %s", file);
crypto/openssh/auth2-pubkey.c
601
debug("trying public key file %s", file);
crypto/openssh/auth2-pubkeyfile.c
201
debug("%s: bad principals options: %s", loc, reason);
crypto/openssh/auth2-pubkeyfile.c
302
debug("%s: bad key options: %s", loc, reason);
crypto/openssh/auth2-pubkeyfile.c
323
debug("%s: matching %s found: %s %s", loc,
crypto/openssh/auth2-pubkeyfile.c
455
debug("Could not open user '%s' %s '%s': %s",
crypto/openssh/auth2-pubkeyfile.c
69
debug("%s: entry expired at %s", loc, buf);
crypto/openssh/auth2-pubkeyfile.c
75
debug("%s: principals on non-CA key", loc);
crypto/openssh/auth2-pubkeyfile.c
82
debug("%s: cert-authority flag invalid here", loc);
crypto/openssh/auth2-pubkeyfile.c
97
debug("%s: invalid from criteria", loc);
crypto/openssh/auth2.c
148
debug("%s: sent", __func__);
crypto/openssh/auth2.c
214
debug("bad service request %s", service);
crypto/openssh/auth2.c
284
debug("userauth-request for user %s service %s method %s", user, service, method);
crypto/openssh/auth2.c
285
debug("attempt %d failures %d", authctxt->attempt, authctxt->failures);
crypto/openssh/auth2.c
589
debug("authentication methods list %d: %s",
crypto/openssh/canohost.c
178
debug("getpeername failed: %.100s", strerror(errno));
crypto/openssh/channels.c
1480
debug("channel %d: decode socks4: too long",
crypto/openssh/channels.c
1538
debug("channel %d: cannot handle: %s cn %d",
crypto/openssh/channels.c
1596
debug("channel %d: method SSH_SOCKS5_NOAUTH not found",
crypto/openssh/channels.c
1838
debug("X11 connection requested.");
crypto/openssh/channels.c
1955
debug("Connection to port %d forwarding to %.100s port %d requested.",
crypto/openssh/channels.c
2050
debug("channel %d: connected to %s port %d",
crypto/openssh/channels.c
2073
debug("channel %d: connection failed: %s", c->self, strerror(err));
crypto/openssh/channels.c
2445
debug("channel %d: mux_rcb failed", c->self);
crypto/openssh/channels.c
2493
debug("multiplexing control connection");
crypto/openssh/channels.c
2984
debug("channel %d: datagram too big", c->self);
crypto/openssh/channels.c
3483
debug("channel %d: accepting ext data after eof",
crypto/openssh/channels.c
3536
debug("channel %d: FORCE input drain", c->self);
crypto/openssh/channels.c
3886
debug("Local forwarding listening on %s port %s.",
crypto/openssh/channels.c
3922
debug("Allocated listen port %d",
crypto/openssh/channels.c
4007
debug("Local forwarding listening on path %s.", fwd->listen_path);
crypto/openssh/channels.c
4510
debug("allow %s forwarding to host %s port %d",
crypto/openssh/channels.c
4562
debug("%s allowed port %d for forwarding to host %s port %d",
crypto/openssh/channels.c
5038
debug("x11_create_display_inet: Socket family %d not supported",
crypto/openssh/channels.c
5179
debug("x11_connect_display: $DISPLAY is launchd");
crypto/openssh/channels.c
538
debug("channel %d: new %s [%s] (inactive timeout: %u)",
crypto/openssh/channels.c
716
debug("channel %d: cleanup remote forward for %s:%u",
crypto/openssh/channels.c
756
debug("channel %d: free: %s, nchannels %u", c->self,
crypto/openssh/clientloop.c
1454
debug("Entering interactive session.");
crypto/openssh/clientloop.c
1459
debug("pledge: id");
crypto/openssh/clientloop.c
1465
debug("pledge: exec");
crypto/openssh/clientloop.c
1471
debug("pledge: filesystem");
crypto/openssh/clientloop.c
1478
debug("pledge: proc");
crypto/openssh/clientloop.c
1483
debug("pledge: network");
crypto/openssh/clientloop.c
1552
debug("rekeying in progress");
crypto/openssh/clientloop.c
1555
debug("need rekeying");
crypto/openssh/clientloop.c
1622
debug("ControlPersist timeout expired");
crypto/openssh/clientloop.c
1680
debug("Exit status %d", exit_status);
crypto/openssh/clientloop.c
1793
debug("client_request_x11: request from %s %u", originator,
crypto/openssh/clientloop.c
1853
debug("Requesting tun unit %d in mode %d", local_tun, tun_mode);
crypto/openssh/clientloop.c
1860
debug("Tunnel forwarding using interface %s", ifname);
crypto/openssh/clientloop.c
1905
debug("client_input_channel_open: ctype %s rchan %d win %d max %d",
crypto/openssh/clientloop.c
1921
debug("confirm %s", ctype);
crypto/openssh/clientloop.c
1936
debug("failure %s", ctype);
crypto/openssh/clientloop.c
1970
debug("client_input_channel_req: channel %u rtype %s reply %d",
crypto/openssh/clientloop.c
2648
debug("client_input_global_request: rtype %s want_reply %d",
crypto/openssh/clientloop.c
2670
debug("channel %d: setting env %s = \"%s\"", id, name, val);
crypto/openssh/clientloop.c
2723
debug("Sending environment.");
crypto/openssh/clientloop.c
2766
debug("Sending subsystem: %.*s",
crypto/openssh/clientloop.c
2772
debug("Sending command: %.*s",
crypto/openssh/clientloop.c
279
debug("Invalid character '%c' in DISPLAY", display[i]);
crypto/openssh/clientloop.c
312
debug("No xauth program.");
crypto/openssh/clientloop.c
961
debug("pledge: network");
crypto/openssh/clientloop.c
966
debug("pledge: agent");
crypto/openssh/clientloop.c
970
debug("pledge: fork");
crypto/openssh/dns.c
219
debug("skipped DNS lookup for numerical hostname");
crypto/openssh/dns.c
232
debug("found %d secure fingerprints in DNS",
crypto/openssh/dns.c
235
debug("found %d insecure fingerprints in DNS",
crypto/openssh/dns.c
292
debug("matching host key fingerprint found in DNS");
crypto/openssh/dns.c
294
debug("mismatching host key fingerprint found in DNS");
crypto/openssh/dns.c
296
debug("no host key fingerprint found in DNS");
crypto/openssh/gss-genr.c
100
debug("%s", s);
crypto/openssh/gss-genr.c
215
debug("Delegating credentials");
crypto/openssh/gss-serv-krb5.c
127
debug("No credentials stored");
crypto/openssh/gss-serv.c
191
debug("Received some client credentials");
crypto/openssh/gss-serv.c
193
debug("Got no client credentials");
crypto/openssh/gss-serv.c
324
debug("removing gssapi cred file\"%s\"",
crypto/openssh/gss-serv.c
337
debug("ssh_gssapi_storecreds: Not a GSSAPI mechanism");
crypto/openssh/gss-serv.c
350
debug("Setting %s to %s", gssapi_client.store.envvar,
crypto/openssh/gss-serv.c
365
debug("No suitable client data");
crypto/openssh/gss-serv.c
381
debug("ssh_gssapi_userok: Unknown GSSAPI mechanism");
crypto/openssh/hostfile.c
239
debug("%s:%ld: parse error in hostkeys file",
crypto/openssh/kex.c
1028
debug("kex: %s cipher: %s MAC: %s compression: %s",
crypto/openssh/kex.c
1283
debug("Local version string %.100s", our_version_string);
crypto/openssh/kex.c
1392
debug("Remote protocol version %d.%d, remote software version %.100s",
crypto/openssh/kex.c
357
debug("Sending SSH2_MSG_EXT_INFO");
crypto/openssh/kex.c
401
debug("SSH2_MSG_NEWKEYS sent");
crypto/openssh/kex.c
405
debug("expecting SSH2_MSG_NEWKEYS");
crypto/openssh/kex.c
487
debug("SSH2_MSG_EXT_INFO received");
crypto/openssh/kex.c
530
debug("SSH2_MSG_NEWKEYS received");
crypto/openssh/kex.c
604
debug("SSH2_MSG_KEXINIT sent");
crypto/openssh/kex.c
618
debug("SSH2_MSG_KEXINIT received");
crypto/openssh/kex.c
865
debug("kex: algorithm: %s", k->name ? k->name : "(no match)");
crypto/openssh/kex.c
884
debug("kex: host key algorithm: %s",
crypto/openssh/kexdh.c
84
debug("bits %d", BN_num_bits(dh_pub));
crypto/openssh/kexgen.c
133
debug("expecting SSH2_MSG_KEX_ECDH_REPLY");
crypto/openssh/kexgen.c
151
debug("SSH2_MSG_KEX_ECDH_REPLY received");
crypto/openssh/kexgen.c
260
debug("expecting SSH2_MSG_KEX_ECDH_INIT");
crypto/openssh/kexgen.c
278
debug("SSH2_MSG_KEX_ECDH_INIT received");
crypto/openssh/kexgexc.c
102
debug("SSH2_MSG_KEX_DH_GEX_GROUP received");
crypto/openssh/kexgexc.c
128
debug("SSH2_MSG_KEX_DH_GEX_INIT sent");
crypto/openssh/kexgexc.c
135
debug("expecting SSH2_MSG_KEX_DH_GEX_REPLY");
crypto/openssh/kexgexc.c
158
debug("SSH2_MSG_KEX_DH_GEX_REPLY received");
crypto/openssh/kexgexc.c
80
debug("SSH2_MSG_KEX_DH_GEX_REQUEST(%u<%u<%u) sent",
crypto/openssh/kexgexc.c
86
debug("expecting SSH2_MSG_KEX_DH_GEX_GROUP");
crypto/openssh/kexgexs.c
107
debug("SSH2_MSG_KEX_DH_GEX_GROUP sent");
crypto/openssh/kexgexs.c
119
debug("expecting SSH2_MSG_KEX_DH_GEX_INIT");
crypto/openssh/kexgexs.c
140
debug("SSH2_MSG_KEX_DH_GEX_INIT received");
crypto/openssh/kexgexs.c
66
debug("expecting SSH2_MSG_KEX_DH_GEX_REQUEST");
crypto/openssh/kexgexs.c
78
debug("SSH2_MSG_KEX_DH_GEX_REQUEST received");
crypto/openssh/krl.c
1087
debug("KRL version %llu generated at %s%s%s",
crypto/openssh/loginrec.c
1502
debug("%s: Couldn't open %s: %s", __func__,
crypto/openssh/loginrec.c
1677
debug("Unable to open the btmp file %s: %s", _PATH_BTMP,
crypto/openssh/misc.c
128
debug("fcntl(%d, F_SETFL, O_NONBLOCK): %s", fd,
crypto/openssh/misc.c
149
debug("fd %d clearing O_NONBLOCK", fd);
crypto/openssh/misc.c
152
debug("fcntl(%d, F_SETFL, ~O_NONBLOCK): %s",
crypto/openssh/misc.c
176
debug("getsockopt TCP_NODELAY: %.100s", strerror(errno));
crypto/openssh/misc.c
407
debug("getsockopt: %s", strerror(errno));
crypto/openssh/moduli.c
507
debug("input file is not seekable");
crypto/openssh/moduli.c
513
debug("input file has %lu lines", count);
crypto/openssh/moduli.c
615
debug("process from line %lu from pipe", last_processed);
crypto/openssh/moduli.c
617
debug("process from line %lu to line %lu", last_processed,
crypto/openssh/moduli.c
760
debug("%10u: q failed first possible prime test",
crypto/openssh/moduli.c
776
debug("%10u: p is not prime", count_in);
crypto/openssh/moduli.c
779
debug("%10u: p is almost certainly prime", count_in);
crypto/openssh/moduli.c
786
debug("%10u: q is not prime", count_in);
crypto/openssh/moduli.c
789
debug("%10u: q is almost certainly prime", count_in);
crypto/openssh/monitor.c
1540
debug("getpeername: %.100s", strerror(errno));
crypto/openssh/mux.c
1284
debug("setting up multiplex master socket");
crypto/openssh/mux.c
1390
debug("Requesting X11 forwarding with authentication "
crypto/openssh/mux.c
1401
debug("Requesting authentication agent forwarding.");
crypto/openssh/mux.c
1772
debug("Requesting %s %s",
crypto/openssh/mux.c
2281
debug("auto-mux: Trying existing master at '%s'", path);
crypto/openssh/mux.c
2311
debug("Stale control socket %.100s, unlinking", path);
crypto/openssh/mux.c
2314
debug("Control socket \"%.100s\" does not exist", path);
crypto/openssh/mux.c
633
debug("Allocated port %u for mux remote forward"
crypto/openssh/packet.c
1044
debug("rekey %s after %llu blocks", dir,
crypto/openssh/packet.c
1210
DBG(debug("compression: raw %d compressed %zd", len,
crypto/openssh/packet.c
1265
DBG(debug("send: len %d (includes padlen %d, aadlen %d)",
crypto/openssh/packet.c
1274
DBG(debug("done calc MAC out #%d", state->p_send.seqnr));
crypto/openssh/packet.c
1291
DBG(debug("done calc MAC(EtM) out #%d",
crypto/openssh/packet.c
1364
debug("enqueue packet: %u", type);
crypto/openssh/packet.c
1408
debug("dequeue packet: %u", type);
crypto/openssh/packet.c
1437
DBG(debug("packet_read()"));
crypto/openssh/packet.c
1637
DBG(debug("input: packet len %u", state->packlen+4));
crypto/openssh/packet.c
1649
DBG(debug("partial packet: block %d, need %d, maclen %d, authlen %d,"
crypto/openssh/packet.c
1706
DBG(debug("MAC #%d ok", state->p_read.seqnr));
crypto/openssh/packet.c
1728
DBG(debug("input: padlen %d", padlen));
crypto/openssh/packet.c
1742
DBG(debug("input: len before de-compress %zd",
crypto/openssh/packet.c
1753
DBG(debug("input: len after de-compress %zd",
crypto/openssh/packet.c
1816
DBG(debug("received packet type %d", *typep));
crypto/openssh/packet.c
1855
debug("Remote: %.900s", msg);
crypto/openssh/packet.c
1861
debug("Received SSH2_MSG_UNIMPLEMENTED for %u",
crypto/openssh/packet.c
1867
DBG(debug("Received SSH2_MSG_PING len %zu", len));
crypto/openssh/packet.c
1877
DBG(debug("Received SSH2_MSG_PONG len %zu", len));
crypto/openssh/packet.c
2752
DBG(debug("packet_start[%d]", type));
crypto/openssh/packet.c
705
debug("compress outgoing: "
crypto/openssh/packet.c
716
debug("compress incoming: "
crypto/openssh/packet.c
790
debug("Enabling compression at level %d.", level);
crypto/openssh/readconf.c
1119
debug("%s line %d: Ignored unknown option \"%s\"",
crypto/openssh/readconf.c
1757
debug("%.200s line %d: Skipping Host "
crypto/openssh/readconf.c
1771
debug("%.200s line %d: Applying options for %.100s",
crypto/openssh/readconf.c
2014
debug("%.200s line %d: include %s matched no "
crypto/openssh/readconf.c
2392
debug("%s line %d: Deprecated option \"%s\"",
crypto/openssh/readconf.c
2469
debug("Reading configuration data %.200s", filename);
crypto/openssh/readconf.c
549
debug("Executing command: '%.500s'", cmd);
crypto/openssh/sandbox-seccomp-filter.c
517
debug("%s: prctl(PR_SET_NO_NEW_PRIVS): %s",
crypto/openssh/sandbox-seccomp-filter.c
523
debug("%s: prctl(PR_SET_SECCOMP): %s",
crypto/openssh/scp.c
1360
debug("target directory \"%s\" does not exist", target);
crypto/openssh/scp.c
1630
debug("Fetching %s to %s\n", g.gl_pathv[i], abs_dst);
crypto/openssh/scp.c
2051
debug("Fetching %s to %s\n", g.gl_pathv[i], abs_dst);
crypto/openssh/servconf.c
1000
debug("user %.100s does not match group list %.100s at line %d",
crypto/openssh/servconf.c
1003
debug("user %.100s matched group list %.100s at line %d", user,
crypto/openssh/servconf.c
1076
debug("user %.100s matched 'User %.100s' at "
crypto/openssh/servconf.c
1101
debug("connection from %.100s matched 'Host "
crypto/openssh/servconf.c
1115
debug("connection from %.100s matched 'Address "
crypto/openssh/servconf.c
1139
debug("connection from %.100s matched "
crypto/openssh/servconf.c
1164
debug("connection from %.100s matched "
crypto/openssh/servconf.c
1179
debug("user %.100s matched 'RDomain %.100s' at "
crypto/openssh/servconf.c
1905
debug("%s line %d: Subsystem '%s' already defined.",
crypto/openssh/servconf.c
994
debug("Can't match group at line %d because user %.100s does "
crypto/openssh/servconf.c
997
debug("Can't Match group because user %.100s not in any group "
crypto/openssh/serverloop.c
309
debug("Received SIGCHLD.");
crypto/openssh/serverloop.c
327
debug("Entering interactive session for SSH2.");
crypto/openssh/serverloop.c
382
debug("Got %d/%u for keepalive", type, seq);
crypto/openssh/serverloop.c
522
debug("Tunnel forwarding using interface %s", ifname);
crypto/openssh/serverloop.c
558
debug("input_session_request");
crypto/openssh/serverloop.c
577
debug("session open failed, free channel %d", c->self);
crypto/openssh/serverloop.c
847
debug("server_input_channel_req: channel %u request %s reply %d",
crypto/openssh/serverloop.c
877
debug("server_init_dispatch");
crypto/openssh/session.c
1600
debug("Getting AFS token");
crypto/openssh/session.c
1763
debug("session_new: session %d", s->self);
crypto/openssh/session.c
1775
debug("dump: used %d next_unused %d session %d "
crypto/openssh/session.c
1789
debug("session_open: channel %d", chanid);
crypto/openssh/session.c
1798
debug("session_open: session %d: link with channel %d", s->self, chanid);
crypto/openssh/session.c
1810
debug("session_by_tty: session %d tty %s", i, tty);
crypto/openssh/session.c
1814
debug("session_by_tty: unknown tty %.100s", tty);
crypto/openssh/session.c
1826
debug("session_by_channel: session %d channel %d",
crypto/openssh/session.c
1831
debug("session_by_channel: unknown channel %d", id);
crypto/openssh/session.c
1848
debug("session_by_x11_channel: session %d "
crypto/openssh/session.c
1854
debug("session_by_x11_channel: unknown channel %d", id);
crypto/openssh/session.c
1863
debug("session_by_pid: pid %ld", (long)pid);
crypto/openssh/session.c
1895
debug("Allocating a pty not permitted for this connection.");
crypto/openssh/session.c
1916
debug("Allocating pty.");
crypto/openssh/session.c
1925
debug("session_pty_req: session %d alloc %s", s->self, s->tty);
crypto/openssh/session.c
1959
debug("subsystem: %s", prog);
crypto/openssh/session.c
1962
debug("subsystem: cannot stat %s: %s",
crypto/openssh/session.c
1965
debug("subsystem: exec() %s", cmd);
crypto/openssh/session.c
2576
debug("X11 forwarding disabled in server configuration file.");
crypto/openssh/session.c
2585
debug("X11 display already set.");
crypto/openssh/session.c
2591
debug("x11_create_display_inet failed.");
crypto/openssh/session.c
2650
debug("do_cleanup");
crypto/openssh/session.c
762
debug("getpeername: %.100s", strerror(errno));
crypto/openssh/sftp-client.c
1837
debug("truncating at %llu", (unsigned long long)highwater);
crypto/openssh/sftp-client.c
1877
debug("syncing \"%s\"", local_path);
crypto/openssh/sftp-client.c
1926
debug("download remote \"%s\": server "
crypto/openssh/sftp-client.c
1998
debug("Server did not send times for directory "
crypto/openssh/sftp-client.c
2222
debug("truncating at %llu", (unsigned long long)highwater);
crypto/openssh/sftp-client.c
2657
debug("truncating \"%s\" at 0", to_path);
crypto/openssh/sftp-client.c
2736
debug("Origin did not send permissions for "
crypto/openssh/sftp-client.c
372
debug("stat remote: %s", fx2txt(status));
crypto/openssh/sftp-client.c
423
debug("remote statvfs: %s", fx2txt(status));
crypto/openssh/sftp-server.c
1044
debug("request %u: fsetstat handle %d", id, handle);
crypto/openssh/sftp-server.c
1139
debug("request %u: readdir \"%s\" (handle %d)", id,
crypto/openssh/sftp-server.c
1418
debug("request %u: fstatvfs \"%s\" (handle %u)",
crypto/openssh/sftp-server.c
1478
debug("request %u: lsetstat name \"%s\"", id, name);
crypto/openssh/sftp-server.c
1526
debug("request %u: limits", id);
crypto/openssh/sftp-server.c
1625
debug("request %u: copy-data from \"%s\" (handle %d) off %llu len %llu "
crypto/openssh/sftp-server.c
2073
debug("read eof");
crypto/openssh/sftp-server.c
2087
debug("write eof");
crypto/openssh/sftp-server.c
599
debug("request %u: sent data len %d", id, dlen);
crypto/openssh/sftp-server.c
610
debug("request %u: sent handle %d", id, handle);
crypto/openssh/sftp-server.c
627
debug("request %u: sent names count %d", id, count);
crypto/openssh/sftp-server.c
644
debug("request %u: sent attrib have 0x%x", id, a->flags);
crypto/openssh/sftp-server.c
812
debug("request %u: read \"%s\" (handle %d) off %llu len %u",
crypto/openssh/sftp-server.c
866
debug("request %u: write \"%s\" (handle %d) off %llu len %zu",
crypto/openssh/sftp-server.c
945
debug("request %u: fstat \"%s\" (handle %u)",
crypto/openssh/sftp-server.c
997
debug("request %u: setstat name \"%s\"", id, name);
crypto/openssh/srclimit.c
119
debug("%s: max connections %d, per source %d, masks %d,%d", __func__,
crypto/openssh/srclimit.c
139
debug("%s: sock %d id %d limit %d", __func__, sock, id, max_persource);
crypto/openssh/srclimit.c
188
debug("%s: id %d", __func__, id);
crypto/openssh/ssh-agent.c
1055
debug("expiring key '%s'", id->comment);
crypto/openssh/ssh-agent.c
1480
debug("empty password not supported");
crypto/openssh/ssh-agent.c
1486
debug("agent unlocked");
crypto/openssh/ssh-agent.c
1496
debug("unlock failed, delaying %0.1lf seconds",
crypto/openssh/ssh-agent.c
1502
debug("agent locked");
crypto/openssh/ssh-keygen.c
1034
debug("%s:%lu: not a public key", path, lnum);
crypto/openssh/ssh-keygen.c
2833
debug("Valid (unverified) signature from key %s", fp);
crypto/openssh/ssh-keygen.c
509
debug("ignore (%d %d %d %d)", i1, i2, i3, i4);
crypto/openssh/ssh-keygen.c
560
debug("e %lx", e);
crypto/openssh/ssh-keygen.c
564
debug("e %lx", e);
crypto/openssh/ssh-keygen.c
567
debug("e %lx", e);
crypto/openssh/ssh-keygen.c
841
debug("sk_application: \"%s\", sk_flags 0x%02x",
crypto/openssh/ssh-keyscan.c
543
debug("%s doesn't support ssh2", c->c_name);
crypto/openssh/ssh-keyscan.c
634
debug("CIDR range %s", host);
crypto/openssh/ssh-keyscan.c
647
debug("CIDR expand: address %s", daddr);
crypto/openssh/ssh-pkcs11-helper.c
101
debug("check %s %s %s", sshkey_type(ki->key),
crypto/openssh/ssh-pkcs11-helper.c
280
debug("process_add");
crypto/openssh/ssh-pkcs11-helper.c
284
debug("process_del");
crypto/openssh/ssh-pkcs11-helper.c
288
debug("process_sign");
crypto/openssh/ssh-pkcs11-helper.c
391
debug("read eof");
crypto/openssh/ssh-pkcs11.c
1192
debug("have %d keys", *nkeys);
crypto/openssh/ssh-pkcs11.c
1306
debug("have %d keys", *nkeys);
crypto/openssh/ssh-pkcs11.c
1583
debug("provider %s: manufacturerID <%.*s> cryptokiVersion %d.%d"
crypto/openssh/ssh-pkcs11.c
1624
debug("provider %s slot %lu: label <%.*s> "
crypto/openssh/ssh-pkcs11.c
169
debug("check provider \"%s\"", p->name);
crypto/openssh/ssh-pkcs11.c
233
debug("C_FindObjects failed (nfound %lu nattr %lu): %lu",
crypto/openssh/ssh.c
1210
debug("configuration requests final Match pass");
crypto/openssh/ssh.c
1268
debug("hostname canonicalisation enabled, "
crypto/openssh/ssh.c
1274
debug("re-parsing configuration");
crypto/openssh/ssh.c
1345
debug("Setting implicit ProxyCommand from ProxyJump: %s",
crypto/openssh/ssh.c
1362
debug("UpdateHostKeys=ask is incompatible with "
crypto/openssh/ssh.c
1368
debug("UpdateHostKeys=ask is incompatible with "
crypto/openssh/ssh.c
1580
debug("Authenticator provider %s did not resolve; "
crypto/openssh/ssh.c
1702
debug("HostbasedAuthentication enabled but no "
crypto/openssh/ssh.c
1851
debug("forking to background");
crypto/openssh/ssh.c
1883
debug("remote forward %s for: listen %s%s%d, connect %s:%d",
crypto/openssh/ssh.c
1940
debug("stdio forwarding: done");
crypto/openssh/ssh.c
2037
debug("Local connections to %.200s:%d forwarded to remote "
crypto/openssh/ssh.c
2059
debug("Remote connections from %.200s:%d forwarded to "
crypto/openssh/ssh.c
2128
debug("X11 forwarding requested but DISPLAY not set");
crypto/openssh/ssh.c
2133
debug("Requesting X11 forwarding with authentication "
crypto/openssh/ssh.c
2144
debug("Requesting authentication agent forwarding.");
crypto/openssh/ssh.c
2272
debug("Requesting no-more-sessions@openssh.com");
crypto/openssh/ssh.c
2302
debug("deferring postauth fork until remote forward "
crypto/openssh/ssh.c
2374
debug("identity file %s type %d", filename,
crypto/openssh/ssh.c
2393
debug("identity file %s type %d", cp,
crypto/openssh/ssh.c
2424
debug("certificate file %s type %d", filename,
crypto/openssh/ssh.c
510
debug("Canonicalized hostname \"%s\" => \"%s\"",
crypto/openssh/ssh_api.c
403
debug("Remote protocol version %d.%d, remote software version %.100s",
crypto/openssh/ssh_api.c
414
debug("Remote version string %.100s", cp);
crypto/openssh/ssh_api.c
437
debug("Local version string %.100s", cp);
crypto/openssh/sshconnect.c
1088
debug("Host '%.200s' is known and matches the %s host %s.",
crypto/openssh/sshconnect.c
1090
debug("Found %s in %s:%lu", want_cert ? "CA key" : "key",
crypto/openssh/sshconnect.c
1157
debug("checking without port identifier");
crypto/openssh/sshconnect.c
1163
debug("found matching key w/out port");
crypto/openssh/sshconnect.c
1287
debug("Host certificate authority does not "
crypto/openssh/sshconnect.c
131
debug("Executing proxy dialer command: %.500s", command_string);
crypto/openssh/sshconnect.c
1451
debug("No matching CA found. Retry with plain key");
crypto/openssh/sshconnect.c
1495
debug("Server host certificate: %s %s, serial %llu "
crypto/openssh/sshconnect.c
1507
debug("Server host key: %s %s", sshkey_ssh_name(host_key), fp);
crypto/openssh/sshconnect.c
1615
debug("Authenticating to %s:%d as '%s'", host, port, server_user);
crypto/openssh/sshconnect.c
1757
debug("identity added to agent: %s", authfile);
crypto/openssh/sshconnect.c
1759
debug("could not add identity to agent: %s (%d)", authfile, r);
crypto/openssh/sshconnect.c
214
debug("Executing proxy command: %.500s", command_string);
crypto/openssh/sshconnect.c
465
debug("Trying again...");
crypto/openssh/sshconnect.c
493
debug("Connecting to %.200s [%.100s] port %s.",
crypto/openssh/sshconnect.c
512
debug("connect to address %s port %s: %s",
crypto/openssh/sshconnect.c
530
debug("Connection established.");
crypto/openssh/sshconnect.c
668
debug("using hostkeyalias: %s", *hostfile_hostname);
crypto/openssh/sshconnect.c
988
debug("Forcing accepting of host key for "
crypto/openssh/sshconnect2.c
1006
debug("Server GSSAPI Error:\n%s", msg);
crypto/openssh/sshconnect2.c
1570
debug("key \"%s\" is an authenticator-hosted key, "
crypto/openssh/sshconnect2.c
1796
debug("Skipping %s key %s - corresponding algorithm "
crypto/openssh/sshconnect2.c
1802
debug("Skipping %s key %s - corresponding algorithm "
crypto/openssh/sshconnect2.c
1819
debug("Will attempt key: %s", ident);
crypto/openssh/sshconnect2.c
1880
debug("Offering public key: %s", ident);
crypto/openssh/sshconnect2.c
1884
debug("Trying private key: %s", id->filename);
crypto/openssh/sshconnect2.c
2178
debug("No more client hostkeys for hostbased authentication.");
crypto/openssh/sshconnect2.c
2324
debug("No more authentication methods to try.");
crypto/openssh/sshconnect2.c
2334
debug("Next authentication method: %s", name);
crypto/openssh/sshconnect2.c
506
debug("SSH2_MSG_SERVICE_ACCEPT received");
crypto/openssh/sshconnect2.c
640
debug("Authentications that can continue: %s", authlist);
crypto/openssh/sshconnect2.c
733
debug("Server accepts key: %s", ident);
crypto/openssh/sshconnect2.c
903
debug("Badly encoded mechanism OID received");
crypto/openssh/sshconnect2.c
916
debug("Trying to start again");
crypto/openssh/sshd-session.c
1029
debug("sshd version %s, %s", SSH_VERSION, SSH_OPENSSL_VERSION);
crypto/openssh/sshd-session.c
1062
debug("sshd version %s, %s", SSH_VERSION, SSH_OPENSSL_VERSION);
crypto/openssh/sshd-session.c
1203
debug("network sockets: %d, %d", sock_in, sock_out);
crypto/openssh/sshd-session.c
1243
debug("ssh_remote_port failed");
crypto/openssh/sshd-session.c
1470
debug("KEX done");
crypto/openssh/sshd-session.c
1483
debug("Killing privsep child %d", pmonitor->m_pid);
crypto/openssh/sshd.c
1043
debug("Server will not fork when running in debugging mode.");
crypto/openssh/sshd.c
1093
debug("Forked child %ld.", (long)child->pid);
crypto/openssh/sshd.c
1222
debug("setgroups(): %.200s", strerror(errno));
crypto/openssh/sshd.c
1447
debug("sshd version %s, %s", SSH_VERSION, SSH_OPENSSL_VERSION);
crypto/openssh/sshd.c
1481
debug("host key %s requires user presence, ignoring",
crypto/openssh/sshd.c
1520
debug("will rely on agent for hostkey %s",
crypto/openssh/sshd.c
1549
debug("%s host key #%d: %s %s",
crypto/openssh/sshd.c
1598
debug("host certificate: #%u type %d %s", j, key->type,
crypto/openssh/sshd.c
1642
debug("setgroups() failed: %.200s", strerror(errno));
crypto/openssh/sshd.c
1651
debug("rexec_argv[%d]='%s'", i, saved_argv[i]);
crypto/openssh/sshd.c
1753
debug("rexec start in %d out %d newsock %d pipe %d sock %d/%d",
crypto/openssh/sshd.c
788
debug("Bind to port %s on %s.", strport, ntop);
crypto/openssh/sshd.c
911
debug("Received SIGHUP; waiting for children");
crypto/openssh/sshpty.c
126
debug("Setting controlling tty using TIOCSCTTY.");
crypto/openssh/sshpty.c
176
debug("%s: no tty group", __func__);
crypto/openssh/sshpty.c
197
debug("chown(%.100s, %u, %u) failed: %.100s",
crypto/openssh/sshpty.c
211
debug("chmod(%.100s, 0%o) failed: %.100s",
crypto/openssh/sshsig.c
854
debug("%s:%lu: principal \"%s\" not authorized: %s",
crypto/openssh/sshsig.c
912
debug("%s:%lu: matched key", path, linenum);
crypto/openssh/sshsig.c
923
debug("%s:%lu: matched certificate CA key",
crypto/openssh/sshsig.c
934
debug("%s:%lu: matched certificate CA key",
crypto/openssh/ttymodes.c
417
debug("Ignoring unsupported tty mode opcode %d (0x%x)",
crypto/openssh/uidswap.c
125
debug("setgid %u: %.100s", (u_int) getegid(), strerror(errno));
crypto/openssh/uidswap.c
128
debug("setuid %u: %.100s", (u_int) geteuid(), strerror(errno));
crypto/openssh/uidswap.c
146
debug("restore_uid: (unprivileged)");
crypto/openssh/uidswap.c
153
debug("restore_uid: %u/%u", (u_int)saved_euid, (u_int)saved_egid);
crypto/openssh/uidswap.c
192
debug("permanently_set_uid: %u/%u", (u_int)pw->pw_uid,
crypto/openssh/uidswap.c
67
debug("temporarily_use_uid: %u/%u (e=%u/%u)",
games/banner/banner.c
1013
static int debug, i, j, linen, max, nchars, pc, term, trace, x, y;
games/banner/banner.c
1026
debug = 1;
games/banner/banner.c
1077
if (debug) {
games/boggle/boggle/bog.c
110
debug = 1;
games/boggle/boggle/bog.c
306
if (debug) {
games/boggle/boggle/bog.c
385
if (debug) {
games/boggle/boggle/bog.c
648
if (debug) {
games/boggle/boggle/bog.c
81
int debug;
games/boggle/boggle/bog.c
93
batch = debug = reuse = selfuse;
games/gomoku/bdisp.c
165
if (debug > 1 && sp->s_occ == EMPTY) {
games/gomoku/bdisp.c
198
if (debug > 1 && sp->s_occ == EMPTY) {
games/gomoku/gomoku.h
266
extern int debug;
games/gomoku/main.c
112
debug++;
games/gomoku/main.c
133
if (!debug)
games/gomoku/main.c
382
debug = input[1] - '0';
games/gomoku/main.c
383
debuglog("Debug set to %d", debug);
games/gomoku/main.c
56
int debug; /* true if debugging */
games/gomoku/pickmove.c
112
if (debug && (sp->s_combo[BLACK].c.a == 1 ||
games/gomoku/pickmove.c
1220
if (debug > 3) {
games/gomoku/pickmove.c
1279
if (debug > 3) {
games/gomoku/pickmove.c
129
if (debug) {
games/gomoku/pickmove.c
336
if (debug) {
games/gomoku/pickmove.c
506
if ((c == 1 && debug > 1) || debug > 3) {
games/gomoku/pickmove.c
527
if ((c == 1 && debug > 1) || debug > 5) {
games/gomoku/pickmove.c
763
if ((c == 1 && debug > 1) || debug > 3) {
games/gomoku/pickmove.c
781
if ((c == 1 && debug > 1) || debug > 4) {
games/gomoku/pickmove.c
809
if (debug > 2) {
games/gomoku/pickmove.c
932
if (debug > 2) {
games/hack/def.flag.h
68
unsigned debug:1; /* in debugging mode */
games/hack/def.flag.h
69
#define wizard flags.debug
games/wump/wump.c
147
debug = 1;
games/wump/wump.c
565
if (debug)
games/wump/wump.c
600
if (debug)
games/wump/wump.c
611
if (debug)
games/wump/wump.c
618
if (debug)
games/wump/wump.c
91
static int debug = 0;
lib/libc/isc/ev_timers.c
226
if (ctx->debug > 7) {
lib/libc/isc/ev_timers.c
258
if (ctx->debug > 7) {
lib/libc/isc/ev_timers.c
343
if (ctx->debug > 7) {
lib/libc/isc/eventlib_p.h
222
int debug;
lib/libc/rpc/key_call.c
104
debug("set status is nonzero");
lib/libc/rpc/key_call.c
149
debug("encrypt status is nonzero");
lib/libc/rpc/key_call.c
170
debug("decrypt status is nonzero");
lib/libc/rpc/key_call.c
190
debug("encrypt status is nonzero");
lib/libc/rpc/key_call.c
210
debug("decrypt status is nonzero");
lib/libc/rpc/key_call.c
239
debug("key_setnet status is nonzero");
lib/libc/rpc/key_call.c
256
debug("get_conv status is nonzero");
lib/libc/rpc/svc_auth_des.c
184
debug("getpublickey");
lib/libc/rpc/svc_auth_des.c
191
debug("decryptsessionkey");
lib/libc/rpc/svc_auth_des.c
197
debug("bad nickname");
lib/libc/rpc/svc_auth_des.c
220
debug("decryption failure");
lib/libc/rpc/svc_auth_des.c
246
debug("window verifier mismatch");
lib/libc/rpc/svc_auth_des.c
252
debug("replayed credential");
lib/libc/rpc/svc_auth_des.c
262
debug("invalid usecs");
lib/libc/rpc/svc_auth_des.c
268
debug("timestamp before last seen");
lib/libc/rpc/svc_auth_des.c
274
debug("timestamp expired");
lib/libc/rpc/svc_auth_des.c
298
debug("encryption failure");
lib/libc/rpc/svc_auth_des.c
334
debug("out of memory");
lib/libc/rpc/svc_auth_des.c
471
debug("invalid nickname");
lib/libc/rpc/svc_auth_des.c
487
debug("unknown netname");
lib/libc/rpc/svc_auth_des.c
491
debug("missed ucred cache");
lib/libdevinfo/devinfo.c
117
debug("get interface version");
lib/libdevinfo/devinfo.c
129
debug("generation count is %d", ubus.ub_generation);
lib/libdevinfo/devinfo.c
160
debug("scan failed after %d retries", retries);
lib/libdevinfo/devinfo.c
242
debug("fetched %d devices", dev_idx);
lib/libdevinfo/devinfo.c
345
debug("fetched %d resources", res_idx);
lib/libdevinfo/devinfo.c
347
debug("scanned %d resource managers", rman_idx);
lib/libssh/openbsd-compat/port-net.c
153
debug("%s: failed to open tunnel control device \"%s\": %s",
lib/libssh/openbsd-compat/port-net.c
171
debug("%s: invalid tunnel id %x: %s", __func__,
lib/libssh/openbsd-compat/port-net.c
179
debug("%s: failed to configure tunnel (mode %d): %s", __func__,
lib/libssh/openbsd-compat/port-net.c
185
debug("%s: tunnel mode %d fd %d", __func__, mode, fd);
lib/libssh/openbsd-compat/port-net.c
187
debug("%s: %s mode %d fd %d", __func__, ifr.ifr_name, mode, fd);
lib/libssh/openbsd-compat/port-net.c
224
debug("%s: no layer 2 tunnelling support", __func__);
lib/libssh/openbsd-compat/port-net.c
243
debug("%s: invalid tunnel %u\n", __func__, tun);
lib/libssh/openbsd-compat/port-net.c
248
debug("%s: %s open failed: %s", __func__, name,
lib/libssh/openbsd-compat/port-net.c
258
debug("%s: ioctl(%d, TUNSIFHEAD, 1): %s", __func__, fd,
lib/libssh/openbsd-compat/port-net.c
264
debug("%s: %s mode %d fd %d", __func__, name, mode, fd);
lib/libssh/openbsd-compat/port-net.c
290
debug("%s: failed to set %s mode %d: %s", __func__, name,
lib/libusb/libusb10.c
117
char *debug;
lib/libusb/libusb10.c
126
debug = getenv("LIBUSB_DEBUG");
lib/libusb/libusb10.c
127
if (debug != NULL) {
lib/libusb/libusb10.c
128
ctx->debug = atoi(debug);
lib/libusb/libusb10.c
129
if (ctx->debug != 0)
lib/libusb/libusb10.c
90
ctx->debug = level;
lib/libusb/libusb10.h
43
if ((ctx)->debug == dbg) { \
lib/libusb/libusb10.h
88
int debug;
lib/libusb/libusb20.c
1077
libusb20_dev_set_debug(struct libusb20_device *pdev, int debug)
lib/libusb/libusb20.c
1079
pdev->debug = debug;
lib/libusb/libusb20.c
1086
return (pdev->debug);
lib/libusb/libusb20.h
271
void libusb20_dev_set_debug(struct libusb20_device *pdev, int debug);
lib/libusb/libusb20_int.h
226
int debug;
libexec/atrun/atrun.c
394
if (debug)
libexec/atrun/atrun.c
414
if (debug)
libexec/atrun/atrun.c
471
debug ++;
libexec/atrun/atrun.c
545
if (debug)
libexec/atrun/atrun.c
83
static int debug = 0;
libexec/bootpd/bootpd.c
1033
if (debug > 1) {
libexec/bootpd/bootpd.c
1042
if (debug > 1) {
libexec/bootpd/bootpd.c
1056
if (debug > 1)
libexec/bootpd/bootpd.c
1235
if (debug > 1)
libexec/bootpd/bootpd.c
1276
if (debug > 1)
libexec/bootpd/bootpd.c
1289
if (debug > 1)
libexec/bootpd/bootpd.c
140
int debug = 0; /* Debugging flag (level) */
libexec/bootpd/bootpd.c
289
debug++;
libexec/bootpd/bootpd.c
301
debug = n;
libexec/bootpd/bootpd.c
383
if (debug < 3) {
libexec/bootpd/bootpd.c
533
if (debug > 1)
libexec/bootpd/bootpd.c
544
if (debug > 1) {
libexec/bootpd/bootpd.c
549
if (debug) {
libexec/bootpd/bootpd.c
642
if (debug)
libexec/bootpd/bootpd.c
661
if (debug > 1) {
libexec/bootpd/bootpd.c
682
if (debug > 1) {
libexec/bootpd/bootpd.c
695
if (debug)
libexec/bootpd/bootpd.c
708
if (debug > 1) {
libexec/bootpd/bootpd.c
717
if (debug) {
libexec/bootpd/bootpd.c
725
if (debug) {
libexec/bootpd/bootpd.c
737
if (debug > 1)
libexec/bootpd/bootpd.c
764
if (debug)
libexec/bootpd/bootpd.c
855
if (debug > 2) {
libexec/bootpd/bootpd.c
927
if (debug > 2)
libexec/bootpd/bootpd.c
939
if (debug > 1) {
libexec/bootpd/bootpd.c
962
if (debug > 1) {
libexec/bootpd/bootpd.c
969
if (debug > 1) {
libexec/bootpd/bootpd.c
975
if (debug > 1) {
libexec/bootpd/bootpd.c
994
if (debug) {
libexec/bootpd/bootpd.h
204
extern int debug;
libexec/bootpd/bootpgw/bootpgw.c
117
int debug = 0; /* Debugging flag (level) */
libexec/bootpd/bootpgw/bootpgw.c
246
debug++;
libexec/bootpd/bootpgw/bootpgw.c
257
debug = n;
libexec/bootpd/bootpgw/bootpgw.c
354
if (debug < 3) {
libexec/bootpd/bootpgw/bootpgw.c
461
if (debug > 3) {
libexec/bootpd/bootpgw/bootpgw.c
466
if (debug) {
libexec/bootpd/bootpgw/bootpgw.c
522
if (debug) {
libexec/bootpd/bootpgw/bootpgw.c
613
if (debug) {
libexec/bootpd/bootpgw/bootpgw.c
650
if (debug > 1)
libexec/bootpd/hwaddr.c
203
if (debug > 2)
libexec/bootpd/hwaddr.c
64
extern int debug;
libexec/bootpd/readfile.c
334
if (debug > 3) {
libexec/bootpd/readfile.c
351
if (debug)
libexec/bootpd/readfile.c
471
if (debug)
libexec/bootpd/report.c
105
if (stderr_only || (debug > 2)) {
libexec/bootpd/report.c
25
extern int debug;
libexec/bootpd/tools/bootpef/bootpef.c
181
debug++;
libexec/bootpd/tools/bootpef/bootpef.c
193
debug = n;
libexec/bootpd/tools/bootpef/bootpef.c
98
int debug = 0; /* Debugging flag (level) */
libexec/bootpd/tools/bootptest/bootptest.c
107
int debug = 1; /* Debugging flag (level) */
libexec/bootpd/tools/bootptest/bootptest.c
155
if (debug)
libexec/bootpd/trygetea.c
29
int debug = 0;
libexec/bootpd/trygetif.c
29
int debug = 0;
libexec/bootpd/trylook.c
18
int debug = 0;
libexec/comsat/comsat.c
59
static int debug = 0;
libexec/comsat/comsat.c
60
#define dsyslog if (debug) syslog
libexec/diff3prog/diff3prog.c
122
int debug = 0;
libexec/diff3prog/diff3prog.c
308
if (debug) {
libexec/diff3prog/diff3prog.c
415
if (dup || debug)
libexec/getty/chat.c
440
getty_chat(char *scrstr, int timeout, int debug)
libexec/getty/chat.c
445
chat_debug = debug;
libexec/pppoed/pppoed.c
135
if (debug)
libexec/pppoed/pppoed.c
158
if (debug)
libexec/pppoed/pppoed.c
173
if (debug)
libexec/pppoed/pppoed.c
202
if (debug)
libexec/pppoed/pppoed.c
236
if (debug) {
libexec/pppoed/pppoed.c
257
size_t sz, int debug)
libexec/pppoed/pppoed.c
286
if (debug)
libexec/pppoed/pppoed.c
298
if (debug)
libexec/pppoed/pppoed.c
311
if (debug)
libexec/pppoed/pppoed.c
365
if (debug)
libexec/pppoed/pppoed.c
374
if (debug)
libexec/pppoed/pppoed.c
89
int cs, int ds __unused, int debug, struct ngm_connect *ngc)
libexec/rtld-elf/debug.c
44
int debug = 0;
libexec/rtld-elf/debug.c
49
if (debug) {
libexec/rtld-elf/debug.h
45
extern int debug;
libexec/rtld-elf/rtld.c
448
debug = 1;
libexec/talkd/process.c
131
if (debug)
libexec/talkd/process.c
57
extern int debug;
libexec/talkd/process.c
95
if (debug)
libexec/talkd/table.c
120
if (debug)
libexec/talkd/table.c
125
if (debug)
libexec/talkd/table.c
131
if (debug)
libexec/talkd/table.c
194
if (debug)
libexec/talkd/table.c
199
if (debug)
libexec/talkd/table.c
216
if (debug)
libexec/talkd/table.c
55
extern int debug;
libexec/talkd/table.c
83
if (debug)
libexec/talkd/table.c
88
if (debug)
libexec/talkd/table.c
94
if (debug)
libexec/talkd/talkd.c
61
int debug = 0;
libexec/talkd/talkd.c
93
debug = 1;
libexec/telnetd/telnetd.c
190
debug++;
libexec/telnetd/telnetd.c
307
if (debug) {
libexec/telnetd/telnetd.c
70
static int debug = 0;
libexec/ypxfr/ypxfr_extern.h
47
extern int debug;
libexec/ypxfr/ypxfr_main.c
179
debug = 1;
libexec/ypxfr/ypxfr_main.c
54
int debug = 1;
sbin/dhclient/dhclient.c
238
debug("link state %s -> %s",
sbin/dhclient/dhclient.c
819
debug("%s already seen.", name);
sbin/dhclient/dhcpd.h
218
int debug(char *, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
sbin/dhclient/dispatch.c
291
debug("ioctl(SIOCGIFMEDIA) on %s: %m", ifname);
sbin/dhclient/packet.c
194
debug("ip length %d disagrees with bytes received %d.",
sbin/dhclient/packet.c
223
debug("accepting packet with data after udp payload.");
sbin/dhclient/privsep.c
81
debug("buf_read (connection closed)");
sbin/disklabel32/disklabel.c
148
int debug;
sbin/disklabel32/disklabel.c
215
debug++;
sbin/disklabel32/disklabel.c
573
if (debug)
sbin/disklabel64/disklabel64.c
156
static int debug;
sbin/disklabel64/disklabel64.c
223
debug++;
sbin/fsck/fsck.h
200
extern int debug; /* output debugging info */
sbin/fsck/inode.c
238
if (debug)
sbin/fsck/inode.c
246
if (debug) {
sbin/fsck/inode.c
257
if (debug) {
sbin/fsck/main.c
199
if (debug && preen)
sbin/fsck/main.c
289
if (debug &&
sbin/fsck/main.c
292
if (debug) {
sbin/fsck/main.c
85
debug++;
sbin/fsck/pass1.c
211
if (debug)
sbin/fsck/pass1.c
223
if (debug)
sbin/fsck/pass1.c
229
if (debug)
sbin/fsck/pass1.c
245
if (debug) {
sbin/fsck/pass1.c
271
if (debug)
sbin/fsck/pass1.c
280
if (debug)
sbin/fsck/utilities.c
296
if (debug)
sbin/fsck/utilities.c
49
int debug; /* output debugging info */
sbin/fsck/utilities.c
71
if (debug)
sbin/fsdb/fsdb.c
230
if (debug)
sbin/fsdb/fsdb.c
81
debug++;
sbin/iscontrol/fsm.c
124
debug(1, "targetAddress=%s port=%d", op->targetAddress, op->port);
sbin/iscontrol/fsm.c
253
debug(1, "oop.headerDigest=%s", oop.headerDigest);
sbin/iscontrol/fsm.c
259
debug(1, "oop.dataDigest=%s", oop.dataDigest);
sbin/iscontrol/fsm.c
358
debug(2, "nluns=%d", sess->cam.target_nluns);
sbin/iscontrol/fsm.c
363
debug(2, "CAM path_id=%d target_id=%d target_lun=%d",
sbin/iscontrol/fsm.c
370
debug(3, "%s", cam_errbuf);
sbin/iscontrol/fsm.c
375
debug(2, "pathstr=%s", pathstr);
sbin/iscontrol/fsm.c
544
debug(3, "count=%d csg=%d", count, sess->csg);
sbin/iscontrol/fsm.c
552
debug(3, "status=%d", status);
sbin/iscontrol/fsm.c
82
debug(1, "%s", (sess->flags & SESS_RECONNECT) ? "Reconnect": "Redirected");
sbin/iscontrol/login.c
134
debug(3, "l1=%d '%s' l2=%d '%s'", l1, op->tgtChapDigest, l2, rp);
sbin/iscontrol/login.c
145
debug(3, "res=%d", res);
sbin/iscontrol/login.c
226
debug(4, "Tbit=%d csg=%d nsg=%d status=%x", lp->T, lp->CSG, lp->NSG, status);
sbin/iscontrol/login.c
268
debug(2, "TSIH=%x", sess->tsih);
sbin/mount/mount.c
139
debug = 1;
sbin/mount/mount.c
436
if (debug) {
sbin/mount/mount.c
63
int debug, fstab_style, verbose;
sbin/mount_ufs/mount.c
113
debug = 1;
sbin/mount_ufs/mount.c
390
if (debug) {
sbin/mount_ufs/mount.c
58
int debug, fstab_style, verbose;
sbin/mountd/mountd.c
1142
if (debug)
sbin/mountd/mountd.c
1174
if (debug)
sbin/mountd/mountd.c
1216
if (debug)
sbin/mountd/mountd.c
1220
} else if (debug)
sbin/mountd/mountd.c
1284
if (debug)
sbin/mountd/mountd.c
1429
if (debug)
sbin/mountd/mountd.c
1780
if (debug)
sbin/mountd/mountd.c
1858
if (debug)
sbin/mountd/mountd.c
1872
if (debug)
sbin/mountd/mountd.c
2043
if (debug)
sbin/mountd/mountd.c
2067
if (debug)
sbin/mountd/mountd.c
2142
if (debug)
sbin/mountd/mountd.c
233
int debug = 1;
sbin/mountd/mountd.c
237
int debug = 0;
sbin/mountd/mountd.c
295
debug = debug ? 0 : 1;
sbin/mountd/mountd.c
333
if (debug == 0) {
sbin/mountd/mountd.c
348
if (debug)
sbin/mountd/mountd.c
351
if (debug)
sbin/mountd/mountd.c
354
if (debug)
sbin/mountd/mountd.c
811
if (debug)
sbin/mountd/mountd.c
854
if (debug)
sbin/nfsd/nfsd.c
229
if (debug == 0) {
sbin/nfsd/nfsd.c
64
int debug = 1;
sbin/nfsd/nfsd.c
66
int debug = 0;
sbin/nfsiod/nfsiod.c
117
if (debug == 0) {
sbin/nfsiod/nfsiod.c
52
int debug = 1;
sbin/nfsiod/nfsiod.c
54
int debug = 0;
sbin/rcorder/rcorder.c
160
debug = 1;
sbin/rcorder/rcorder.c
51
static int debug = 0;
sbin/rcorder/rcorder.c
52
# define DPRINTF(args) if (debug) { fflush(stdout); fprintf args; }
sbin/startslip/startslip.c
122
debug = 1;
sbin/startslip/startslip.c
196
if (debug)
sbin/startslip/startslip.c
271
if (daemon(1, debug) < 0) {
sbin/startslip/startslip.c
82
int debug = 1;
sbin/startslip/startslip.c
89
int debug = 0;
sbin/startslip/startslip.c
91
#define printd if (debug) printf
sbin/svc/execute.c
281
} else if (cmd->debug) {
sbin/svc/execute.c
306
if (cmd->debug) {
sbin/svc/svc.c
93
cmd->debug = 1;
sbin/svc/svc.h
93
int debug;
sbin/vinum/v.c
267
FUNKEY(debug),
sbin/vinum/v.c
349
debug = 1;
sbin/vinum/v.c
77
int debug = 0; /* debug flag, usage varies */
sbin/vinum/vinumparser.c
103
keypair(debug),
share/examples/ppi/ppilcd.c
149
debug(1, "Driver selected for %s", driver->l_name);
share/examples/ppi/ppilcd.c
154
debug(2, "reading input from %d argument%s", argc, (argc > 1) ? "s" : "");
share/examples/ppi/ppilcd.c
159
debug(2, "reading input from stdin");
share/examples/ppi/ppilcd.c
299
debug(3, "%s -> 0x%02x", (type == HD_COMMAND) ? "cmd " : "data", data);
share/examples/ppi/ppilcd.c
316
debug(3, "0x%02x -> %s", val, (type == HD_COMMAND) ? "cmd " : "data");
share/examples/ppi/ppilcd.c
352
debug(2, "static control bits 0x%x", hd_cbits);
share/examples/ppi/ppilcd.c
371
debug(1, "hd44780: reset to %d lines, %s font,%s%s cursor",
share/examples/scsi_target/scsi_cmds.c
127
if (debug) {
share/examples/scsi_target/scsi_cmds.c
177
if (debug) {
share/examples/scsi_target/scsi_cmds.c
292
if (debug)
share/examples/scsi_target/scsi_cmds.c
372
if (debug) {
share/examples/scsi_target/scsi_cmds.c
402
if (debug) {
share/examples/scsi_target/scsi_cmds.c
429
if (debug)
share/examples/scsi_target/scsi_cmds.c
442
if (debug)
share/examples/scsi_target/scsi_cmds.c
447
if (debug)
share/examples/scsi_target/scsi_cmds.c
464
if (debug)
share/examples/scsi_target/scsi_cmds.c
487
if (debug)
share/examples/scsi_target/scsi_cmds.c
493
if (debug)
share/examples/scsi_target/scsi_cmds.c
497
if (debug)
share/examples/scsi_target/scsi_cmds.c
579
if (debug)
share/examples/scsi_target/scsi_cmds.c
587
if (debug)
share/examples/scsi_target/scsi_cmds.c
600
if (debug)
share/examples/scsi_target/scsi_cmds.c
606
if (debug)
share/examples/scsi_target/scsi_cmds.c
622
if (debug) {
share/examples/scsi_target/scsi_cmds.c
640
if (debug) {
share/examples/scsi_target/scsi_cmds.c
90
extern int debug;
share/examples/scsi_target/scsi_target.c
106
debug = 0;
share/examples/scsi_target/scsi_target.c
124
debug = 1;
share/examples/scsi_target/scsi_target.c
231
if (debug)
share/examples/scsi_target/scsi_target.c
262
if (debug) {
share/examples/scsi_target/scsi_target.c
263
if (ioctl(targ_fd, TARGIOCDEBUG, &debug) != 0)
share/examples/scsi_target/scsi_target.c
277
if (debug)
share/examples/scsi_target/scsi_target.c
289
if (debug) {
share/examples/scsi_target/scsi_target.c
291
debug = 0;
share/examples/scsi_target/scsi_target.c
292
ioctl(targ_fd, TARGIOCDEBUG, &debug);
share/examples/scsi_target/scsi_target.c
381
if (debug)
share/examples/scsi_target/scsi_target.c
399
if (debug)
share/examples/scsi_target/scsi_target.c
407
if (debug)
share/examples/scsi_target/scsi_target.c
421
if (debug)
share/examples/scsi_target/scsi_target.c
430
if (debug)
share/examples/scsi_target/scsi_target.c
456
if (debug) {
share/examples/scsi_target/scsi_target.c
565
if (debug)
share/examples/scsi_target/scsi_target.c
593
if (debug) {
share/examples/scsi_target/scsi_target.c
62
int debug;
share/examples/scsi_target/scsi_target.c
704
if (debug)
share/examples/scsi_target/scsi_target.c
717
if (debug)
share/examples/scsi_target/scsi_target.c
764
if (debug)
share/examples/scsi_target/scsi_target.c
778
if (debug)
share/examples/scsi_target/scsi_target.c
909
if (debug)
share/examples/scsi_target/scsi_target.c
915
if (debug)
stand/boot/common/dev_net.c
133
if (debug)
stand/boot/common/dev_net.c
158
if (debug)
stand/boot/common/dev_net.c
173
if (debug)
stand/boot/common/dev_net.c
227
if (debug)
stand/boot/common/dev_net.c
78
int debug = 0;
stand/lib/arp.c
102
if (debug)
stand/lib/arp.c
132
if (debug) {
stand/lib/arp.c
150
if (debug)
stand/lib/arp.c
169
if (debug)
stand/lib/arp.c
177
if (debug)
stand/lib/arp.c
185
if (debug)
stand/lib/arp.c
200
if (debug)
stand/lib/arp.c
208
if (debug)
stand/lib/arp.c
217
if (debug)
stand/lib/arp.c
228
if (debug)
stand/lib/arp.c
237
if (debug)
stand/lib/arp.c
261
if (debug)
stand/lib/arp.c
269
if (debug)
stand/lib/arp.c
280
if (debug) {
stand/lib/bootp.c
106
if (debug)
stand/lib/bootp.c
206
if (debug)
stand/lib/bootp.c
213
if (debug)
stand/lib/bootp.c
224
if (debug)
stand/lib/bootp.c
231
if (debug)
stand/lib/bootp.c
239
if (debug)
stand/lib/bootp.c
256
if (debug)
stand/lib/bootp.c
264
if (debug)
stand/lib/bootp.c
278
if (debug)
stand/lib/bootp.c
289
if (debug)
stand/lib/bootp.c
295
if (debug) {
stand/lib/bootp.c
304
if (debug)
stand/lib/bootp.c
334
if (debug)
stand/lib/bootp.c
389
if (debug)
stand/lib/bootp.c
95
if (debug)
stand/lib/ether.c
108
if (debug)
stand/lib/ether.c
61
if (debug)
stand/lib/ether.c
93
if (debug)
stand/lib/net.c
80
if (debug)
stand/lib/net.h
90
extern int debug; /* defined in the machdep sources */
stand/lib/nfs.c
179
if (debug)
stand/lib/nfs.c
248
if (debug)
stand/lib/nfs.c
300
if (debug)
stand/lib/nfs.c
407
if (debug)
stand/lib/nfs.c
557
if (debug)
stand/lib/nfs.c
575
if (debug)
stand/lib/nfs.c
601
if (debug)
stand/lib/nfs.c
612
if (debug)
stand/lib/nfs.c
619
if (debug)
stand/lib/rarp.c
137
if (debug)
stand/lib/rarp.c
156
if (debug)
stand/lib/rarp.c
164
if (debug)
stand/lib/rarp.c
172
if (debug)
stand/lib/rarp.c
185
if (debug)
stand/lib/rarp.c
193
if (debug)
stand/lib/rarp.c
202
if (debug)
stand/lib/rarp.c
210
if (debug)
stand/lib/rarp.c
80
if (debug)
stand/lib/rarp.c
88
if (debug)
stand/lib/rpc.c
130
if (debug)
stand/lib/rpc.c
191
if (debug)
stand/lib/rpc.c
213
if (debug)
stand/lib/rpc.c
244
if (debug)
stand/lib/rpc.c
257
if (debug)
stand/lib/rpc.c
266
if (debug)
stand/lib/rpc.c
409
if (debug)
stand/lib/udp.c
141
if (debug)
stand/lib/udp.c
166
if (debug)
stand/lib/udp.c
176
if (debug)
stand/lib/udp.c
186
if (debug)
stand/lib/udp.c
193
if (debug)
stand/lib/udp.c
201
if (debug) {
stand/lib/udp.c
217
if (debug)
stand/lib/udp.c
242
if (debug)
stand/lib/udp.c
253
if (debug)
stand/lib/udp.c
68
if (debug) {
sys/bus/mmc/mmc.c
114
SYSCTL_INT(_hw_mmc, OID_AUTO, debug, CTLFLAG_RW, &mmc_debug, 0, "Debug level");
sys/bus/pccard/pccard.c
62
SYSCTL_INT(_hw_pccard, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/audio/uaudio.c
96
SYSCTL_INT(_hw_usb_uaudio, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/controller/ehci.c
93
SYSCTL_INT(_hw_usb_ehci, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/controller/ohci.c
79
SYSCTL_INT(_hw_usb_ohci, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/controller/uhci.c
84
SYSCTL_INT(_hw_usb_uhci, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/controller/usb_controller.c
81
SYSCTL_INT(_hw_usb_ctrl, OID_AUTO, debug, CTLFLAG_RW, &usb_ctrl_debug, 0,
sys/bus/u4b/controller/xhci.c
104
SYSCTL_INT(_hw_usb_xhci, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/gadget/g_audio.c
98
SYSCTL_INT(_hw_usb_g_audio, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/gadget/g_keyboard.c
63
SYSCTL_INT(_hw_usb_g_keyboard, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/gadget/g_modem.c
94
SYSCTL_INT(_hw_usb_g_modem, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/gadget/g_mouse.c
63
SYSCTL_INT(_hw_usb_g_mouse, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/input/uep.c
59
SYSCTL_INT(_hw_usb_uep, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/input/uhid.c
76
SYSCTL_INT(_hw_usb_uhid, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/input/ukbd.c
99
SYSCTL_INT(_hw_usb_ukbd, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/input/ums.c
80
SYSCTL_INT(_hw_usb_ums, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/input/wsp.c
78
SYSCTL_INT(_hw_usb_wsp, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/net/if_aue.c
107
SYSCTL_INT(_hw_usb_aue, OID_AUTO, debug, CTLFLAG_RW, &aue_debug, 0,
sys/bus/u4b/net/if_axe.c
133
SYSCTL_INT(_hw_usb_axe, OID_AUTO, debug, CTLFLAG_RW, &axe_debug, 0,
sys/bus/u4b/net/if_axge.c
137
SYSCTL_INT(_hw_usb_axge, OID_AUTO, debug, CTLFLAG_RW, &axge_debug, 0,
sys/bus/u4b/net/if_cdce.c
116
SYSCTL_INT(_hw_usb_cdce, OID_AUTO, debug, CTLFLAG_RW, &cdce_debug, 0,
sys/bus/u4b/net/if_cue.c
129
SYSCTL_INT(_hw_usb_cue, OID_AUTO, debug, CTLFLAG_RW, &cue_debug, 0,
sys/bus/u4b/net/if_ipheth.c
86
SYSCTL_INT(_hw_usb_ipheth, OID_AUTO, debug, CTLFLAG_RW, &ipheth_debug, 0, "Debug level");
sys/bus/u4b/net/if_kue.c
170
SYSCTL_INT(_hw_usb_kue, OID_AUTO, debug, CTLFLAG_RW, &kue_debug, 0,
sys/bus/u4b/net/if_mos.c
137
SYSCTL_INT(_hw_usb_mos, OID_AUTO, debug, CTLFLAG_RW, &mos_debug, 0,
sys/bus/u4b/net/if_udav.c
195
SYSCTL_INT(_hw_usb_udav, OID_AUTO, debug, CTLFLAG_RW, &udav_debug, 0,
sys/bus/u4b/net/if_urndis.c
88
SYSCTL_INT(_hw_usb_urndis, OID_AUTO, debug, CTLFLAG_RW, &urndis_debug, 0,
sys/bus/u4b/serial/u3g.c
68
SYSCTL_INT(_hw_usb_u3g, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/serial/ubsa.c
87
SYSCTL_INT(_hw_usb_ubsa, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/serial/ubser.c
108
SYSCTL_INT(_hw_usb_ubser, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/serial/uchcom.c
95
SYSCTL_INT(_hw_usb_uchcom, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/serial/uftdi.c
74
SYSCTL_INT(_hw_usb_uftdi, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/serial/ulpt.c
71
SYSCTL_INT(_hw_usb_ulpt, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/serial/umcs.c
78
SYSCTL_INT(_hw_usb_umcs, OID_AUTO, debug, CTLFLAG_RW, &umcs_debug, 0, "Debug level");
sys/bus/u4b/serial/umodem.c
111
SYSCTL_INT(_hw_usb_umodem, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/serial/umoscom.c
52
SYSCTL_INT(_hw_usb_umoscom, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/serial/uplcom.c
110
SYSCTL_INT(_hw_usb_uplcom, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/serial/usb_serial.c
121
SYSCTL_INT(_hw_usb_ucom, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/serial/uslcom.c
52
SYSCTL_INT(_hw_usb_uslcom, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/serial/uvisor.c
81
SYSCTL_INT(_hw_usb_uvisor, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/serial/uvscom.c
69
SYSCTL_INT(_hw_usb_uvscom, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/storage/umass.c
175
SYSCTL_INT(_hw_usb_umass, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/storage/urio.c
79
SYSCTL_INT(_hw_usb_urio, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/storage/ustorage_fs.c
67
SYSCTL_INT(_hw_usb_ustorage_fs, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/usb_debug.c
62
SYSCTL_INT(_hw_usb, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/usb_dev.c
83
SYSCTL_INT(_hw_usb_dev, OID_AUTO, debug, CTLFLAG_RW,
sys/bus/u4b/usb_generic.c
127
SYSCTL_INT(_hw_usb_ugen, OID_AUTO, debug, CTLFLAG_RW, &ugen_debug,
sys/bus/u4b/usb_hub.c
83
SYSCTL_INT(_hw_usb_uhub, OID_AUTO, debug, CTLFLAG_RW, &uhub_debug, 0,
sys/bus/u4b/usb_process.c
68
SYSCTL_INT(_hw_usb_proc, OID_AUTO, debug, CTLFLAG_RW, &usb_proc_debug, 0,
sys/bus/u4b/uvc/uvc_drv.c
75
SYSCTL_INT(_hw_usb_uvc, OID_AUTO, debug, CTLFLAG_RW, &uvc_debug, 0, "Debug level");
sys/bus/u4b/wlan/if_mtw.c
81
SYSCTL_INT(_hw_usb_mtw, OID_AUTO, debug, CTLFLAG_RW, &mtw_debug, 0,
sys/bus/u4b/wlan/if_mtw.c
86
SYSCTL_INT(_hw_usb_mtw, OID_AUTO, debug, CTLFLAG_RWTUN, &mtw_debug, 0,
sys/bus/u4b/wlan/if_rum.c
71
SYSCTL_INT(_hw_usb_rum, OID_AUTO, debug, CTLFLAG_RW, &rum_debug, 0,
sys/bus/u4b/wlan/if_run.c
82
SYSCTL_INT(_hw_usb_run, OID_AUTO, debug, CTLFLAG_RW, &run_debug, 0,
sys/bus/u4b/wlan/if_urtwn.c
513
int debug;
sys/bus/u4b/wlan/if_urtwn.c
515
device_get_unit(sc->sc_dev), "debug", &debug) == 0)
sys/bus/u4b/wlan/if_urtwn.c
516
sc->sc_debug = debug;
sys/dev/apple/ir/appleir.c
58
SYSCTL_INT(_hw_usb_apple_ir, OID_AUTO, debug, CTLFLAG_RW,
sys/dev/disk/iscsi/initiator/isc_cam.c
217
debug(4, "func_code=0x%x flags=0x%x status=0x%x target=%d lun=%d retry_count=%d timeout=%d",
sys/dev/disk/iscsi/initiator/isc_cam.c
246
debug(4, "status = CAM_DEV_NOT_THERE");
sys/dev/disk/iscsi/initiator/isc_cam.c
261
debug(3, "XPT_RESET_BUS");
sys/dev/disk/iscsi/initiator/isc_cam.c
270
debug(4, "XPT_SCSI_IO cmd=0x%x", csio->cdb_io.cdb_bytes[0]);
sys/dev/disk/iscsi/initiator/isc_cam.c
273
debug(4, "xpt_done.status=%d", ccb_h->status);
sys/dev/disk/iscsi/initiator/isc_cam.c
277
debug(3, "target=%d: bad lun (-1)", ccb_h->target_id);
sys/dev/disk/iscsi/initiator/isc_cam.c
291
debug(6, "XPT_CALC_GEOMETRY vsize=%jd bsize=%d", ccg->volume_size, ccg->block_size);
sys/dev/disk/iscsi/initiator/isc_cam.c
389
debug(2, "cam subsystem initialized"); // XXX: add dev ...
sys/dev/disk/iscsi/initiator/isc_cam.c
390
debug(4, "sim=%p path=%p", sim, path);
sys/dev/disk/iscsi/initiator/isc_sm.c
134
debug(5, "itt=%x pq=%p opq=%p", ntohl(pq->pdu.ipdu.bhs.itt), pq, opq);
sys/dev/disk/iscsi/initiator/isc_sm.c
606
debug(3, "terminated sp=%p sp->sid=%d", sp, sp->sid);
sys/dev/disk/iscsi/initiator/isc_sm.c
806
debug(4, "starting ism_proc: sp->sid=%d", sp->sid);
sys/dev/disk/iscsi/initiator/isc_soc.c
133
debug(2, "hdr_dig=%x", pq->pdu.hdr_dig);
sys/dev/disk/iscsi/initiator/isc_soc.c
157
debug(5, "setting ext_free(arg=%p len/l=%d/%d)", pq->buf, len, l);
sys/dev/disk/iscsi/initiator/isc_soc.c
227
debug(2, "hdr_dig=%x", pq->pdu.hdr_dig);
sys/dev/disk/iscsi/initiator/isc_soc.c
345
debug(2, "error=%d so_error=%d uio->uio_resid=%zd iov.iov_len=%zd",
sys/dev/disk/iscsi/initiator/isc_soc.c
350
debug(2, "error=%d so_error=%d uio->uio_resid=%zd iov.iov_len=%zd "
sys/dev/disk/iscsi/initiator/isc_soc.c
542
debug(3, "out of pdus, wait");
sys/dev/disk/iscsi/initiator/isc_soc.c
585
debug(2, "sp->soc=%p", sp->soc);
sys/dev/disk/iscsi/initiator/isc_soc.c
635
debug(3, "sp=%p sp->sid=%d sp->soc=%p", sp, sp ? sp->sid : 0,
sys/dev/disk/iscsi/initiator/isc_soc.c
80
debug(3, "ou_refcnt=%d arg=%p b=%p", ou_refcnt, a, a->buf);
sys/dev/disk/iscsi/initiator/isc_soc.c
94
debug(3, "ou_refcnt=%d a=%p b=%p", ou_refcnt, a, a->buf);
sys/dev/disk/iscsi/initiator/iscsi.c
125
debug(7, "dev=%d", dev->si_uminor);
sys/dev/disk/iscsi/initiator/iscsi.c
157
debug(3, "flag=%x", flag);
sys/dev/disk/iscsi/initiator/iscsi.c
178
debug(2, "done");
sys/dev/disk/iscsi/initiator/iscsi.c
640
debug(8, "n is %d", n);
sys/dev/disk/iscsi/initiator/iscsi.c
671
debug(2, "%03d] %06x %02x %x %ld %jd %x\n",\
sys/dev/disk/iscsi/initiator/iscsi.c
686
debug(2, "hld=%d rsp=%d snd=%d", h, r, s);
sys/dev/disk/iscsi/initiator/iscsi.c
703
debug(2, "sc->eh is NULL");
sys/dev/disk/iscsi/initiator/iscsi.c
706
debug(2, "done n=%d", sc->nsess);
sys/dev/disk/iscsi/initiator/iscsi.c
710
debug(2, "%2d] sp->flags=0x%08x", n, sp->flags);
sys/dev/disk/iscsi/initiator/iscsi.c
713
debug(2, "done");
sys/dev/disk/iscsi/initiator/iscsi_subr.c
154
debug(4, "sense_len=%d", sense_len);
sys/dev/disk/iscsi/initiator/iscsi_subr.c
161
debug(3, "calling i_mbufcopy(len=%d)", sense_len);
sys/dev/disk/iscsi/initiator/iscsi_subr.c
171
debug(3, "sense_len=%d rcnt=%d sense_resid=%d dsl=%d error_code=%x flags=%x",
sys/dev/disk/iscsi/initiator/iscsi_subr.c
193
debug(3, "response=%x status=%x ccb=%p pq=%p", response, status, ccb, pq);
sys/dev/disk/iscsi/initiator/iscsi_subr.c
195
debug(3, "mp=%p buf=%p len=%d", pq->mp, pq->buf, pq->len);
sys/dev/disk/iscsi/initiator/iscsi_subr.c
239
debug(5, "ccb_h->status=%x", ccb_h->status);
sys/dev/disk/iscsi/initiator/iscsi_subr.c
453
debug(4, "ccb->sp=%p", ccb_h->spriv_ptr0);
sys/dev/disk/iscsi/initiator/iscsi_subr.c
457
debug(2, "ccb->sp=%p", ccb_h->spriv_ptr0);
sys/dev/disk/iscsi/initiator/iscsivar.h
311
debug(7, "out of mem");
sys/dev/disk/sbp/sbp.c
102
static int debug = 0;
sys/dev/disk/sbp/sbp.c
115
SYSCTL_INT(_debug, OID_AUTO, sbp_debug, CTLFLAG_RW, &debug, 0,
sys/dev/disk/sbp/sbp.c
1244
if (debug)
sys/dev/disk/sbp/sbp.c
1627
if (!status_valid0 || debug > 2){
sys/dev/disk/sbp/sbp.c
314
debug = bootverbose;
sys/dev/disk/sbp/sbp.h
69
#define SBP_DEBUG(x) if (debug > x) {
sys/dev/disk/sdhci/sdhci.c
54
SYSCTL_INT(_hw_sdhci, OID_AUTO, debug, CTLFLAG_RW, &sdhci_debug, 0, "Debug level");
sys/dev/drm/amd/amdgpu/amdgpu_gtt_mgr.c
299
.debug = amdgpu_gtt_mgr_debug
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
2254
man->func->debug(man, &p);
sys/dev/drm/amd/amdgpu/amdgpu_vram_mgr.c
348
.debug = amdgpu_vram_mgr_debug
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1934
dm->dc->debug.disable_stutter = amdgpu_pp_feature_mask & PP_STUTTER_MODE ? false : true;
sys/dev/drm/amd/display/dc/calcs/dce_calcs.c
3016
if (ctx->dc->debug.bandwidth_calcs_trace) {
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
1002
(dc->debug.sr_exit_time_dpm0_ns
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
1003
|| dc->debug.sr_enter_plus_exit_time_dpm0_ns)) {
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
1005
if (dc->debug.sr_enter_plus_exit_time_dpm0_ns)
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
1007
dc->debug.sr_enter_plus_exit_time_dpm0_ns / 1000.0f;
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
1008
if (dc->debug.sr_exit_time_dpm0_ns)
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
1009
v->sr_exit_time = dc->debug.sr_exit_time_dpm0_ns / 1000.0f;
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
1027
if (dc->debug.voltage_align_fclk)
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
1059
if (dc->debug.max_disp_clk == true)
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
1063
dc->debug.min_disp_clk_khz) {
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
1065
dc->debug.min_disp_clk_khz;
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
1436
if (dc->debug.pplib_wm_report_mode == WM_REPORT_OVERRIDE) {
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
260
if (pipe->plane_res.dpp->ctx->dc->debug.optimized_watermark) {
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
623
if ((int)(dc->dcn_soc->sr_exit_time * 1000) != dc->debug.sr_exit_time_ns
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
624
&& dc->debug.sr_exit_time_ns) {
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
626
dc->dcn_soc->sr_exit_time = dc->debug.sr_exit_time_ns / 1000.0;
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
630
!= dc->debug.sr_enter_plus_exit_time_ns
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
631
&& dc->debug.sr_enter_plus_exit_time_ns) {
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
634
dc->debug.sr_enter_plus_exit_time_ns / 1000.0;
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
637
if ((int)(dc->dcn_soc->urgent_latency * 1000) != dc->debug.urgent_latency_ns
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
638
&& dc->debug.urgent_latency_ns) {
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
640
dc->dcn_soc->urgent_latency = dc->debug.urgent_latency_ns / 1000.0;
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
644
!= dc->debug.percent_of_ideal_drambw
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
645
&& dc->debug.percent_of_ideal_drambw) {
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
648
dc->debug.percent_of_ideal_drambw;
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
652
!= dc->debug.dram_clock_change_latency_ns
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
653
&& dc->debug.dram_clock_change_latency_ns) {
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
656
dc->debug.dram_clock_change_latency_ns / 1000.0;
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
920
if (dc->debug.optimized_watermark) {
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
989
hack_bounding_box(v, &dc->debug, context);
sys/dev/drm/amd/display/dc/calcs/dcn_calcs.c
996
&& dc->debug.force_single_disp_pipe_split) {
sys/dev/drm/amd/display/dc/core/dc_debug.c
44
if (dc->debug.surface_trace) \
sys/dev/drm/amd/display/dc/core/dc_debug.c
49
if (dc->debug.timing_trace) \
sys/dev/drm/amd/display/dc/core/dc_debug.c
54
if (dc->debug.clock_trace) \
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
1108
if (link->dc->debug.skip_detection_link_training) {
sys/dev/drm/amd/display/dc/dc.h
283
struct dc_debug_options debug;
sys/dev/drm/amd/display/dc/dce/dce_clocks.c
348
struct dc_debug_options *debug = &clk_dce->base.ctx->dc->debug;
sys/dev/drm/amd/display/dc/dce/dce_clocks.c
399
if (!debug->disable_dfs_bypass && bp->integrated_info)
sys/dev/drm/amd/display/dc/dce/dce_clocks.c
902
struct dc_debug_options *debug = &ctx->dc->debug;
sys/dev/drm/amd/display/dc/dce/dce_clocks.c
931
if (!debug->disable_dfs_bypass && bp->integrated_info)
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.c
655
if (enc110->base.ctx->dc->debug.hdmi20_disable &&
sys/dev/drm/amd/display/dc/dce/dce_link_encoder.c
774
if (enc110->base.ctx->dc->debug.hdmi20_disable) {
sys/dev/drm/amd/display/dc/dce/dce_mem_input.c
272
uint32_t stutter_en = mi->ctx->dc->debug.disable_stutter ? 0 : 1;
sys/dev/drm/amd/display/dc/dce/dce_mem_input.c
297
uint32_t stutter_en = mi->ctx->dc->debug.disable_stutter ? 0 : 1;
sys/dev/drm/amd/display/dc/dce/dce_mem_input.c
330
uint32_t stutter_en = mi->ctx->dc->debug.disable_stutter ? 0 : 1;
sys/dev/drm/amd/display/dc/dce/dce_transform.c
158
if (xfm_dce->base.ctx->dc->debug.visual_confirm != VISUAL_CONFIRM_DISABLE) {
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
1026
!dc->debug.az_endpoint_mute_only) {
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
1267
if (dc->debug.visual_confirm == VISUAL_CONFIRM_SURFACE)
sys/dev/drm/amd/display/dc/dce110/dce110_mem_input_v.c
763
if (ctx->dc->debug.disable_stutter) {
sys/dev/drm/amd/display/dc/dce110/dce110_transform_v.c
238
if (xfm_dce->base.ctx->dc->debug.visual_confirm != VISUAL_CONFIRM_DISABLE) {
sys/dev/drm/amd/display/dc/dce120/dce120_resource.c
937
dc->debug = debug_defaults;
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp.c
161
dpp->ctx->dc->debug.max_downscale_src_width != 0 &&
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp.c
162
scl_data->viewport.width > dpp->ctx->dc->debug.max_downscale_src_width)
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp.c
198
if (!dpp->ctx->dc->debug.always_scale) {
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
473
if (dpp->base.ctx->dc->debug.use_max_lb)
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
518
dpp_base, scl_data, dpp_base->ctx->dc->debug.always_scale);
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
629
if (dpp->base.ctx->dc->debug.visual_confirm != VISUAL_CONFIRM_DISABLE)
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
654
dpp_base, scl_data, dpp_base->ctx->dc->debug.always_scale);
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubbub.c
257
uint32_t force_en = hubbub->ctx->dc->debug.disable_stutter ? 1 : 0;
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubbub.c
764
if (dc->debug.disable_dcc == DCC_DISABLE)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hubbub.c
807
if (dc->debug.disable_dcc == DCC_HALF_REQ_DISALBE &&
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1121
if (!dc->debug.disable_clock_gate) {
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1232
!dpp_base->ctx->dc->debug.always_use_regamma
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1314
if (dc->debug.sanity_checks)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1322
if (dc->debug.sanity_checks)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1630
if (dc->debug.sanity_checks) {
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1687
if (dc->debug.sanity_checks) {
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1955
if (dc->debug.visual_confirm == VISUAL_CONFIRM_HDR) {
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
1958
} else if (dc->debug.visual_confirm == VISUAL_CONFIRM_SURFACE) {
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
2010
if (dc->debug.sanity_checks)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
2302
if (dc->debug.pplib_wm_report_mode == WM_REPORT_OVERRIDE)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
2420
if (dc->debug.sanity_checks)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
2440
if (dc->debug.sanity_checks)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
2575
if (dc->debug.sanity_checks) {
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
2595
if (dc->debug.sanity_checks) {
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
426
if (hws->ctx->dc->debug.disable_dpp_power_gate)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
478
if (hws->ctx->dc->debug.disable_hubp_power_gate)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
565
if (dc->debug.disable_stutter)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
784
if (!dc->debug.recovery_enabled)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
905
if (dc->debug.sanity_checks)
sys/dev/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
990
if (!dc->debug.disable_clock_gate) {
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.c
599
if (enc10->base.ctx->dc->debug.hdmi20_disable &&
sys/dev/drm/amd/display/dc/dcn10/dcn10_link_encoder.c
722
if (enc10->base.ctx->dc->debug.hdmi20_disable) {
sys/dev/drm/amd/display/dc/dcn10/dcn10_resource.c
1229
dc->debug = debug_defaults_drv;
sys/dev/drm/amd/display/dc/dcn10/dcn10_resource.c
1231
dc->debug = debug_defaults_diags;
sys/dev/drm/amd/display/dc/dcn10/dcn10_resource.c
1330
dc->debug.disable_dmcu = true;
sys/dev/drm/amd/display/dc/dcn10/dcn10_resource.c
1352
if (!dc->debug.disable_pplib_clock_request)
sys/dev/drm/amd/display/dc/dcn10/dcn10_resource.c
1355
if (!dc->debug.disable_pplib_wm_range) {
sys/dev/drm/amd/display/include/logger_interface.h
146
if (dc->debug.performance_trace) { \
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.c
648
bool debug)
sys/dev/drm/amd/powerplay/hwmgr/ppatomctrl.h
314
uint32_t sclk, uint16_t virtual_voltage_Id, uint16_t *voltage, uint16_t dpm_level, bool debug);
sys/dev/drm/drm_drv.c
1159
SYSCTL_INT(_hw_drm, OID_AUTO, debug, CTLFLAG_RW, &drm_debug, 0,
sys/dev/drm/drm_drv.c
73
MODULE_PARM_DESC(debug, "Enable debug output, where each bit enables a debug category.\n"
sys/dev/drm/drm_drv.c
82
module_param_named(debug, drm_debug, int, 0600);
sys/dev/drm/drm_sysctl.c
42
SYSCTL_INT(_hw_dri, OID_AUTO, debug, CTLFLAG_RW, &drm_debug, 0,
sys/dev/drm/i915/i915_drv.h
623
u32 debug;
sys/dev/drm/i915/i915_drv.h
884
i915_reg_t debug;
sys/dev/drm/i915/i915_irq.c
4064
intel_psr_irq_control(dev_priv, dev_priv->psr.debug);
sys/dev/drm/i915/i915_irq.c
4210
intel_psr_irq_control(dev_priv, dev_priv->psr.debug);
sys/dev/drm/i915/intel_drv.h
1974
void intel_psr_irq_control(struct drm_i915_private *dev_priv, u32 debug);
sys/dev/drm/i915/intel_drv.h
958
} debug;
sys/dev/drm/i915/intel_psr.c
103
if (debug & I915_PSR_DEBUG_IRQ)
sys/dev/drm/i915/intel_psr.c
59
static bool psr_global_enabled(u32 debug)
sys/dev/drm/i915/intel_psr.c
61
switch (debug & I915_PSR_DEBUG_MODE_MASK) {
sys/dev/drm/i915/intel_psr.c
650
if (psr_global_enabled(dev_priv->psr.debug))
sys/dev/drm/i915/intel_psr.c
74
switch (dev_priv->psr.debug & I915_PSR_DEBUG_MODE_MASK) {
sys/dev/drm/i915/intel_psr.c
82
void intel_psr_irq_control(struct drm_i915_private *dev_priv, u32 debug)
sys/dev/drm/i915/intel_psr.c
883
dev_priv->psr.debug = val;
sys/dev/drm/i915/intel_psr.c
887
intel_psr_irq_control(dev_priv, dev_priv->psr.debug);
sys/dev/drm/i915/intel_runtime_pm.c
2099
.debug = HSW_PWR_WELL_CTL4,
sys/dev/drm/i915/intel_runtime_pm.c
2722
.debug = ICL_PWR_WELL_CTL_AUX4,
sys/dev/drm/i915/intel_runtime_pm.c
2728
.debug = ICL_PWR_WELL_CTL_DDI4,
sys/dev/drm/i915/intel_runtime_pm.c
320
ret |= I915_READ(regs->debug) & req_mask ? 8 : 0;
sys/dev/drm/i915/intel_sprite.c
114
crtc->debug.min_vbl = min;
sys/dev/drm/i915/intel_sprite.c
115
crtc->debug.max_vbl = max;
sys/dev/drm/i915/intel_sprite.c
165
crtc->debug.scanline_start = scanline;
sys/dev/drm/i915/intel_sprite.c
166
crtc->debug.start_vbl_time = ktime_get();
sys/dev/drm/i915/intel_sprite.c
167
crtc->debug.start_vbl_count = intel_crtc_get_vblank_counter(crtc);
sys/dev/drm/i915/intel_sprite.c
214
if (crtc->debug.start_vbl_count &&
sys/dev/drm/i915/intel_sprite.c
215
crtc->debug.start_vbl_count != end_vbl_count) {
sys/dev/drm/i915/intel_sprite.c
217
pipe_name(pipe), crtc->debug.start_vbl_count,
sys/dev/drm/i915/intel_sprite.c
219
ktime_us_delta(end_vbl_time, crtc->debug.start_vbl_time),
sys/dev/drm/i915/intel_sprite.c
220
crtc->debug.min_vbl, crtc->debug.max_vbl,
sys/dev/drm/i915/intel_sprite.c
221
crtc->debug.scanline_start, scanline_end);
sys/dev/drm/i915/intel_sprite.c
224
else if (ktime_us_delta(end_vbl_time, crtc->debug.start_vbl_time) >
sys/dev/drm/i915/intel_sprite.c
228
ktime_us_delta(end_vbl_time, crtc->debug.start_vbl_time),
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
135
void (*debug)(struct ttm_mem_type_manager *man,
sys/dev/drm/radeon/radeon_ttm.c
1056
man->func->debug(man, &p);
sys/dev/drm/ttm/ttm_bo.c
88
(*man->func->debug)(man, &p);
sys/dev/drm/ttm/ttm_bo_manager.c
153
.debug = ttm_bo_man_debug
sys/dev/misc/musycc/musycc.c
74
static int debug = 0;
sys/dev/misc/musycc/musycc.c
75
SYSCTL_INT(_debug, OID_AUTO, musycc_debug, CTLFLAG_RW, &debug, 0, "");
sys/dev/misc/musycc/musycc.c
780
if (debug & 1)
sys/dev/misc/musycc/musycc.c
791
if ((debug & 2) || er) {
sys/dev/misc/musycc/musycc.c
876
if (debug & 4) {
sys/dev/netif/ath/ath/if_ath_debug.c
101
SYSCTL_QUAD(_hw_ath, OID_AUTO, debug, CTLFLAG_RWTUN, &ath_debug,
sys/dev/netif/ath/ath_hal/ah_osdep.c
114
SYSCTL_INT(_hw_ath_hal, OID_AUTO, debug, CTLFLAG_RWTUN, &ath_hal_debug,
sys/dev/netif/bwn/bwn/if_bwn.c
127
SYSCTL_INT(_hw_bwn, OID_AUTO, debug, CTLFLAG_RW, &bwn_debug, 0,
sys/dev/netif/ig_hal/e1000_osdep.c
48
SYSCTL_INT(_hw_ig_hal, OID_AUTO, debug, CTLFLAG_RW, &e1000_debug, 0,
sys/dev/netif/iwn/if_iwnreg.h
877
uint8_t debug;
sys/dev/netif/wi/if_wi.c
196
SYSCTL_INT(_hw_wi, OID_AUTO, debug, CTLFLAG_RW, &wi_debug,
sys/dev/netif/xe/if_xe.c
203
SYSCTL_INT(_hw_xe, OID_AUTO, debug, CTLFLAG_RW, &xe_debug, 0, "xe debug level");
sys/dev/pccard/cardbus/cardbus.c
69
SYSCTL_INT(_hw_cardbus, OID_AUTO, debug, CTLFLAG_RW,
sys/dev/pccard/pccbb/pccbb.c
154
SYSCTL_ULONG(_hw_cbb, OID_AUTO, debug, CTLFLAG_RW, &cbb_debug, 0,
sys/dev/raid/amr/amr.c
1183
debug(2, "controller busy, command deferred");
sys/dev/raid/amr/amr.c
1800
debug(3, "completed command with status %x", mbox.mb_status);
sys/dev/raid/amr/amr.c
201
debug(2, "queue init done");
sys/dev/raid/amr/amr.c
234
debug(2, "controller query complete");
sys/dev/raid/amr/amr.c
286
debug(2, "attach complete");
sys/dev/raid/amr/amr.c
682
debug(1, "unknown linux ioctl 0x%lx", cmd);
sys/dev/raid/amr/amr.c
738
debug(1, "AMR_IO_VERSION");
sys/dev/raid/amr/amr.c
749
debug(1, "AMR_IO_COMMAND32 0x%x", arg.au32->au_cmd[0]);
sys/dev/raid/amr/amr.c
758
debug(1, "AMR_IO_COMMAND 0x%x", arg.au->au_cmd[0]);
sys/dev/raid/amr/amr.c
791
debug(1, "unknown ioctl 0x%lx", cmd);
sys/dev/raid/amr/amr.c
815
debug(2, "copyin %ld bytes from %p -> %p", au_length, au_buffer, dp);
sys/dev/raid/amr/amr.c
879
debug(2, "copyout %ld bytes from %p -> %p", au_length, dp, au_buffer);
sys/dev/raid/amr/amr.c
881
debug(2, "%p status 0x%x", dp, ac->ac_status);
sys/dev/raid/amr/amr.c
926
debug(2,"supports extended CDBs.");
sys/dev/raid/amr/amr.c
942
debug(2, " drive %d: %d state %x properties %x", ldrv, sc->amr_drive[ldrv].al_size,
sys/dev/raid/amr/amr.c
985
debug(2, " drive %d: %d state %x properties %x\n", ldrv, sc->amr_drive[ldrv].al_size,
sys/dev/raid/amr/amr_cam.c
315
debug(3, "XPT_PATH_INQ");
sys/dev/raid/amr/amr_cam.c
343
debug(1, "XPT_RESET_BUS");
sys/dev/raid/amr/amr_cam.c
350
debug(1, "XPT_RESET_DEV");
sys/dev/raid/amr/amr_cam.c
359
debug(3, "XPT_GET_TRAN_SETTINGS");
sys/dev/raid/amr/amr_cam.c
392
debug(3, "XPT_SET_TRAN_SETTINGS");
sys/dev/raid/amr/amr_cam.c
469
debug(2, " COMMAND %x/%d+%d to %d:%d:%d", aep->ap_cdb[0],
sys/dev/raid/amr/amr_cam.c
495
debug(2, " COMMAND %x/%d+%d to %d:%d:%d", ap->ap_cdb[0],
sys/dev/raid/amr/amr_cam.c
563
debug(1, "status 0x%x AP scsi_status 0x%x", ac->ac_status,
sys/dev/raid/amr/amr_cam.c
623
debug(2, "%s\n", hexncpy(csio->data_ptr, imin(csio->dxfer_len, 16),
sys/dev/raid/amr/amr_disk.c
208
debug(1, "i/o error\n");
sys/dev/raid/amr/amr_pci.c
270
debug(2, "interrupt attached");
sys/dev/raid/amr/amr_pci.c
319
debug(2, "dma tag done");
sys/dev/raid/amr/amr_pci.c
329
debug(2, "mailbox setup");
sys/dev/raid/amr/amr_pci.c
336
debug(2, "s/g list mapped");
sys/dev/raid/amr/amr_pci.c
340
debug(2, "ccb mapped");
sys/dev/raid/amr/amr_pci.c
601
debug(1, "s/g table too low (0x%x), reallocating\n", sc->amr_sgbusaddr);
sys/dev/raid/ciss/ciss.c
1818
debug(0, "bringing logical drive %d back online", ldrive);
sys/dev/raid/ciss/ciss.c
1998
debug(2, "post command %d tag %d ", cr->cr_tag, cc->header.host_tag);
sys/dev/raid/ciss/ciss.c
2046
debug(2, "completed command %d%s", index,
sys/dev/raid/ciss/ciss.c
2078
debug(2, "completed command %d%s\n", index,
sys/dev/raid/ciss/ciss.c
2233
debug(2, "ignoring irrelevant under/overrun error");
sys/dev/raid/ciss/ciss.c
2563
debug(0, "copyin: bad data buffer %p/%d", ioc->buf, ioc->buf_size);
sys/dev/raid/ciss/ciss.c
2581
debug(0, "request failed - %d", error);
sys/dev/raid/ciss/ciss.c
2599
debug(0, "copyout: bad data buffer %p/%d", ioc->buf, ioc->buf_size);
sys/dev/raid/ciss/ciss.c
2919
debug(1, "XPT_CALC_GEOMETRY %d:%d:%d", cam_sim_bus(sim), ccb->ccb_h.target_id, ccb->ccb_h.target_lun);
sys/dev/raid/ciss/ciss.c
2950
debug(1, "XPT_PATH_INQ %d:%d:%d", cam_sim_bus(sim), ccb->ccb_h.target_id, ccb->ccb_h.target_lun);
sys/dev/raid/ciss/ciss.c
2990
debug(1, "XPT_GET_TRAN_SETTINGS %d:%d", bus, target);
sys/dev/raid/ciss/ciss.c
3008
debug(1, "unspported func_code = 0x%x", ccb->ccb_h.func_code);
sys/dev/raid/ciss/ciss.c
3032
debug(2, "XPT_SCSI_IO %d:%d:%d", bus, target, csio->ccb_h.target_lun);
sys/dev/raid/ciss/ciss.c
3036
debug(3, " CDB pointer is to physical address");
sys/dev/raid/ciss/ciss.c
3043
debug(3, " data pointer is to physical address");
sys/dev/raid/ciss/ciss.c
3047
debug(3, " data has premature s/g setup");
sys/dev/raid/ciss/ciss.c
3054
debug(3, "abandoning CCB due to abort/validation failure");
sys/dev/raid/ciss/ciss.c
3234
debug(0, "adapter error");
sys/dev/raid/ciss/ciss.c
3240
debug(2, "SCSI_STATUS_OK");
sys/dev/raid/ciss/ciss.c
3246
debug(0, "SCSI_STATUS_CHECK_COND sense size %d resid %d\n",
sys/dev/raid/ciss/ciss.c
3259
debug(0, "sense key %x", sns->flags & SSD_KEY);
sys/dev/raid/ciss/ciss.c
3265
debug(0, "SCSI_STATUS_BUSY");
sys/dev/raid/ciss/ciss.c
3270
debug(0, "unknown status 0x%x", csio->scsi_status);
sys/dev/raid/ciss/ciss.c
3391
debug(0, "adapter heart attack in progress 0x%x/%d",
sys/dev/raid/ciss/ciss.c
3402
debug(3, "new heartbeat 0x%x", sc->ciss_heartbeat);
sys/dev/raid/ciss/ciss.c
3428
debug(0, "(re)starting Event Notify chain");
sys/dev/raid/ciss/ciss.c
3531
debug(0, "can't get notify event request");
sys/dev/raid/ciss/ciss.c
3536
debug(1, "acquired request %d", cr->cr_tag);
sys/dev/raid/ciss/ciss.c
3589
debug(0, "can't submit notify event request");
sys/dev/raid/ciss/ciss.c
3592
debug(1, "notify event submitted");
sys/dev/raid/ciss/ciss.c
3635
debug(0, "notify event class %d subclass %d detail %d",
sys/dev/raid/ciss/ciss.c
3645
debug(0, "notifier exiting");
sys/dev/raid/ciss/ciss.c
4620
debug(0, "unknown ioctl 0x%lx", cmd);
sys/dev/raid/ciss/ciss.c
4622
debug(1, "CCISS_GETPCIINFO: 0x%lx", CCISS_GETPCIINFO);
sys/dev/raid/ciss/ciss.c
4623
debug(1, "CCISS_GETINTINFO: 0x%lx", CCISS_GETINTINFO);
sys/dev/raid/ciss/ciss.c
4624
debug(1, "CCISS_SETINTINFO: 0x%lx", CCISS_SETINTINFO);
sys/dev/raid/ciss/ciss.c
4625
debug(1, "CCISS_GETNODENAME: 0x%lx", CCISS_GETNODENAME);
sys/dev/raid/ciss/ciss.c
4626
debug(1, "CCISS_SETNODENAME: 0x%lx", CCISS_SETNODENAME);
sys/dev/raid/ciss/ciss.c
4627
debug(1, "CCISS_GETHEARTBEAT: 0x%lx", CCISS_GETHEARTBEAT);
sys/dev/raid/ciss/ciss.c
4628
debug(1, "CCISS_GETBUSTYPES: 0x%lx", CCISS_GETBUSTYPES);
sys/dev/raid/ciss/ciss.c
4629
debug(1, "CCISS_GETFIRMVER: 0x%lx", CCISS_GETFIRMVER);
sys/dev/raid/ciss/ciss.c
4630
debug(1, "CCISS_GETDRIVERVER: 0x%lx", CCISS_GETDRIVERVER);
sys/dev/raid/ciss/ciss.c
4631
debug(1, "CCISS_REVALIDVOLS: 0x%lx", CCISS_REVALIDVOLS);
sys/dev/raid/ciss/ciss.c
4632
debug(1, "CCISS_PASSTHRU: 0x%lx", CCISS_PASSTHRU);
sys/dev/raid/ciss/ciss.c
651
debug(1, "config struct at %p", sc->ciss_cfg);
sys/dev/raid/mlx/mlx.c
1116
debug(1, "event log pointer was %d, now %d\n", sc->mlx_lastevent, sc->mlx_currevent);
sys/dev/raid/mlx/mlx.c
1869
debug(0, "got command buffer");
sys/dev/raid/mlx/mlx.c
1878
debug(0, "got kernel buffer");
sys/dev/raid/mlx/mlx.c
1884
debug(0, "got a slot");
sys/dev/raid/mlx/mlx.c
1890
debug(0, "mapped");
sys/dev/raid/mlx/mlx.c
1919
debug(0, "command fixup");
sys/dev/raid/mlx/mlx.c
1976
debug(2, "try slot %d", slot);
sys/dev/raid/mlx/mlx.c
1990
debug(2, "got slot %d", slot);
sys/dev/raid/mlx/mlx_disk.c
144
debug(0, "mlx_submit_ioctl returned %d\n", error);
sys/dev/raid/mly/mly.c
1033
debug(1, "memory mailbox at %p (0x%llx/%d 0x%llx/%d 0x%llx/%d", sc->mly_mmbox,
sys/dev/raid/mly/mly.c
1044
debug(1, "memory mailbox active");
sys/dev/raid/mly/mly.c
1167
debug(1, "event change %d, event status update, %d -> %d", sc->mly_event_change,
sys/dev/raid/mly/mly.c
1234
debug(1, "fetch event %u", event);
sys/dev/raid/mly/mly.c
1302
debug(1, "Event %d code 0x%x", me->sequence_number, me->code);
sys/dev/raid/mly/mly.c
1940
debug(1, "registered physical channel %d", chn);
sys/dev/raid/mly/mly.c
1960
debug(1, "registered virtual channel %d", chn);
sys/dev/raid/mly/mly.c
2018
debug(1, "rescan target %d:%d", bus, target);
sys/dev/raid/mly/mly.c
2052
debug(2, "XPT_CALC_GEOMETRY %d:%d:%d", cam_sim_bus(sim), ccb->ccb_h.target_id, ccb->ccb_h.target_lun);
sys/dev/raid/mly/mly.c
2072
debug(2, "XPT_PATH_INQ %d:%d:%d", cam_sim_bus(sim), ccb->ccb_h.target_id, ccb->ccb_h.target_lun);
sys/dev/raid/mly/mly.c
2114
debug(2, "XPT_GET_TRAN_SETTINGS %d:%d", bus, target);
sys/dev/raid/mly/mly.c
2161
debug(2, "unsupported func_code = 0x%x", ccb->ccb_h.func_code);
sys/dev/raid/mly/mly.c
2184
debug(2, "XPT_SCSI_IO %d:%d:%d", bus, target, csio->ccb_h.target_lun);
sys/dev/raid/mly/mly.c
2188
debug(0, " invalid bus %d", bus);
sys/dev/raid/mly/mly.c
2194
debug(2, " device protected");
sys/dev/raid/mly/mly.c
2200
debug(2, " device %d:%d does not exist", bus, target);
sys/dev/raid/mly/mly.c
2206
debug(0, " command too large (%d > %d)", csio->cdb_len, MLY_CMD_SCSI_SMALL_CDB);
sys/dev/raid/mly/mly.c
2212
debug(0, " CDB pointer is to physical address");
sys/dev/raid/mly/mly.c
2219
debug(0, " data pointer is to physical address");
sys/dev/raid/mly/mly.c
2223
debug(0, " data has premature s/g setup");
sys/dev/raid/mly/mly.c
2230
debug(2, "abandoning CCB due to abort/validation failure");
sys/dev/raid/mly/mly.c
2349
debug(2, "SCSI_STATUS_OK");
sys/dev/raid/mly/mly.c
2354
debug(1, "SCSI_STATUS_CHECK_COND sense %d resid %d", mc->mc_sense, mc->mc_resid);
sys/dev/raid/mly/mly.c
2364
debug(1, "SCSI_STATUS_BUSY");
sys/dev/raid/mly/mly.c
2369
debug(1, "unknown status 0x%x", csio->scsi_status);
sys/dev/raid/mly/mly.c
451
debug(1, "set hardware up for i960RX");
sys/dev/raid/mly/mly.c
462
debug(1, "set hardware up for StrongARM");
sys/dev/raid/mly/mly.c
849
debug(1, "logical device %d", mci->addr.log.logdev);
sys/dev/raid/mly/mly.c
856
debug(1, "physical device %d:%d", mci->addr.phys.channel, mci->addr.phys.target);
sys/dev/raid/mly/mly.c
916
debug(1, "BTL rescan for %d returns %s, %s", ldi->logical_device_number,
sys/dev/raid/mly/mly.c
933
debug(1, "BTL rescan for %d:%d returns %s", bus, target,
sys/dev/raid/mly/mly.c
951
debug(1, "flags changed, rescanning");
sys/dev/raid/mly/mly.c
998
debug(1, "initial change counter %d, event counter %d", mh->change_counter, mh->next_event);
sys/dev/raid/twe/twe.c
1151
debug(3, "queued request %d with callback %p", cmd->generic.request_id, tr->tr_complete);
sys/dev/raid/twe/twe.c
1153
debug(3, "queued request %d with wait channel %p", cmd->generic.request_id, tr);
sys/dev/raid/twe/twe.c
1155
debug(3, "queued request %d for polling caller", cmd->generic.request_id);
sys/dev/raid/twe/twe.c
1206
debug(3, "completed request id %d with status %d",
sys/dev/raid/twe/twe.c
1247
debug(2, "call completion handler %p", tr->tr_complete);
sys/dev/raid/twe/twe.c
1251
debug(2, "wake up command owner on %p", tr);
sys/dev/raid/twe/twe.c
1255
debug(2, "command left for owner");
sys/dev/raid/twe/twe.c
828
debug(1, "failed");
sys/dev/raid/vinum/vinum.c
331
if (debug & DEBUG_WARNINGS) /* want to hear about them */
sys/dev/raid/vinum/vinum.c
51
int debug = 0;
sys/dev/raid/vinum/vinumext.h
44
extern int debug; /* debug flags */
sys/dev/raid/vinum/vinuminterrupt.c
213
if (debug & DEBUG_RESID) {
sys/dev/raid/vinum/vinuminterrupt.c
278
if (debug & DEBUG_LASTREQS)
sys/dev/raid/vinum/vinuminterrupt.c
415
if (debug & DEBUG_ADDRESSES)
sys/dev/raid/vinum/vinuminterrupt.c
424
if (debug & DEBUG_LASTREQS)
sys/dev/raid/vinum/vinuminterrupt.c
452
if (debug & DEBUG_ADDRESSES)
sys/dev/raid/vinum/vinuminterrupt.c
461
if (debug & DEBUG_LASTREQS)
sys/dev/raid/vinum/vinuminterrupt.c
83
if (debug & DEBUG_LASTREQS)
sys/dev/raid/vinum/vinumio.c
127
if (debug & DEBUG_BIGDRIVE) /* pretend we're 100 times as big */
sys/dev/raid/vinum/vinumioctl.c
89
debug = (((struct debuginfo *) data)->param);
sys/dev/raid/vinum/vinumioctl.c
91
if (debug & DEBUG_REMOTEGDB)
sys/dev/raid/vinum/vinumlock.c
158
if (debug & DEBUG_LASTREQS) {
sys/dev/raid/vinum/vinumlock.c
193
if (debug & DEBUG_LASTREQS)
sys/dev/raid/vinum/vinumlock.c
215
if (debug & DEBUG_LASTREQS)
sys/dev/raid/vinum/vinummemory.c
150
if (debug & DEBUG_MEMFREE) { /* keep track of recent frees */
sys/dev/raid/vinum/vinumrequest.c
202
if (debug & DEBUG_LASTREQS)
sys/dev/raid/vinum/vinumrequest.c
342
if (debug & DEBUG_REVIVECONFLICT) {
sys/dev/raid/vinum/vinumrequest.c
358
if (debug & DEBUG_ADDRESSES)
sys/dev/raid/vinum/vinumrequest.c
369
if (debug & DEBUG_LASTREQS)
sys/dev/raid/vinum/vinumrequest.c
421
if (debug & DEBUG_ADDRESSES)
sys/dev/raid/vinum/vinumrequest.c
431
if (debug & DEBUG_LASTREQS)
sys/dev/raid/vinum/vinumrequest.c
628
if (debug & DEBUG_EOFINFO) { /* tell on the request */
sys/dev/raid/vinum/vinumrequest.c
902
if (debug & DEBUG_LASTREQS)
sys/dev/raid/vinum/vinumrequest.c
965
if (debug & DEBUG_ADDRESSES)
sys/dev/raid/vinum/vinumrequest.c
977
if (debug & DEBUG_LASTREQS)
sys/dev/raid/vinum/vinumrevive.c
203
if (debug & DEBUG_REVIVECONFLICT) {
sys/dev/sound/midi/midi.c
243
SYSCTL_INT(_hw_midi, OID_AUTO, debug, CTLFLAG_RW, &midi_debug, 0, "");
sys/dev/sound/midi/sequencer.c
168
SYSCTL_INT(_hw_midi_seq, OID_AUTO, debug, CTLFLAG_RW, &seq_debug, 0, "");
sys/kern/kern_dmsg.c
63
SYSCTL_INT(_kdmsg, OID_AUTO, debug, CTLFLAG_RW, &kdmsg_debug, 0,
sys/kern/kern_iosched.c
58
SYSCTL_INT(_iosched, OID_AUTO, debug, CTLFLAG_RW, &iosched_debug, 0, "");
sys/kern/kern_jail.c
78
SYSCTL_INT(_jail, OID_AUTO, debug, CTLFLAG_RW, &prison_debug, 0,
sys/kern/kern_mib.c
60
SYSCTL_NODE(, CTL_DEBUG, debug, CTLFLAG_RW, 0,
sys/kern/kern_sysctl.c
657
SYSCTL_PROC(_sysctl, CTL_SYSCTL_DEBUG, debug, CTLTYPE_STRING | CTLFLAG_RD,
sys/net/bridge/if_bridge.c
494
SYSCTL_INT(_net_link_bridge, OID_AUTO, debug, CTLFLAG_RW,
sys/net/if_ethersubr.c
166
SYSCTL_INT(_net_link_ether, OID_AUTO, debug, CTLFLAG_RW,
sys/net/ip6fw/ip6_fw.c
122
SYSCTL_INT(_net_inet6_ip6_fw, OID_AUTO, debug, CTLFLAG_RW, &fw6_debug, 0, "");
sys/net/ipfw/ip_fw2.c
693
SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, debug, CTLFLAG_RW,
sys/net/ipfw3/ip_fw3.c
157
SYSCTL_INT(_net_inet_ip_fw3, OID_AUTO, debug, CTLFLAG_RW,
sys/net/lagg/ieee8023ad_lacp.c
196
SYSCTL_INT(_net_link_lagg_lacp, OID_AUTO, debug, CTLFLAG_RW,
sys/net/pf/if_pfsync.c
1165
if (pf_status.debug >= PF_DEBUG_MISC)
sys/net/pf/if_pfsync.c
1599
if (pf_status.debug >= PF_DEBUG_MISC)
sys/net/pf/if_pfsync.c
1632
if (pf_status.debug >= PF_DEBUG_MISC)
sys/net/pf/if_pfsync.c
1647
if (pf_status.debug >= PF_DEBUG_MISC)
sys/net/pf/if_pfsync.c
325
if (sp->creatorid == 0 && pf_status.debug >= PF_DEBUG_MISC) {
sys/net/pf/if_pfsync.c
332
if (pf_status.debug >= PF_DEBUG_MISC)
sys/net/pf/if_pfsync.c
625
if (pf_status.debug >= PF_DEBUG_MISC)
sys/net/pf/if_pfsync.c
657
if (pf_status.debug >= PF_DEBUG_MISC)
sys/net/pf/if_pfsync.c
714
if (pf_status.debug >= PF_DEBUG_MISC)
sys/net/pf/if_pfsync.c
788
if (pf_status.debug >= PF_DEBUG_MISC)
sys/net/pf/if_pfsync.c
842
if (pf_status.debug >= PF_DEBUG_MISC)
sys/net/pf/if_pfsync.c
928
if (pf_status.debug >= PF_DEBUG_MISC)
sys/net/pf/if_pfsync.c
969
if (pf_status.debug >= PF_DEBUG_MISC)
sys/net/pf/if_pfsync.c
990
if (pf_status.debug >= PF_DEBUG_MISC)
sys/net/pf/if_pfsync.c
994
if (pf_status.debug >= PF_DEBUG_MISC)
sys/net/pf/pf.c
1101
if (pf_status.debug >= PF_DEBUG_MISC) {
sys/net/pf/pf.c
113
#define DPFPRINTF(n, x) if (pf_status.debug >= (n)) kprintf x
sys/net/pf/pf.c
2728
if (pf_status.debug >= PF_DEBUG_MISC) {
sys/net/pf/pf.c
2887
if (pf_status.debug >= PF_DEBUG_MISC &&
sys/net/pf/pf.c
4674
if (pf_status.debug >= PF_DEBUG_MISC) {
sys/net/pf/pf.c
4747
} else if (pf_status.debug >= PF_DEBUG_MISC) {
sys/net/pf/pf.c
4874
if (pf_status.debug >= PF_DEBUG_MISC) {
sys/net/pf/pf.c
4886
if (pf_status.debug >= PF_DEBUG_MISC) {
sys/net/pf/pf.c
490
if (pf_status.debug >= PF_DEBUG_MISC) {
sys/net/pf/pf.c
4997
if (pf_status.debug >= PF_DEBUG_MISC) {
sys/net/pf/pf.c
5452
if (pf_status.debug >= PF_DEBUG_MISC) {
sys/net/pf/pf.c
546
if (pf_status.debug >= PF_DEBUG_MISC)
sys/net/pf/pf.c
5465
if (pf_status.debug >= PF_DEBUG_MISC) {
sys/net/pf/pf.c
549
if (pf_status.debug >= PF_DEBUG_MISC)
sys/net/pf/pf.c
602
if (pf_status.debug >= PF_DEBUG_MISC) {
sys/net/pf/pf.c
818
if (pf_status.debug >= PF_DEBUG_MISC) {
sys/net/pf/pf.c
864
if (pf_status.debug >= PF_DEBUG_MISC) {
sys/net/pf/pf.c
892
if (pf_status.debug >= PF_DEBUG_MISC) {
sys/net/pf/pf_ioctl.c
138
#define DPFPRINTF(n, x) if (pf_status.debug >= (n)) kprintf x
sys/net/pf/pf_ioctl.c
1940
pf_status.debug = *level;
sys/net/pf/pf_ioctl.c
290
pf_status.debug = PF_DEBUG_URGENT;
sys/net/pf/pf_norm.c
1572
if (pf_status.debug >= PF_DEBUG_MISC) {
sys/net/pf/pf_norm.c
1641
if (pf_status.debug >= PF_DEBUG_MISC) {
sys/net/pf/pf_norm.c
1651
if (pf_status.debug >= PF_DEBUG_MISC) {
sys/net/pf/pf_norm.c
1786
if (pf_status.debug >= PF_DEBUG_MISC) {
sys/net/pf/pf_norm.c
1834
if (pf_status.debug >= PF_DEBUG_MISC) {
sys/net/pf/pf_norm.c
1861
if (pf_status.debug >= PF_DEBUG_MISC && dst->scrub &&
sys/net/pf/pf_norm.c
96
if (pf_status.debug >= PF_DEBUG_MISC) { \
sys/net/pf/pf_osfp.c
48
if (pf_status.debug >= PF_DEBUG_NOISY) \
sys/net/pf/pf_ruleset.c
57
if (pf_status.debug >= PF_DEBUG_NOISY) \
sys/net/pf/pfvar.h
1380
u_int32_t debug;
sys/net/sppp/if_spppsubr.c
1210
if (debug)
sys/net/sppp/if_spppsubr.c
1217
if (debug)
sys/net/sppp/if_spppsubr.c
1226
if (debug)
sys/net/sppp/if_spppsubr.c
1304
if (debug)
sys/net/sppp/if_spppsubr.c
1358
if (debug) {
sys/net/sppp/if_spppsubr.c
1392
if (debug)
sys/net/sppp/if_spppsubr.c
1399
if (debug) {
sys/net/sppp/if_spppsubr.c
1418
if (debug)
sys/net/sppp/if_spppsubr.c
1471
if (debug)
sys/net/sppp/if_spppsubr.c
1489
if (debug)
sys/net/sppp/if_spppsubr.c
1518
if (debug)
sys/net/sppp/if_spppsubr.c
1534
if (debug)
sys/net/sppp/if_spppsubr.c
1595
if (debug)
sys/net/sppp/if_spppsubr.c
1691
if (catastrophic || debug)
sys/net/sppp/if_spppsubr.c
1741
if (debug)
sys/net/sppp/if_spppsubr.c
1748
if (debug)
sys/net/sppp/if_spppsubr.c
1769
if (debug)
sys/net/sppp/if_spppsubr.c
1782
if (debug)
sys/net/sppp/if_spppsubr.c
1788
if (debug)
sys/net/sppp/if_spppsubr.c
1798
if (debug)
sys/net/sppp/if_spppsubr.c
1817
if (debug)
sys/net/sppp/if_spppsubr.c
1843
if (debug)
sys/net/sppp/if_spppsubr.c
1880
if (debug)
sys/net/sppp/if_spppsubr.c
1930
if (debug)
sys/net/sppp/if_spppsubr.c
1971
if (debug)
sys/net/sppp/if_spppsubr.c
2092
if (debug)
sys/net/sppp/if_spppsubr.c
2097
if (debug)
sys/net/sppp/if_spppsubr.c
2101
} else if (debug)
sys/net/sppp/if_spppsubr.c
2132
if (debug)
sys/net/sppp/if_spppsubr.c
2188
if (debug)
sys/net/sppp/if_spppsubr.c
2205
if (debug)
sys/net/sppp/if_spppsubr.c
2212
if (debug)
sys/net/sppp/if_spppsubr.c
2219
if (debug)
sys/net/sppp/if_spppsubr.c
2226
if (debug)
sys/net/sppp/if_spppsubr.c
2231
if (debug)
sys/net/sppp/if_spppsubr.c
2237
if (debug)
sys/net/sppp/if_spppsubr.c
2243
if (debug)
sys/net/sppp/if_spppsubr.c
2256
if (debug)
sys/net/sppp/if_spppsubr.c
2266
if (debug)
sys/net/sppp/if_spppsubr.c
2270
} else if (debug)
sys/net/sppp/if_spppsubr.c
2277
if (debug)
sys/net/sppp/if_spppsubr.c
2284
if (debug)
sys/net/sppp/if_spppsubr.c
2293
if (debug)
sys/net/sppp/if_spppsubr.c
2297
if (debug && sp->pp_loopcnt < MAXALIVECNT*5)
sys/net/sppp/if_spppsubr.c
2336
if (debug)
sys/net/sppp/if_spppsubr.c
2344
if (debug)
sys/net/sppp/if_spppsubr.c
2353
if (debug)
sys/net/sppp/if_spppsubr.c
2381
if (debug)
sys/net/sppp/if_spppsubr.c
2387
if (debug)
sys/net/sppp/if_spppsubr.c
2392
if (debug)
sys/net/sppp/if_spppsubr.c
2421
if (debug)
sys/net/sppp/if_spppsubr.c
2437
if (debug)
sys/net/sppp/if_spppsubr.c
246
int debug = ifp->if_flags & IFF_DEBUG
sys/net/sppp/if_spppsubr.c
2461
if (debug)
sys/net/sppp/if_spppsubr.c
2467
if (debug)
sys/net/sppp/if_spppsubr.c
2473
if (debug)
sys/net/sppp/if_spppsubr.c
2494
if (debug)
sys/net/sppp/if_spppsubr.c
2510
if (debug)
sys/net/sppp/if_spppsubr.c
2525
if (debug)
sys/net/sppp/if_spppsubr.c
2530
if (debug)
sys/net/sppp/if_spppsubr.c
2543
if (debug)
sys/net/sppp/if_spppsubr.c
2556
if (debug)
sys/net/sppp/if_spppsubr.c
2562
if (debug)
sys/net/sppp/if_spppsubr.c
2594
if (debug)
sys/net/sppp/if_spppsubr.c
2648
if (debug)
sys/net/sppp/if_spppsubr.c
2672
if (debug)
sys/net/sppp/if_spppsubr.c
2689
if (debug)
sys/net/sppp/if_spppsubr.c
2822
if (debug)
sys/net/sppp/if_spppsubr.c
2872
int rlen, origlen, debug = ifp->if_flags & IFF_DEBUG;
sys/net/sppp/if_spppsubr.c
2886
if (debug)
sys/net/sppp/if_spppsubr.c
2898
if (debug)
sys/net/sppp/if_spppsubr.c
2904
if (debug)
sys/net/sppp/if_spppsubr.c
2927
if (debug)
sys/net/sppp/if_spppsubr.c
2936
if (debug)
sys/net/sppp/if_spppsubr.c
2941
if (debug)
sys/net/sppp/if_spppsubr.c
2951
if (debug)
sys/net/sppp/if_spppsubr.c
2955
} else if (debug)
sys/net/sppp/if_spppsubr.c
2960
if (debug)
sys/net/sppp/if_spppsubr.c
2966
if (debug)
sys/net/sppp/if_spppsubr.c
2973
if (debug)
sys/net/sppp/if_spppsubr.c
2981
if (debug)
sys/net/sppp/if_spppsubr.c
3002
if (debug)
sys/net/sppp/if_spppsubr.c
3017
if (debug) {
sys/net/sppp/if_spppsubr.c
3055
if (debug)
sys/net/sppp/if_spppsubr.c
3060
if (debug)
sys/net/sppp/if_spppsubr.c
3064
if (debug)
sys/net/sppp/if_spppsubr.c
3087
int debug = ifp->if_flags & IFF_DEBUG;
sys/net/sppp/if_spppsubr.c
3092
if (debug)
sys/net/sppp/if_spppsubr.c
3105
if (debug)
sys/net/sppp/if_spppsubr.c
3121
if (debug)
sys/net/sppp/if_spppsubr.c
3137
int debug = ifp->if_flags & IFF_DEBUG;
sys/net/sppp/if_spppsubr.c
3144
if (debug)
sys/net/sppp/if_spppsubr.c
3157
if (debug)
sys/net/sppp/if_spppsubr.c
3163
if (debug)
sys/net/sppp/if_spppsubr.c
3170
if (debug)
sys/net/sppp/if_spppsubr.c
3187
if (debug)
sys/net/sppp/if_spppsubr.c
3200
if (debug)
sys/net/sppp/if_spppsubr.c
3208
if (debug)
sys/net/sppp/if_spppsubr.c
3325
if (debug)
sys/net/sppp/if_spppsubr.c
3359
int rlen, origlen, debug = ifp->if_flags & IFF_DEBUG;
sys/net/sppp/if_spppsubr.c
3374
if (debug)
sys/net/sppp/if_spppsubr.c
3387
if (debug)
sys/net/sppp/if_spppsubr.c
3396
if (debug)
sys/net/sppp/if_spppsubr.c
3405
if (debug)
sys/net/sppp/if_spppsubr.c
3411
if (debug)
sys/net/sppp/if_spppsubr.c
3421
if (debug)
sys/net/sppp/if_spppsubr.c
3425
} else if (debug)
sys/net/sppp/if_spppsubr.c
3430
if (debug)
sys/net/sppp/if_spppsubr.c
3437
if (debug)
sys/net/sppp/if_spppsubr.c
3458
if (debug) {
sys/net/sppp/if_spppsubr.c
3481
if (debug)
sys/net/sppp/if_spppsubr.c
3493
if (debug)
sys/net/sppp/if_spppsubr.c
3502
if (debug) {
sys/net/sppp/if_spppsubr.c
3527
int debug = ifp->if_flags & IFF_DEBUG;
sys/net/sppp/if_spppsubr.c
3532
if (debug)
sys/net/sppp/if_spppsubr.c
3544
if (debug)
sys/net/sppp/if_spppsubr.c
3561
if (debug)
sys/net/sppp/if_spppsubr.c
3577
int debug = ifp->if_flags & IFF_DEBUG;
sys/net/sppp/if_spppsubr.c
3583
if (debug)
sys/net/sppp/if_spppsubr.c
3595
if (debug)
sys/net/sppp/if_spppsubr.c
3612
if (debug)
sys/net/sppp/if_spppsubr.c
3631
if (debug)
sys/net/sppp/if_spppsubr.c
3636
if (debug)
sys/net/sppp/if_spppsubr.c
3663
if (debug)
sys/net/sppp/if_spppsubr.c
3902
if (debug)
sys/net/sppp/if_spppsubr.c
3920
if (debug) {
sys/net/sppp/if_spppsubr.c
3933
if (debug) {
sys/net/sppp/if_spppsubr.c
3963
if (debug) {
sys/net/sppp/if_spppsubr.c
3992
if (debug) {
sys/net/sppp/if_spppsubr.c
4013
if (debug) {
sys/net/sppp/if_spppsubr.c
4026
if (debug)
sys/net/sppp/if_spppsubr.c
4044
if (debug) {
sys/net/sppp/if_spppsubr.c
4057
if (debug)
sys/net/sppp/if_spppsubr.c
4099
if (debug) {
sys/net/sppp/if_spppsubr.c
4152
if (debug)
sys/net/sppp/if_spppsubr.c
4207
if (debug) {
sys/net/sppp/if_spppsubr.c
4248
if (debug)
sys/net/sppp/if_spppsubr.c
4314
if (debug)
sys/net/sppp/if_spppsubr.c
4331
if (debug) {
sys/net/sppp/if_spppsubr.c
4342
if (debug) {
sys/net/sppp/if_spppsubr.c
4385
if (debug) {
sys/net/sppp/if_spppsubr.c
4421
if (debug) {
sys/net/sppp/if_spppsubr.c
4439
if (debug) {
sys/net/sppp/if_spppsubr.c
4500
if (debug)
sys/net/sppp/if_spppsubr.c
4537
if (debug)
sys/net/sppp/if_spppsubr.c
4551
if (debug)
sys/net/sppp/if_spppsubr.c
4578
if (debug)
sys/net/sppp/if_spppsubr.c
461
int debug = ifp->if_flags & IFF_DEBUG;
sys/net/sppp/if_spppsubr.c
4670
if (debug) {
sys/net/sppp/if_spppsubr.c
469
if (debug)
sys/net/sppp/if_spppsubr.c
4821
if(debug && error)
sys/net/sppp/if_spppsubr.c
4836
if (debug && error)
sys/net/sppp/if_spppsubr.c
490
if (debug)
sys/net/sppp/if_spppsubr.c
4937
if (debug && error) {
sys/net/sppp/if_spppsubr.c
500
if (debug)
sys/net/sppp/if_spppsubr.c
5134
if (debug)
sys/net/sppp/if_spppsubr.c
546
if (debug)
sys/net/sppp/if_spppsubr.c
576
if (debug)
sys/net/sppp/if_spppsubr.c
607
if (debug)
sys/net/sppp/if_spppsubr.c
639
if (debug)
sys/net/sppp/if_spppsubr.c
676
int debug = ifp->if_flags & IFF_DEBUG;
sys/net/sppp/if_spppsubr.c
800
if (debug)
sys/net/tap/if_tap.c
164
SYSCTL_INT(_net_link_tap, OID_AUTO, debug, CTLFLAG_RW, &tapdebug, 0, "");
sys/net/tun/if_tun.c
137
SYSCTL_INT(_net_link_tun, OID_AUTO, debug, CTLFLAG_RW, &tundebug, 0,
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
391
sc->debug,
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
422
sc->debug =
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
433
sc->debug;
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
666
sc->debug = NG_BT3C_WARN_LEVEL;
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_var.h
46
#define NG_BT3C_ALERT if (sc->debug >= NG_BT3C_ALERT_LEVEL) device_printf
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_var.h
47
#define NG_BT3C_ERR if (sc->debug >= NG_BT3C_ERR_LEVEL) device_printf
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_var.h
48
#define NG_BT3C_WARN if (sc->debug >= NG_BT3C_WARN_LEVEL) device_printf
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_var.h
49
#define NG_BT3C_INFO if (sc->debug >= NG_BT3C_INFO_LEVEL) device_printf
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_var.h
76
ng_bt3c_node_debug_ep debug; /* debug level */
sys/netgraph7/bluetooth/drivers/h4/ng_h4.c
168
sc->debug = NG_H4_WARN_LEVEL;
sys/netgraph7/bluetooth/drivers/h4/ng_h4.c
869
sc->debug,
sys/netgraph7/bluetooth/drivers/h4/ng_h4.c
909
sc->debug;
sys/netgraph7/bluetooth/drivers/h4/ng_h4.c
916
sc->debug =
sys/netgraph7/bluetooth/drivers/h4/ng_h4_var.h
59
#define NG_H4_ALERT if (sc->debug >= NG_H4_ALERT_LEVEL) kprintf
sys/netgraph7/bluetooth/drivers/h4/ng_h4_var.h
60
#define NG_H4_ERR if (sc->debug >= NG_H4_ERR_LEVEL) kprintf
sys/netgraph7/bluetooth/drivers/h4/ng_h4_var.h
61
#define NG_H4_WARN if (sc->debug >= NG_H4_WARN_LEVEL) kprintf
sys/netgraph7/bluetooth/drivers/h4/ng_h4_var.h
62
#define NG_H4_INFO if (sc->debug >= NG_H4_INFO_LEVEL) kprintf
sys/netgraph7/bluetooth/drivers/h4/ng_h4_var.h
74
ng_h4_node_debug_ep debug; /* Debug level */
sys/netgraph7/bluetooth/hci/ng_hci_main.c
120
unit->debug = NG_HCI_WARN_LEVEL;
sys/netgraph7/bluetooth/hci/ng_hci_main.c
367
NG_MKRESPONSE(rsp, msg, sizeof(unit->debug), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_main.c
373
*((ng_hci_node_debug_ep *)(rsp->data)) = unit->debug;
sys/netgraph7/bluetooth/hci/ng_hci_main.c
383
unit->debug = *((ng_hci_node_debug_ep *)(msg->data));
sys/netgraph7/bluetooth/hci/ng_hci_var.h
129
ng_hci_node_debug_ep debug; /* debug level */
sys/netgraph7/bluetooth/hci/ng_hci_var.h
45
#define NG_HCI_ALERT if (unit->debug >= NG_HCI_ALERT_LEVEL) kprintf
sys/netgraph7/bluetooth/hci/ng_hci_var.h
46
#define NG_HCI_ERR if (unit->debug >= NG_HCI_ERR_LEVEL) kprintf
sys/netgraph7/bluetooth/hci/ng_hci_var.h
47
#define NG_HCI_WARN if (unit->debug >= NG_HCI_WARN_LEVEL) kprintf
sys/netgraph7/bluetooth/hci/ng_hci_var.h
48
#define NG_HCI_INFO if (unit->debug >= NG_HCI_INFO_LEVEL) kprintf
sys/netgraph7/bluetooth/include/ng_btsocket.h
259
ng_l2cap_node_debug_ep debug;
sys/netgraph7/bluetooth/include/ng_btsocket.h
94
ng_hci_node_debug_ep debug;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_main.c
122
l2cap->debug = NG_L2CAP_WARN_LEVEL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_main.c
536
l2cap->debug;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_main.c
545
l2cap->debug =
sys/netgraph7/bluetooth/l2cap/ng_l2cap_var.h
47
#define NG_L2CAP_ALERT if (l2cap->debug >= NG_L2CAP_ALERT_LEVEL) kprintf
sys/netgraph7/bluetooth/l2cap/ng_l2cap_var.h
48
#define NG_L2CAP_ERR if (l2cap->debug >= NG_L2CAP_ERR_LEVEL) kprintf
sys/netgraph7/bluetooth/l2cap/ng_l2cap_var.h
49
#define NG_L2CAP_WARN if (l2cap->debug >= NG_L2CAP_WARN_LEVEL) kprintf
sys/netgraph7/bluetooth/l2cap/ng_l2cap_var.h
50
#define NG_L2CAP_INFO if (l2cap->debug >= NG_L2CAP_INFO_LEVEL) kprintf
sys/netgraph7/bluetooth/l2cap/ng_l2cap_var.h
83
ng_l2cap_node_debug_ep debug; /* debug level */
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
1126
&p->debug, sizeof(p->debug));
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
1135
NGM_HCI_NODE_SET_DEBUG, &p->debug,
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
1136
sizeof(p->debug));
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap_raw.c
865
&p->debug, sizeof(p->debug));
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap_raw.c
875
&p->debug, sizeof(p->debug));
sys/netproto/802_11/wlan/ieee80211_dragonfly.c
62
SYSCTL_INT(_net_wlan, OID_AUTO, debug, CTLFLAG_RW, &ieee80211_debug,
sys/netproto/802_11/wlan/ieee80211_scan_sta.c
1122
if (ieee80211_msg(vap, debug)) {
sys/netproto/802_11/wlan/ieee80211_scan_sta.c
1193
select_bss(struct ieee80211_scan_state *ss, struct ieee80211vap *vap, int debug)
sys/netproto/802_11/wlan/ieee80211_scan_sta.c
1198
IEEE80211_DPRINTF(vap, debug, " %s\n",
sys/netproto/802_11/wlan/ieee80211_scan_sta.c
1203
if (match_bss(vap, ss, se, debug) == 0) {
sys/netproto/802_11/wlan/ieee80211_scan_sta.c
978
int debug)
sys/vfs/autofs/autofs.c
109
SYSCTL_INT(_vfs_autofs, OID_AUTO, debug, CTLFLAG_RW, &autofs_debug, 1,
sys/vfs/devfs/devfs_core.c
2800
SYSCTL_INT(_vfs_devfs, OID_AUTO, debug, CTLFLAG_RW, &devfs_debug_enable,
sys/vfs/dirfs/dirfs.h
281
void debug(int, const char *, ...);
sys/vfs/dirfs/dirfs.h
90
debug(lvl, "%s: " fmt, __func__, ##__VA_ARGS__); \
sys/vfs/dirfs/dirfs_vfsops.c
112
debug(2, "dirfs read-write -> read-only\n");
sys/vfs/dirfs/dirfs_vfsops.c
116
debug(2, "dirfs read-only -> read-write\n");
sys/vfs/dirfs/dirfs_vfsops.c
84
SYSCTL_INT(_vfs_dirfs, OID_AUTO, debug, CTLFLAG_RW,
sys/vfs/dirfs/dirfs_vnops.c
1234
debug(1, "ncookies=%d\n", *ncookies);
sys/vfs/fuse/fuse_vfsops.c
50
SYSCTL_INT(_vfs_fuse, OID_AUTO, debug, CTLFLAG_RW, &fuse_debug, 1, "");
sys/vfs/hammer2/hammer2_vfsops.c
117
SYSCTL_INT(_vfs_hammer2, OID_AUTO, debug, CTLFLAG_RW,
sys/vfs/nfs/nfs_vfsops.c
99
SYSCTL_INT(_vfs_nfs, OID_AUTO, debug, CTLFLAG_RW, &nfs_debug, 0, "");
sys/vfs/nullfs/null_vfsops.c
65
SYSCTL_INT(_vfs_nullfs, OID_AUTO, debug, CTLFLAG_RW,
sys/vm/vm_object.h
335
#define VMOBJDEBUG(x) debug ## x
test/stress/fsx/fsx.c
1007
debug = 1;
test/stress/fsx/fsx.c
1025
debug = 1;
test/stress/fsx/fsx.c
127
int debug = 0; /* -d flag */
test/stress/fsx/fsx.c
475
(debug &&
test/stress/fsx/fsx.c
555
(debug &&
test/stress/fsx/fsx.c
632
(debug &&
test/stress/fsx/fsx.c
690
(debug &&
test/stress/fsx/fsx.c
754
(debug && (monitorstart == -1 || monitorend == -1 ||
test/stress/fsx/fsx.c
797
if (debug)
test/stress/fsx/fsx.c
833
debug = 1;
tools/regression/lib/libm/test-ctrig.c
108
debug(" testing %s(%Lg + %Lg I) ~= %Lg + %Lg I\n", #func, \
tools/regression/lib/libm/test-ctrig.c
94
debug(" testing %s(%Lg + %Lg I) == %Lg + %Lg I\n", #func, \
tools/regression/lib/libm/test-invctrig.c
77
debug(" testing %s(%Lg + %Lg I) == %Lg + %Lg I\n", #func, \
tools/regression/lib/libm/test-invctrig.c
90
debug(" testing %s(%Lg + %Lg I) ~= %Lg + %Lg I\n", #func, \
tools/tools/ath/athdebug/athdebug.c
149
u_int32_t debug, ndebug;
tools/tools/ath/athdebug/athdebug.c
174
debuglen = sizeof(debug);
tools/tools/ath/athdebug/athdebug.c
175
if (sysctlbyname(oid, &debug, &debuglen, NULL, 0) < 0)
tools/tools/ath/athdebug/athdebug.c
177
ndebug = debug;
tools/tools/ath/athdebug/athdebug.c
210
if (debug != ndebug) {
tools/tools/ath/athdebug/athdebug.c
211
printf("%s: 0x%x => ", oid, debug);
tools/tools/ath/athdebug/athdebug.c
215
debug = ndebug;
tools/tools/ath/athdebug/athdebug.c
217
printf("%s: 0x%x", oid, debug);
tools/tools/ath/athdebug/athdebug.c
220
if (debug & flags[i].bit) {
usr.bin/apply/apply.c
204
if (debug) {
usr.bin/apply/apply.c
57
int ch, debug, i, magic, n, nargs, offset, rval;
usr.bin/apply/apply.c
61
debug = 0;
usr.bin/apply/apply.c
73
debug = 1;
usr.bin/calendar/calendar.c
215
Options.debug++;
usr.bin/calendar/calendar.c
75
.debug = 0,
usr.bin/calendar/calendar.h
59
if (Options.debug) fprintf(stderr, __VA_ARGS__)
usr.bin/calendar/calendar.h
61
if (Options.debug >= 2) fprintf(stderr, __VA_ARGS__)
usr.bin/calendar/calendar.h
63
if (Options.debug >= 3) fprintf(stderr, __VA_ARGS__)
usr.bin/calendar/calendar.h
75
int debug; /* debug log level (higher means more verbose) */
usr.bin/calendar/parsedata.c
331
if (Options.debug)
usr.bin/calendar/parsedata.c
336
if (Options.debug >= 3)
usr.bin/calendar/parsedata.c
400
if (Options.debug)
usr.bin/dsynth/dsynth.h
205
int debug;
usr.bin/dsynth/mount.c
327
const char *debug;
usr.bin/dsynth/mount.c
362
debug = getbuildenv("WITH_DEBUG");
usr.bin/dsynth/mount.c
365
optstr = debug ? " -o size=128g" : " -o size=64g";
usr.bin/dsynth/mount.c
367
optstr = debug ? " -o size=32g" : " -o size=16g";
usr.bin/indent/parse.c
212
#ifdef debug
usr.bin/indent/parse.c
54
#ifdef debug
usr.bin/mail/glob.h
79
EXTERN int debug; /* Debug flag set */
usr.bin/mail/main.c
110
debug++;
usr.bin/mail/names.c
123
if (debug && comma)
usr.bin/mail/send.c
357
if (debug) {
usr.bin/mail/temp.c
81
if (debug)
usr.bin/mkcsmapper/ldef.h
38
extern int debug;
usr.bin/mkcsmapper/yacc.y
61
int debug = 0;
usr.bin/mkcsmapper/yacc.y
694
debug = 1;
usr.bin/mkesdb/yacc.y
307
debug = 1;
usr.bin/mkesdb/yacc.y
53
static int debug = 0, num_csids = 0;
usr.bin/netstat/netgraph.c
113
if (debug)
usr.bin/netstat/netgraph.c
73
int debug = 1;
usr.bin/netstat/netgraph.c
88
if (debug)
usr.bin/netstat/netgraph.c
97
if (debug)
usr.bin/patch/common.h
84
extern int debug;
usr.bin/patch/inp.c
148
if (debug & 8)
usr.bin/patch/patch.c
1044
if (debug & 256)
usr.bin/patch/patch.c
660
debug = atoi(optarg);
usr.bin/patch/patch.c
729
if (debug & 1)
usr.bin/patch/patch.c
737
if (debug & 1)
usr.bin/patch/patch.c
75
int debug = 0;
usr.bin/patch/pch.c
1191
if (debug & 2) {
usr.bin/patch/pch.c
891
if (debug & 64)
usr.bin/patch/util.c
151
if (debug & 4)
usr.bin/patch/util.c
365
if (debug & 128)
usr.bin/patch/util.c
62
if (debug & 4)
usr.bin/patch/util.c
80
if (debug & 4)
usr.bin/shlock/shlock.c
102
create_lock(const char *file, pid_t pid, int uucpstyle, int debug)
usr.bin/shlock/shlock.c
122
if (debug) {
usr.bin/shlock/shlock.c
130
if (debug)
usr.bin/shlock/shlock.c
161
if (check_lock(file, uucpstyle, debug) == 0) {
usr.bin/shlock/shlock.c
180
if (debug)
usr.bin/shlock/shlock.c
190
check_lock(const char *file, int uucpstyle, int debug)
usr.bin/shlock/shlock.c
214
if (debug)
usr.bin/shlock/shlock.c
219
if (debug)
usr.bin/shlock/shlock.c
225
if (debug)
usr.bin/shlock/shlock.c
235
if (debug)
usr.bin/shlock/shlock.c
245
if (debug)
usr.bin/shlock/shlock.c
58
int ch, debug = 0, uucpstyle = 0;
usr.bin/shlock/shlock.c
67
debug = 1;
usr.bin/shlock/shlock.c
96
return(create_lock(file, pid, uucpstyle, debug));
usr.bin/shlock/shlock.c
98
return(check_lock(file, uucpstyle, debug));
usr.bin/tsort/tsort.c
117
debug = 1;
usr.bin/tsort/tsort.c
403
if (debug) {
usr.bin/tsort/tsort.c
94
int debug, longest, quiet;
usr.bin/unifdef/unifdef.c
1003
debug("eval%ld defined missing ')'", prec(ops));
usr.bin/unifdef/unifdef.c
1007
debug("eval%ld defined unknown", prec(ops));
usr.bin/unifdef/unifdef.c
1010
debug("eval%ld defined %s", prec(ops), symname[sym]);
usr.bin/unifdef/unifdef.c
1016
debug("eval%ld symbol", prec(ops));
usr.bin/unifdef/unifdef.c
1033
debug("eval%ld bad expr", prec(ops));
usr.bin/unifdef/unifdef.c
1038
debug("eval%ld = %ld", prec(ops), *valp);
usr.bin/unifdef/unifdef.c
1053
debug("eval%ld", prec(ops));
usr.bin/unifdef/unifdef.c
1066
debug("eval%ld %s", prec(ops), op->str);
usr.bin/unifdef/unifdef.c
1074
debug("eval%ld = %ld", prec(ops), *valp);
usr.bin/unifdef/unifdef.c
1075
debug("eval%ld lt = %s", prec(ops), linetype_name[lt]);
usr.bin/unifdef/unifdef.c
1090
debug("eval %s", *cpp);
usr.bin/unifdef/unifdef.c
1093
debug("eval = %ld", val);
usr.bin/unifdef/unifdef.c
1436
debug("%s %s%c%s", why, symname[symind],
usr.bin/unifdef/unifdef.c
1495
debug("#define");
usr.bin/unifdef/unifdef.c
1502
debug("#undef");
usr.bin/unifdef/unifdef.c
1509
debug("parser line %d state %s comment %s line", linenum,
usr.bin/unifdef/unifdef.c
217
static void debug(const char *, ...) __printflike(1, 2);
usr.bin/unifdef/unifdef.c
764
debug("process line %d %s -> %s depth %d",
usr.bin/unifdef/unifdef.c
861
debug("parser line %d state %s comment %s line", linenum,
usr.bin/unifdef/unifdef.c
967
debug("eval%ld !", prec(ops));
usr.bin/unifdef/unifdef.c
978
debug("eval%ld (", prec(ops));
usr.bin/unifdef/unifdef.c
986
debug("eval%ld number", prec(ops));
usr.bin/unzip/unzip.c
1026
debug("%s%c", argv[i], (i < argc - 1) ? ' ' : '\n');
usr.bin/unzip/unzip.c
268
debug("adding pattern '%s'\n", pattern);
usr.bin/vis/vis.c
255
if (debug)
usr.bin/vis/vis.c
260
if (debug)
usr.bin/vis/vis.c
48
int debug;
usr.bin/vis/vis.c
74
debug++;
usr.bin/window/cmd.c
193
if (debug) {
usr.bin/window/cmd.c
227
if (debug && c == 'c')
usr.bin/window/cmd.c
229
else if (debug && c == 'f')
usr.bin/window/cmd.c
231
else if (debug && c == 'b')
usr.bin/window/defs.h
68
EXTERN char debug; /* debug mode */
usr.bin/window/lcmd1.c
206
v->v_num = debug;
usr.bin/window/lcmd1.c
207
debug = vtobool(a, debug, debug);
usr.bin/window/main.c
112
if (debug)
usr.bin/window/main.c
119
if (debug) {
usr.bin/window/main.c
132
if (debug || xflag)
usr.bin/window/main.c
63
debug = strcmp(getprogname(), "a.out") == 0;
usr.bin/window/main.c
86
debug = !debug;
usr.sbin/autofs/automount.c
262
int ch, debug = 0, show_maps = 0;
usr.sbin/autofs/automount.c
293
debug++;
usr.sbin/autofs/automount.c
307
log_init(debug);
usr.sbin/autofs/automountd.c
428
int ch, debug = 0, error, maxproc = 30, retval, saved_errno;
usr.sbin/autofs/automountd.c
443
debug++;
usr.sbin/autofs/automountd.c
447
debug++;
usr.sbin/autofs/automountd.c
459
debug++;
usr.sbin/autofs/automountd.c
470
log_init(debug);
usr.sbin/autofs/autounmountd.c
269
int ch, debug = 0, error, kq;
usr.sbin/autofs/autounmountd.c
277
debug++;
usr.sbin/autofs/autounmountd.c
286
debug++;
usr.sbin/autofs/autounmountd.c
302
log_init(debug);
usr.sbin/bootparamd/bootparamd/bootparamd.c
104
if (debug) warnx("whoami failed");
usr.sbin/bootparamd/bootparamd/bootparamd.c
116
if (debug)
usr.sbin/bootparamd/bootparamd/bootparamd.c
153
if (debug)
usr.sbin/bootparamd/bootparamd/bootparamd.c
170
if (debug) warnx("getfile failed for %s", getfile->client_name);
usr.sbin/bootparamd/bootparamd/bootparamd.c
214
if (debug) warn("NIS");
usr.sbin/bootparamd/bootparamd/bootparamd.c
30
extern int debug, dolog;
usr.sbin/bootparamd/bootparamd/bootparamd.c
320
if (debug) warn("NIS");
usr.sbin/bootparamd/bootparamd/bootparamd.c
51
if (debug)
usr.sbin/bootparamd/bootparamd/bootparamd.c
69
if (debug) warnx("this is host %s", he->h_name);
usr.sbin/bootparamd/bootparamd/bootparamd.c
84
if (debug) fprintf(stderr,
usr.sbin/bootparamd/bootparamd/main.c
32
int debug = 0;
usr.sbin/bootparamd/bootparamd/main.c
52
debug = 1;
usr.sbin/bootparamd/bootparamd/main.c
91
if (!debug) {
usr.sbin/inetd/builtins.c
430
if (debug)
usr.sbin/inetd/builtins.c
682
if (debug)
usr.sbin/inetd/builtins.c
775
if (debug)
usr.sbin/inetd/inetd.c
1009
if (debug)
usr.sbin/inetd/inetd.c
1013
if (debug)
usr.sbin/inetd/inetd.c
1104
if (debug)
usr.sbin/inetd/inetd.c
1131
if (debug)
usr.sbin/inetd/inetd.c
1164
if (debug)
usr.sbin/inetd/inetd.c
1213
if (debug)
usr.sbin/inetd/inetd.c
1256
if (debug)
usr.sbin/inetd/inetd.c
1269
if (debug) {
usr.sbin/inetd/inetd.c
1338
if (debug)
usr.sbin/inetd/inetd.c
1367
if (debug)
usr.sbin/inetd/inetd.c
1661
if (debug)
usr.sbin/inetd/inetd.c
222
int debug = 0;
usr.sbin/inetd/inetd.c
325
debug = 1;
usr.sbin/inetd/inetd.c
436
if (debug == 0) {
usr.sbin/inetd/inetd.c
535
if (debug)
usr.sbin/inetd/inetd.c
553
if (debug)
usr.sbin/inetd/inetd.c
562
if (debug)
usr.sbin/inetd/inetd.c
720
if (debug)
usr.sbin/inetd/inetd.c
884
if (debug)
usr.sbin/inetd/inetd.h
132
extern int debug;
usr.sbin/makefs/cd9660.c
358
if (debug & DEBUG_FS_PARSE_OPTS)
usr.sbin/makefs/ffs.c
1010
if (debug & DEBUG_FS_WRITE_FILE_BLOCK)
usr.sbin/makefs/ffs.c
1096
if (debug & DEBUG_FS_MAKE_DIRBUF)
usr.sbin/makefs/ffs.c
1105
if (debug & DEBUG_FS_MAKE_DIRBUF)
usr.sbin/makefs/ffs.c
1154
if (debug & DEBUG_FS_WRITE_INODE)
usr.sbin/makefs/ffs.c
242
if (debug & DEBUG_FS_PARSE_OPTS)
usr.sbin/makefs/ffs.c
281
if (debug & DEBUG_FS_MAKEFS)
usr.sbin/makefs/ffs.c
306
if (debug & DEBUG_FS_MAKEFS)
usr.sbin/makefs/ffs.c
317
if (debug & DEBUG_FS_MAKEFS)
usr.sbin/makefs/ffs.c
354
if (debug & DEBUG_FS_VALIDATE) {
usr.sbin/makefs/ffs.c
400
if (debug & DEBUG_FS_VALIDATE)
usr.sbin/makefs/ffs.c
459
if (debug & DEBUG_FS_VALIDATE) {
usr.sbin/makefs/ffs.c
550
if (debug & DEBUG_FS_CREATE_IMAGE)
usr.sbin/makefs/ffs.c
578
if (debug & DEBUG_FS_CREATE_IMAGE)
usr.sbin/makefs/ffs.c
590
if (debug & DEBUG_FS_CREATE_IMAGE) {
usr.sbin/makefs/ffs.c
627
if (debug & DEBUG_FS_SIZE_DIR)
usr.sbin/makefs/ffs.c
634
if (debug & DEBUG_FS_SIZE_DIR_ADD_DIRENT) \
usr.sbin/makefs/ffs.c
640
if (debug & DEBUG_FS_SIZE_DIR_ADD_DIRENT) \
usr.sbin/makefs/ffs.c
669
if (debug & DEBUG_FS_SIZE_DIR_NODE)
usr.sbin/makefs/ffs.c
695
if (debug & DEBUG_FS_SIZE_DIR)
usr.sbin/makefs/ffs.c
826
if (debug & DEBUG_FS_POPULATE)
usr.sbin/makefs/ffs.c
858
if (debug & DEBUG_FS_POPULATE_DIRBUF)
usr.sbin/makefs/ffs.c
864
if (debug & DEBUG_FS_POPULATE)
usr.sbin/makefs/ffs.c
890
if (debug & DEBUG_FS_POPULATE_NODE) {
usr.sbin/makefs/ffs.c
912
if (debug & DEBUG_FS_POPULATE)
usr.sbin/makefs/ffs.c
924
if (debug & DEBUG_FS_POPULATE)
usr.sbin/makefs/ffs.c
959
if (debug & DEBUG_FS_WRITE_FILE) {
usr.sbin/makefs/ffs/buf.c
139
if (debug & DEBUG_BUF_BWRITE)
usr.sbin/makefs/ffs/buf.c
148
if (debug & DEBUG_BUF_BWRITE)
usr.sbin/makefs/ffs/buf.c
204
if (debug & DEBUG_BUF_GETBLK)
usr.sbin/makefs/ffs/buf.c
209
if (debug & DEBUG_BUF_GETBLK)
usr.sbin/makefs/ffs/buf.c
69
if (debug & DEBUG_BUF_BREAD)
usr.sbin/makefs/ffs/buf.c
74
if (debug & DEBUG_BUF_BREAD)
usr.sbin/makefs/ffs/buf.c
82
if (debug & DEBUG_BUF_BREAD)
usr.sbin/makefs/hammer2.c
1000
if (debug & DEBUG_FS_SIZE_DIR)
usr.sbin/makefs/hammer2.c
1009
if (debug & DEBUG_FS_POPULATE) {
usr.sbin/makefs/hammer2.c
161
if (debug & DEBUG_FS_PARSE_OPTS)
usr.sbin/makefs/hammer2.c
309
if (debug & DEBUG_FS_MAKEFS)
usr.sbin/makefs/hammer2.c
332
if (debug & DEBUG_FS_MAKEFS)
usr.sbin/makefs/hammer2.c
704
if (debug & DEBUG_FS_VALIDATE) {
usr.sbin/makefs/hammer2.c
762
if (debug & DEBUG_FS_VALIDATE) {
usr.sbin/makefs/hammer2.c
904
if (debug & DEBUG_FS_CREATE_IMAGE)
usr.sbin/makefs/hammer2.c
933
if (debug & DEBUG_FS_CREATE_IMAGE)
usr.sbin/makefs/hammer2.c
970
if (debug & DEBUG_FS_SIZE_DIR)
usr.sbin/makefs/hammer2.c
980
if (debug & DEBUG_FS_SIZE_DIR_NODE)
usr.sbin/makefs/hammer2/hammer2_buf.c
84
if (debug & DEBUG_BUF_BREAD)
usr.sbin/makefs/hammer2/hammer2_buf.c
94
if (debug)
usr.sbin/makefs/hammer2/hammer2_vfsops.c
125
SYSCTL_INT(_vfs_hammer2, OID_AUTO, debug, CTLFLAG_RW,
usr.sbin/makefs/makefs.c
106
debug = 0;
usr.sbin/makefs/makefs.c
171
debug = strtoll(optarg, NULL, 0);
usr.sbin/makefs/makefs.c
280
if (debug) {
usr.sbin/makefs/makefs.c
281
printf("debug mask: 0x%08x\n", debug);
usr.sbin/makefs/makefs.c
345
if (debug & DEBUG_DUMP_FSNODES) {
usr.sbin/makefs/makefs.c
83
u_int debug;
usr.sbin/makefs/makefs.h
192
extern u_int debug;
usr.sbin/makefs/makefs.h
235
if (debug & DEBUG_TIME) \
usr.sbin/makefs/makefs.h
239
if (debug & DEBUG_TIME) { \
usr.sbin/makefs/msdos.c
123
if (debug & DEBUG_FS_PARSE_OPTS)
usr.sbin/makefs/msdos.c
192
if (debug & DEBUG_FS_MAKEFS)
usr.sbin/makefs/msdos.c
205
if (debug & DEBUG_FS_MAKEFS)
usr.sbin/makefs/msdos.c
209
if (debug & DEBUG_FS_MAKEFS)
usr.sbin/makefs/msdos.h
39
if (debug & DEBUG_MSDOSFS) \
usr.sbin/makefs/walk.c
123
if (debug & DEBUG_WALK_DIR_NODE)
usr.sbin/makefs/walk.c
132
if (debug & DEBUG_WALK_DIR_NODE)
usr.sbin/makefs/walk.c
152
if (debug & DEBUG_WALK_DIR_NODE)
usr.sbin/makefs/walk.c
194
if (debug & DEBUG_WALK_DIR_LINKCHECK)
usr.sbin/makefs/walk.c
318
if (debug & DEBUG_APPLY_SPECFILE)
usr.sbin/makefs/walk.c
352
if (debug & DEBUG_APPLY_SPECFILE)
usr.sbin/makefs/walk.c
380
if (debug & DEBUG_APPLY_SPECONLY) {
usr.sbin/makefs/walk.c
391
if (debug & DEBUG_APPLY_SPECENTRY)
usr.sbin/makefs/walk.c
397
if (debug & DEBUG_APPLY_SPECENTRY)
usr.sbin/makefs/walk.c
434
if (debug & DEBUG_APPLY_SPECFILE)
usr.sbin/makefs/walk.c
488
if (debug & DEBUG_APPLY_SPECENTRY)
usr.sbin/makefs/walk.c
492
if (debug & DEBUG_APPLY_SPECENTRY) \
usr.sbin/makefs/walk.c
575
if (debug & DEBUG_DUMP_FSNODES_VERBOSE)
usr.sbin/makefs/walk.c
93
if (debug & DEBUG_WALK_DIR)
usr.sbin/mfiutil/mfi_config.c
1211
MFI_COMMAND(top, debug, debug_config);
usr.sbin/moused/moused.c
1000
debug("[BUTTON2] flags:%08x buttons:%08x obuttons:%08x",
usr.sbin/moused/moused.c
1003
debug("[NOTBUTTON2] flags:%08x buttons:%08x obuttons:%08x",
usr.sbin/moused/moused.c
1013
debug("DONE WITH SCROLLING / %d", scroll_state);
usr.sbin/moused/moused.c
1040
debug("flags:%08x buttons:%08x obuttons:%08x", action.flags,
usr.sbin/moused/moused.c
1050
debug("activity : buttons 0x%08x dx %d dy %d dz %d",
usr.sbin/moused/moused.c
1065
debug("SCROLL: %d", scroll_movement);
usr.sbin/moused/moused.c
1094
if (debug < 2)
usr.sbin/moused/moused.c
1103
if (debug < 2)
usr.sbin/moused/moused.c
1116
debug("activity : buttons 0x%08x dx %d dy %d dz %d",
usr.sbin/moused/moused.c
1125
if (debug < 2)
usr.sbin/moused/moused.c
113
if (debug && nodaemon) \
usr.sbin/moused/moused.c
1327
debug("PnP serial mouse: '%*.*s' '%*.*s' '%*.*s'",
usr.sbin/moused/moused.c
1358
debug("proto params: %02x %02x %02x %02x %d %02x %02x",
usr.sbin/moused/moused.c
1530
debug("%c", c);
usr.sbin/moused/moused.c
1583
debug("%s\n", buf);
usr.sbin/moused/moused.c
159
int debug = 0;
usr.sbin/moused/moused.c
1594
debug("%c", c);
usr.sbin/moused/moused.c
1696
debug("received char 0x%x",(int)rBuf);
usr.sbin/moused/moused.c
1841
debug("assembled full packet (len %d) %x,%x,%x,%x,%x,%x,%x,%x",
usr.sbin/moused/moused.c
2036
debug("unknown PS2++ packet type %d: 0x%02x 0x%02x 0x%02x\n",
usr.sbin/moused/moused.c
2162
if (debug > 2)
usr.sbin/moused/moused.c
2163
debug("state:%d, trans:%d -> state:%d",
usr.sbin/moused/moused.c
2346
debug("tv: %ld %ld", tv.tv_sec, tv.tv_usec);
usr.sbin/moused/moused.c
2358
debug(" : %ld %ld",
usr.sbin/moused/moused.c
2377
debug("button %d timeout", i + 1);
usr.sbin/moused/moused.c
2419
debug("mstate[%d]->count:%d", i, mstate[i]->count);
usr.sbin/moused/moused.c
2429
if (debug < 2)
usr.sbin/moused/moused.c
2431
debug("button %d count %d", i + 1, mouse.u.event.value);
usr.sbin/moused/moused.c
2584
debug("PnP COM device rev 1.0 probe...");
usr.sbin/moused/moused.c
2600
debug("modem status 0%o", i);
usr.sbin/moused/moused.c
2625
debug("pnpwakeup1(): valid response in first phase.");
usr.sbin/moused/moused.c
2646
debug("pnpwakeup1(): valid response in second phase.");
usr.sbin/moused/moused.c
2663
debug("alternate probe...");
usr.sbin/moused/moused.c
2685
debug("pnpwakeup2(): valid response.");
usr.sbin/moused/moused.c
2721
debug("begin-id %02x", c);
usr.sbin/moused/moused.c
2725
debug("%c %02x", c, c);
usr.sbin/moused/moused.c
2754
debug("len:%d, '%-*.*s'", i, i, i, buf);
usr.sbin/moused/moused.c
2805
debug("non-PnP mouse '%c'", buf[0]);
usr.sbin/moused/moused.c
2820
debug("PnP ID string: '%*.*s'", len, len, buf);
usr.sbin/moused/moused.c
2826
debug("PnP rev %d.%02d", id->revision / 100, id->revision % 100);
usr.sbin/moused/moused.c
2896
debug("PnP checksum: 0x%X", sum);
usr.sbin/moused/moused.c
3110
debug("remote client connect...accepted");
usr.sbin/moused/moused.c
3114
debug("another remote client connect...disconnected");
usr.sbin/moused/moused.c
3119
debug("remote client disconnected");
usr.sbin/moused/moused.c
558
++debug;
usr.sbin/moused/moused.c
652
debug("optind: %d, optarg: '%s'", optind, optarg);
usr.sbin/moused/moused.c
708
debug("rodent baudrate %d", rodent.baudrate);
usr.sbin/moused/moused.c
816
debug("port: %s interface: %s type: %s model: %s",
usr.sbin/moused/moused.c
964
if (debug > 2)
usr.sbin/moused/moused.c
965
debug("flags:%08x buttons:%08x obuttons:%08x",
usr.sbin/moused/moused.c
998
debug("PREPARING TO SCROLL");
usr.sbin/mpsutil/mps_debug.c
190
MPS_COMMAND(debug, dumpreqs, debug_dumpreqs, "", "Dump the active request queue")
usr.sbin/mpsutil/mps_debug.c
46
MPS_TABLE(top, debug);
usr.sbin/mptutil/mpt_config.c
1169
MPT_COMMAND(top, debug, debug_config);
usr.sbin/pfctl/parse.y
5426
if (debug > 1)
usr.sbin/pfctl/parse.y
5430
if (debug > 1)
usr.sbin/pfctl/parse.y
67
static int debug = 0;
usr.sbin/pfctl/pfctl.c
1578
pf->debug = PF_DEBUG_URGENT;
usr.sbin/pfctl/pfctl.c
1622
if (pfctl_load_debug(pf, pf->debug))
usr.sbin/pfctl/pfctl.c
1830
pf->debug = PF_DEBUG_NONE;
usr.sbin/pfctl/pfctl.c
1832
pf->debug = PF_DEBUG_URGENT;
usr.sbin/pfctl/pfctl.c
1834
pf->debug = PF_DEBUG_MISC;
usr.sbin/pfctl/pfctl.c
1836
pf->debug = PF_DEBUG_NOISY;
usr.sbin/pfctl/pfctl_parser.c
500
switch (s->debug) {
usr.sbin/pfctl/pfctl_parser.h
92
u_int32_t debug;
usr.sbin/pfctl/pfctl_table.c
365
print_table(const struct pfr_table *ta, int verbose, int debug)
usr.sbin/pfctl/pfctl_table.c
367
if (!debug && !(ta->pfrt_flags & PFR_TFLAG_ACTIVE))
usr.sbin/pfctl/pfctl_table.c
387
print_tstats(const struct pfr_tstats *ts, int debug)
usr.sbin/pfctl/pfctl_table.c
392
if (!debug && !(ts->pfrts_flags & PFR_TFLAG_ACTIVE))
usr.sbin/pfctl/pfctl_table.c
394
print_table(&ts->pfrts_t, 1, debug);
usr.sbin/rmt/rmt.c
58
FILE *debug;
usr.sbin/rmt/rmt.c
59
#define DEBUG(f) if (debug) fprintf(debug, f)
usr.sbin/rmt/rmt.c
60
#define DEBUG1(f,a) if (debug) fprintf(debug, f, a)
usr.sbin/rmt/rmt.c
61
#define DEBUG2(f,a1,a2) if (debug) fprintf(debug, f, a1, a2)
usr.sbin/rmt/rmt.c
76
debug = fopen(*argv, "w");
usr.sbin/rmt/rmt.c
77
if (debug == NULL)
usr.sbin/rmt/rmt.c
79
setbuf(debug, NULL);
usr.sbin/rpc.statd/file.c
233
if (debug) syslog (LOG_DEBUG, "Sending SM_NOTIFY to host %s from %s", hostname, our_hostname);
usr.sbin/rpc.statd/procs.c
185
if (debug)
usr.sbin/rpc.statd/procs.c
225
if (debug)
usr.sbin/rpc.statd/procs.c
264
if (debug) syslog(LOG_DEBUG, "simu_crash called!!");
usr.sbin/rpc.statd/procs.c
312
if (debug) syslog(LOG_DEBUG, "notify from host %s, new state %d",
usr.sbin/rpc.statd/procs.c
58
if (debug) syslog(LOG_DEBUG, "stat called for host %s", arg->mon_name);
usr.sbin/rpc.statd/procs.c
87
if (debug)
usr.sbin/rpc.statd/statd.c
127
if (debug) syslog(LOG_DEBUG, "Child %d exited OK", pid);
usr.sbin/rpc.statd/statd.c
51
int debug = 0; /* Controls syslog() calls for debug messages */
usr.sbin/rpc.statd/statd.c
66
debug = 1;
usr.sbin/rpc.statd/statd.c
83
if (debug) syslog(LOG_INFO, "Starting - debug enabled");
usr.sbin/rpc.statd/statd.h
103
extern int debug; /* =1 to enable diagnostics to syslog */
usr.sbin/rpc.yppasswdd/yppasswdd_main.c
174
debug = 1;
usr.sbin/rpc.yppasswdd/yppasswdd_main.c
251
debug = 0;
usr.sbin/rpc.yppasswdd/yppasswdd_main.c
263
if (!debug && _rpcpmstart == 0) {
usr.sbin/rpc.yppasswdd/yppasswdd_main.c
83
int debug;
usr.sbin/rpc.ypupdated/ypupdated_main.c
76
int debug;
usr.sbin/rpc.ypxfrd/ypxfrd_main.c
78
int debug;
usr.sbin/rrenumd/rrenumd.c
441
flags.debug = 1;
usr.sbin/rrenumd/rrenumd.c
454
if (flags.debug == 0)
usr.sbin/rrenumd/rrenumd.c
456
if (flags.debug == 1)
usr.sbin/rrenumd/rrenumd.c
72
u_long debug : 1;
usr.sbin/sensorsd/sensorsd.c
121
debug = 1;
usr.sbin/sensorsd/sensorsd.c
142
if (debug == 0 && daemon(0, 0) == -1)
usr.sbin/sensorsd/sensorsd.c
97
static int debug = 0;
usr.sbin/wlandebug/wlandebug.c
157
u_int32_t debug, ndebug;
usr.sbin/wlandebug/wlandebug.c
178
debuglen = sizeof(debug);
usr.sbin/wlandebug/wlandebug.c
179
if (sysctlbyname(oid, &debug, &debuglen, NULL, 0) < 0)
usr.sbin/wlandebug/wlandebug.c
181
ndebug = debug;
usr.sbin/wlandebug/wlandebug.c
215
if (debug != ndebug) {
usr.sbin/wlandebug/wlandebug.c
216
printf("%s: 0x%x => ", oid, debug);
usr.sbin/wlandebug/wlandebug.c
220
debug = ndebug;
usr.sbin/wlandebug/wlandebug.c
222
printf("%s: 0x%x", oid, debug);
usr.sbin/wlandebug/wlandebug.c
225
if (debug & flags[i].bit) {
usr.sbin/yp_mkdb/yp_mkdb.c
54
int debug = 1;
usr.sbin/yppush/yppush_main.c
56
int debug = 1;
usr.sbin/ypserv/yp_access.c
233
if (debug) {
usr.sbin/ypserv/yp_dnslookup.c
274
if (debug)
usr.sbin/ypserv/yp_dnslookup.c
355
if (debug)
usr.sbin/ypserv/yp_dnslookup.c
383
if (debug)
usr.sbin/ypserv/yp_dnslookup.c
457
if (debug)
usr.sbin/ypserv/yp_dnslookup.c
518
if (debug)
usr.sbin/ypserv/yp_dnslookup.c
545
if (debug)
usr.sbin/ypserv/yp_error.c
53
if (debug && !_rpcpmstart) {
usr.sbin/ypserv/yp_extern.h
64
extern int debug;
usr.sbin/ypserv/yp_main.c
249
debug = ypdb_debug = 1;
usr.sbin/ypserv/yp_main.c
289
if (!debug) {
usr.sbin/ypserv/yp_main.c
82
int debug = 0;
usr.sbin/ypserv/yp_main.c
99
if (debug) {
usr.sbin/ypserv/yp_server.c
178
if (debug)
usr.sbin/ypserv/yp_server.c
376
if (debug) {
usr.sbin/ypserv/yp_server.c
527
if (!debug) {
usr.sbin/ypserv/yp_server.c
715
if (debug)