Searched refs:logging (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11-stable/tools/bus_space/examples/
H A Dam79c900_diag.py49 import logging
120 logging.basicConfig(level=logging.DEBUG)
123 logging.debug('pcicfg=%s (%s)' % (pcicfg, dev))
128 logging.error('Not an AMD PCnet-PCI (vendor=%x, device=%x)' %
134 logging.info('enabling I/O port decoding')
139 logging.info('enabling bus mastering')
146 logging.debug('io=%s (%s)' % (io, dev))
209 logging.info('ethernet address = ' + MACFMT % mac)
220 logging
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestProbeDescription.java30 import java.util.logging.*;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-qrcode.py12 import logging namespace
112 parser.add_argument('-d', const=logging.DEBUG, default=logging.INFO,
122 logging.basicConfig(level=args.loglevel)
H A Dwps-nfc.py21 import logging namespace
441 parser.add_argument('-d', const=logging.DEBUG, default=logging.INFO,
444 parser.add_argument('-q', const=logging.WARNING, action='store_const',
481 logging.basicConfig(level=args.loglevel)
H A Dp2p-nfc.py21 import logging namespace
542 parser.add_argument('-d', const=logging.DEBUG, default=logging.INFO,
545 parser.add_argument('-q', const=logging.WARNING, action='store_const',
582 logging.basicConfig(level=args.loglevel)
/freebsd-11-stable/libexec/fingerd/
H A Dfingerd.c74 int p[2], debug, kflag, logging, pflag, secure; local
80 debug = logging = kflag = pflag = secure = 0;
92 logging = 1;
120 if (!debug && (logging || pflag)) {
131 if (logging) {
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py19 import logging namespace
271 parser.add_argument('-d', const=logging.DEBUG, default=logging.INFO,
274 parser.add_argument('-q', const=logging.WARNING, action='store_const',
303 logging.basicConfig(level=args.loglevel)
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h133 extern int logging;
H A Dftpd.c70 int logging; variable
118 if (logging > 1) \
122 if (logging > 1) \
127 if (logging > 1) { \
219 { NULL, 'l', arg_counter, &logging, "log more stuff", "" },
335 * LOG_NDELAY sets up the logging connection immediately,
521 if (!askpasswd && logging) {
550 if (logging) {
571 if (logging)
772 if (logging) {
[all...]
H A Dftpcmd.y1111 if (logging)
/freebsd-11-stable/libexec/ftpd/
H A Dextern.h82 extern int logging;
H A Dftpd.c121 int logging; variable
280 * more reason in logging to syslog.
286 * LOG_NDELAY sets up the logging connection immediately,
339 logging++; /* > 1 == extra logging */
1032 if (!askpasswd && logging)
1055 if (logging)
1063 if (logging)
1420 if (logging) {
1505 /* Disable wtmp logging whe
[all...]
/freebsd-11-stable/crypto/heimdal/appl/gssmask/
H A Dgssmask.c52 krb5_storage *logging; member in struct:client
84 if (c->logging) {
85 if (krb5_store_int32(c->logging, eLogInfo) != 0)
87 if (krb5_store_string(c->logging, file) != 0)
89 if (krb5_store_int32(c->logging, lineno) != 0)
91 if (krb5_store_string(c->logging, message) != 0)
93 if (krb5_ret_int32(c->logging, &ackid) != 0)
691 "logging port on peer is: %d", (int)portnum);
707 if (c->logging)
708 krb5_storage_free(c->logging);
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Deapol_test.py10 import logging namespace
16 logger = logging.getLogger()
/freebsd-11-stable/libexec/tftpd/
H A Dtftpd.c97 static int logging; variable
157 logging = 1;
544 if (logging) {
608 if (logging)
/freebsd-11-stable/sys/kern/
H A Dkern_acct.c316 acct_disable(struct thread *td, int logging) argument
328 if (logging)
/freebsd-11-stable/crypto/openssh/contrib/
H A Dssh-copy-id311 Now try logging into the machine, with: "ssh $SSH_OPTS"
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_arm.S92 @ But before the logging part of XRay is ready, we pretend that here a
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec135 SSH (Secure SHell) is a program for logging into and executing
150 OpenSSH is a free version of SSH (Secure SHell), a program for logging
156 OpenSSH is a free version of SSH (Secure SHell), a program for logging
163 OpenSSH is a free version of SSH (Secure SHell), a program for logging
168 OpenSSH is a free version of SSH (Secure SHell), a program for logging
/freebsd-11-stable/gnu/usr.bin/gdb/libgdb/
H A DMakefile19 cli-cmds.c cli-decode.c cli-dump.c cli-interp.c cli-logging.c \
/freebsd-11-stable/contrib/subversion/
H A Dwin-tests.py34 import logging namespace
82 print(" --httpd-no-log : Disable httpd logging")
206 log_level = logging.DEBUG
276 log_level = getattr(logging, val, None) or int(val)
/freebsd-11-stable/sys/security/mac_bsdextended/
H A Dmac_bsdextended.c99 * This is just used for logging purposes, eventually we would like to log
103 SYSCTL_INT(_security_mac_bsdextended, OID_AUTO, logging, CTLFLAG_RW,
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec51 Ssh (Secure Shell) is a program for logging into a remote machine and for
65 Ssh (Secure Shell) is a program for logging into a remote machine and for
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in415 -l Specify the syslog(3) facility for logging
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java31 import java.util.logging.*;

Completed in 242 milliseconds

12