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

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/hpcsh/conf/
DEBUG 4 # $NetBSD: DEBUG,v 1.8 2023/09/12 22:07:33 andvar Exp $
11 #makeoptions DEBUG="-g" # compile full symbol table
23 options DEBUG # extra kernel debugging support
  /src/sys/arch/alpha/include/
sigdebug.h 4 #ifdef DEBUG
  /src/sys/arch/sparc64/sparc64/
sigdebug.h 36 #ifdef DEBUG
  /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/bin/sh/
show.h 36 #ifdef DEBUG
  /src/sys/external/bsd/gnu-efi/dist/apps/
FreePages.c 75 #ifdef DEBUG
76 #undef DEBUG
78 #define DEBUG 0
88 #if DEBUG
104 #if DEBUG
108 #if DEBUG
112 #if DEBUG
AllocPages.c 100 #ifdef DEBUG
101 #undef DEBUG
103 #define DEBUG 0
115 #if DEBUG
133 #if DEBUG
137 #if DEBUG
141 #if DEBUG
  /src/tests/net/tcp/
t_tcp_shutdown.sh 31 DEBUG=${DEBUG:-false}
69 \$DEBUG && dump
  /src/tests/net/inpcb/
t_broadcast_bind.sh 31 DEBUG=${DEBUG:-false}
65 \$DEBUG && dump
  /src/sys/arch/sun68k/stand/libsa/
promboot.c 12 #ifdef DEBUG
13 int debug = 0; variable in typeref:typename:int
14 #endif /* DEBUG */
31 #ifdef DEBUG
66 #ifdef DEBUG
67 debug++;
68 #endif /* DEBUG */
74 #ifdef DEBUG
75 if (debug) {
76 printf("Debug level %d - enter c to continue...", debug)
    [all...]
  /src/sys/arch/sun68k/stand/tapeboot/
conf.c 17 #ifdef DEBUG
18 int debug; variable in typeref:typename:int
19 #endif /* DEBUG */
  /src/sys/arch/hppa/stand/common/
time.c 46 #ifdef DEBUG
47 if (debug)
52 #ifdef DEBUG
53 if (debug && tt < 800000000)
dk.c 62 #ifdef DEBUG
63 if (debug)
72 #ifdef DEBUG
73 if (debug)
77 #ifdef DEBUG
78 if (debug)
103 #ifdef DEBUG
104 if (debug)
113 if (debug)
  /src/sys/arch/landisk/stand/boot/
devopen.c 97 #if defined(DEBUG)
107 #if defined(DEBUG)
112 #if defined(DEBUG)
120 #if defined(DEBUG)
131 #if defined(DEBUG)
137 #if defined(DEBUG)
141 #if defined(DEBUG)
  /src/games/monop/
misc.c 135 #ifdef DEBUG
139 #ifdef DEBUG
144 #ifdef DEBUG
151 #ifdef DEBUG
156 #ifdef DEBUG
161 #ifdef DEBUG
170 #ifdef DEBUG
175 #ifdef DEBUG
182 #ifdef DEBUG
186 #ifdef DEBUG
    [all...]
  /src/tests/net/if_pppoe/
t_pppoe.sh 40 DEBUG=${DEBUG:-false}
73 $DEBUG && dump
91 $DEBUG && rump.ifconfig pppoe0 debug
92 $DEBUG && rump.ifconfig
93 $DEBUG && $HIJACKING pppoectl -d pppoe0
102 $DEBUG && rump.ifconfig pppoe0 debug
103 $DEBUG && rump.ifconfi
    [all...]
t_pppoe_unnumbered.sh 39 DEBUG=${DEBUG:-false}
69 $DEBUG && rump.ifconfig pppoe0 debug
70 $DEBUG && rump.ifconfig
71 $DEBUG && $HIJACKING pppoectl -d pppoe0
80 $DEBUG && rump.ifconfig pppoe0 debug
81 $DEBUG && rump.ifconfig
82 $DEBUG && $HIJACKING pppoectl -d pppoe
    [all...]
  /src/tests/net/route/
t_flags.sh 34 DEBUG=${DEBUG:-false}
47 $DEBUG && rump.ifconfig
48 $DEBUG && rump.netstat -rn -f inet
62 $DEBUG && rump.ifconfig
63 $DEBUG && rump.netstat -rn -f inet
85 $DEBUG && rump.ifconfig
86 $DEBUG && rump.netstat -rn -f inet
116 $DEBUG && rump.netstat -rn -f inet
129 $DEBUG && rump.netstat -rn -f ine
    [all...]
  /src/tests/net/icmp/
t_icmp_redirect.sh 37 DEBUG=${DEBUG:-false}
61 $DEBUG && rump.ifconfig
62 $DEBUG && rump.netstat -rn -f inet
75 $DEBUG && rump.ifconfig
76 $DEBUG && rump.netstat -rn -f inet
98 $DEBUG && rump.ifconfig
99 $DEBUG && rump.netstat -rn -f inet
105 $DEBUG && ulimit -c unlimited
135 $DEBUG && rump.netstat -rn -f ine
    [all...]
  /src/tests/net/net/
t_ipv6_lifetime.sh 31 DEBUG=${DEBUG:-false}
58 $DEBUG && rump.ifconfig -L shmif0
65 $DEBUG && rump.ifconfig -L shmif0
69 $DEBUG && rump.ifconfig -L shmif0
81 $DEBUG && rump.ifconfig -L shmif0
85 $DEBUG && rump.ifconfig -L shmif0
96 $DEBUG && rump.ifconfig -L shmif0
107 $DEBUG && rump.ifconfig -L shmif0
111 $DEBUG && rump.ifconfig -L shmif
    [all...]
  /src/lib/libedit/TEST/
Makefile 9 .ifdef 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 in typeref:typename:int
55 if (debug) {
  /src/sys/sys/
debug.h 1 /* $NetBSD: debug.h,v 1.4 2012/04/15 19:07:40 martin Exp $ */
44 #if defined(DEBUG) && defined(_HARDKERNEL)
  /src/sys/uvm/
uvm_km.h 47 #if defined(DEBUG)
51 #endif /* defined(DEBUG) */

Completed in 18 milliseconds

1 2 3 4 5 6 7 8 91011>>