HomeSort by: relevance | last modified time | path
    Searched refs:debug (Results 1 - 25 of 588) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/hpcmips/include/
debug.h 1 /* $NetBSD: debug.h,v 1.1 2002/01/29 18:53:05 uch Exp $ */
3 #include <hpc/include/debug.h>
  /src/distrib/syspkg/sets/base/base-debug-bin/
Makefile 3 PKGBASE=base-debug-bin
  /src/distrib/syspkg/sets/comp/comp-debug-bin/
Makefile 3 PKGBASE=comp-debug-bin
  /src/distrib/syspkg/sets/comp/comp-debug-catman/
Makefile 3 PKGBASE=comp-debug-catman
  /src/distrib/syspkg/sets/comp/comp-debug-man/
Makefile 3 PKGBASE=comp-debug-man
  /src/distrib/syspkg/sets/comp/comp-debug-sbin/
Makefile 3 PKGBASE=comp-debug-sbin
  /src/distrib/syspkg/sets/man/man-debug-catman/
Makefile 3 PKGBASE=man-debug-catman
  /src/distrib/syspkg/sets/man/man-debug-info/
Makefile 3 PKGBASE=man-debug-info
  /src/distrib/syspkg/sets/man/man-debug-man/
Makefile 3 PKGBASE=man-debug-man
  /src/tests/usr.bin/xlint/lint1/
msg_316.c 10 void debug(void) function
  /src/usr.bin/make/unit-tests/
