/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 in typeref:typename:void
|
/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-all.mk | 1 # $NetBSD: opt-debug-all.mk,v 1.1 2020/09/05 06:20:51 rillig Exp $ 3 # Tests for the -dA command line option, which enables all debug options 4 # except for -dL (lint), since that option is not related to debug logging
|
opt-debug-archive.mk | 1 # $NetBSD: opt-debug-archive.mk,v 1.1 2020/09/05 06:20:51 rillig Exp $ 3 # Tests for the -da command line option, which adds debug logging for the
|
opt-debug-dir.mk | 1 # $NetBSD: opt-debug-dir.mk,v 1.1 2020/09/05 06:20:51 rillig Exp $ 3 # Tests for the -dd command line option, which adds debug logging for
|
opt-debug-making.mk | 1 # $NetBSD: opt-debug-making.mk,v 1.1 2020/09/05 06:20:51 rillig Exp $ 3 # Tests for the -dm command line option, which adds debug logging about
|
opt-debug-meta.mk | 1 # $NetBSD: opt-debug-meta.mk,v 1.1 2020/09/05 06:20:51 rillig Exp $ 3 # Tests for the -dM command line option, which adds debug logging about
|
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...] |
/src/sys/arch/sun68k/stand/bootxx/ |
conf.c | 11 #ifdef DEBUG 12 int debug; variable in typeref:typename:int 13 #endif /* DEBUG */
|
/src/sys/arch/sun68k/stand/bootyy/ |
conf.c | 11 #ifdef DEBUG 12 int debug; variable in typeref:typename:int 13 #endif /* DEBUG */
|
/src/sys/arch/zaurus/stand/zboot/ |
crt0.c | 34 int debug = 1; variable in typeref:typename:int
|
/src/usr.bin/mkcsmapper/ |
ldef.h | 36 extern int debug;
|