/src/sys/arch/hpc/stand/hpcboot/ |
arch.h | 50 BOOL _debug; member in class:Architecture 62 BOOL &setDebug(void) { return _debug; }
|
load.h | 53 BOOL _debug; member in class:Loader 72 BOOL &setDebug(void) { return _debug; }
|
file.h | 43 BOOL _debug; member in class:File 50 BOOL &setDebug(void) { return _debug; }
|
console.h | 95 if (_debug > level) _cons->print x
|
file_fat.cpp | 40 _debug = TRUE;
|
memory.h | 67 BOOL _debug; member in class:MemoryManager 115 BOOL &setDebug(void) { return _debug; }
|
file_ufs.cpp | 56 _debug = TRUE;
|
arch.cpp | 49 _debug = FALSE;
|
file_http.cpp | 62 _debug = 1;
|
memory.cpp | 38 _debug = FALSE;
|
/src/sys/dev/dm/ |
dm_target_delay.c | 81 static __inline void _debug(struct dm_delay_info*, const char*); 216 _debug(di, "init"); 321 _debug(di, "submit"); 335 _debug(di, "submitq"); 405 _debug(di, "destroy"); 459 _debug(di, "timeout"); 468 _debug(di, "thread init"); 481 _debug(di, "thread exit"); 486 _debug(struct dm_delay_info *di, const char *msg) function in typeref:typename:void
|
/src/sys/arch/alpha/common/ |
sgmap_typedep.c | 45 int __C(SGMAP_TYPE,_debug) = 0; 96 if (__C(SGMAP_TYPE,_debug)) { 148 if (__C(SGMAP_TYPE,_debug)) { 215 if (__C(SGMAP_TYPE,_debug)) { 241 if (__C(SGMAP_TYPE,_debug)) 263 if (__C(SGMAP_TYPE,_debug)) 278 if (__C(SGMAP_TYPE,_debug)) 314 if (__C(SGMAP_TYPE,_debug)) { 361 if (__C(SGMAP_TYPE,_debug) > 1) 425 if (__C(SGMAP_TYPE,_debug) > 1 [all...] |
/src/usr.sbin/acpitools/aml/ |
aml_common.c | 74 SYSCTL_INT(_debug, OID_AUTO, aml_debug, CTLFLAG_RW, &aml_debug, 1, "");
|
/src/sys/fs/nfs/nlm/ |
nlm_prot_impl.c | 119 SYSCTL_INT(_debug, OID_AUTO, nlm_debug, CTLFLAG_RW, &nlm_debug_level, 0, "");
|