opt-debug.mk 1 # $NetBSD: opt-debug.mk,v 1.5 2020/10/05 19:27:48 rillig Exp $
3 # Tests for the -d command line option, which controls debug logging.
5 # Enable debug logging for the variables (var.c).
10 # Disable all debug logging again.
opt-debug-parse.exp 1 Parsing opt-debug-parse.mk:16: .for var in value
2 Parse_PushInput: .for loop in opt-debug-parse.mk:16
3 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-parse.mk'
4 Parsing opt-debug-parse.mk:21: .info trace with multi-line .for loop head
5 make: opt-debug-parse.mk:21: trace with multi-line .for loop head
6 in .for loop from opt-debug-parse.mk:16 with var = value
7 ParseEOF: returning to opt-debug-parse.mk:23
8 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-parse.mk'
9 Parsing opt-debug-parse.mk:26: .include "/dev/null"
12 SetFilenameVars: ${.INCLUDEDFROMDIR} = <some-dir> ${.INCLUDEDFROMFILE} = `opt-debug-parse.mk
    [all...]
opt-debug-lint.exp 1 make: opt-debug-lint.mk:20: Variable "X" is undefined
2 make: opt-debug-lint.mk:43: Variable "UNDEF" is undefined
3 make: opt-debug-lint.mk:65: Missing delimiter ":" after modifier "L"
5 make: opt-debug-lint.mk:65: Missing delimiter ":" after modifier "P"
7 make: opt-debug-lint.mk:74: Unknown modifier ":${"
opt-debug-file.exp 1 make: opt-debug-file.mk:54: This goes to stdout only, once.
2 make: opt-debug-file.mk:57: This goes to stderr only, once.
3 make: opt-debug-file.mk:60: This goes to stderr, and in addition to the debug log.
4 CondParser_Eval: ${:!cat opt-debug-file.debuglog!:Maddition:[#]} != 1
8 make: Unterminated quoted string [make 'This goes to stderr, and in addition to the debug log.]
9 CondParser_Eval: ${:!cat opt-debug-file.debuglog!:MUnterminated:[#]} != 1
11 Cannot open debug file "/nonexistent-6f21c672-a22d-4ef7/opt-debug-file.debuglog"
  /src/libexec/httpd/debug/
Makefile 3 # build a debug bozohttpd
4 PROG= bozohttpd-debug
  /src/usr.bin/scmdctl/
common.c 59 int common_clear(struct function_block *fb, int fd, bool debug)
61 return (*(fb->func_clear))(fd, debug);
65 common_identify(struct function_block *fb, int fd, bool debug, int a_module, struct scmd_identify_response *r)
70 err = (*(fb->func_clear))(fd, debug);
72 err = (*(fb->func_phy_read))(fd, debug, a_module, SCMD_REG_ID, SCMD_REG_ID, &b);
75 err = (*(fb->func_phy_read))(fd, debug, a_module, SCMD_REG_FID, SCMD_REG_FID, &b);
78 err = (*(fb->func_phy_read))(fd, debug, a_module, SCMD_REG_CONFIG_BITS, SCMD_REG_CONFIG_BITS, &b);
81 err = (*(fb->func_phy_read))(fd, debug, a_module, SCMD_REG_SLAVE_ADDR, SCMD_REG_SLAVE_ADDR, &b);
89 int common_diag(struct function_block *fb, int fd, bool debug, int a_module, struct scmd_diag_response *r)
94 err = (*(fb->func_clear))(fd, debug);
    [all...]
i2cspi.c 53 i2cspi_phy_read_register(int fd, bool debug, uint8_t reg, int rlen, uint8_t *buf)
71 if (debug)
78 i2cspi_phy_write_register(int fd, bool debug, uint8_t reg, uint8_t buf)
93 if (debug)
100 i2cspi_clear(int fd, bool debug)
106 i2cspi_read_register(int fd, bool debug, int a_module, uint8_t reg, uint8_t reg_end, uint8_t *r)
115 if (debug)
118 return i2cspi_phy_read_register(fd, debug, reg + (SCMD_REG_SIZE * a_module), reg_end - reg + 1, r);
122 i2cspi_write_register(int fd, bool debug, int a_module, uint8_t reg, uint8_t reg_v)
129 err = i2cspi_phy_write_register(fd, debug, reg + (SCMD_REG_SIZE * a_module), reg_v)
    [all...]
  /src/sys/arch/sun68k/stand/bootxx/
conf.c 11 #ifdef DEBUG
12 int debug; variable
13 #endif /* DEBUG */
  /src/sys/arch/sun68k/stand/bootyy/
conf.c 11 #ifdef DEBUG
12 int debug; variable
13 #endif /* DEBUG */
  /src/sys/arch/zaurus/stand/zboot/
crt0.c 34 int debug = 1; variable
  /src/usr.bin/mkcsmapper/
ldef.h 36 extern int debug;
  /src/libexec/ld.elf_so/
debug.c 1 /* $NetBSD: debug.c,v 1.6 2004/10/22 05:39:56 skrll Exp $ */
40 __RCSID("$NetBSD: debug.c,v 1.6 2004/10/22 05:39:56 skrll Exp $");
45 #include "debug.h"
48 #ifdef DEBUG
49 int debug = 0; variable
55 if (debug) {
  /src/sys/arch/pmax/stand/common/
common.h 33 extern int debug; /* only used for network debugging for now */
  /src/usr.sbin/bootp/bootpd/
syslog.conf 15 #*.err;kern.debug;auth.notice;user.none /dev/console
16 kern.debug;user,mail.crit;auth.notice /dev/console
19 #*.err;kern.debug;daemon,auth.notice;mail.crit;user.none /var/adm/messages
20 kern.debug;user,mail.crit;auth.notice /var/adm/messages
23 lpr.debug /var/adm/lpd-errs
39 mail.debug ifdef(`LOGHOST', /var/log/syslog, @loghost)
62 local2.debug /dev/console
63 #local2.debug /var/log/local2
  /src/tests/libexec/ld.elf_so/
t_rtld_r_debug.c 96 const struct r_debug *debug = NULL; local
104 debug = (const void *)*(Elf_Addr *)dynp->d_un.d_ptr;
108 debug = (const void *)*(Elf_Addr *)((Elf_Addr)dynp +
114 debug = (void *)dynp->d_un.d_val;
119 ATF_REQUIRE(debug != NULL);
121 return debug;
127 const struct r_debug *debug; local
133 debug = get_rtld_r_debug();
134 ATF_REQUIRE(debug != NULL);
135 ATF_CHECK_EQ_MSG(debug->r_version, R_DEBUG_VERSION
    [all...]

Completed in 372 milliseconds

1 2 3 4 5 6 7 8 91011>>