Home
last modified time | relevance | path

Searched defs:dodebug (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/sys/
H A Dlockdebug.h83 #define LOCKDEBUG_FREE(dodebug, lock) \ argument
85 #define LOCKDEBUG_WANTLOCK(dodebug, lock, where, s) \ argument
87 #define LOCKDEBUG_LOCKED(dodebug, lock, al, where, s) \ argument
89 #define LOCKDEBUG_UNLOCKED(dodebug, lock, where, s) \ argument
99 #define LOCKDEBUG_FREE(dodebug, lock) /* nothing */ argument
100 #define LOCKDEBUG_WANTLOCK(dodebug, lock, where, s) /* nothing */ argument
101 #define LOCKDEBUG_LOCKED(dodebug, lock, al, where, s) /* nothing */ argument
102 #define LOCKDEBUG_UNLOCKED(dodebug, lock, where, s) /* nothing */ argument
/netbsd-src/sys/arch/hppa/include/
H A Dmutex.h120 MUTEX_INITIALIZE_SPIN(struct kmutex *mtx, bool dodebug, int ipl) in MUTEX_INITIALIZE_SPIN()
129 MUTEX_INITIALIZE_ADAPTIVE(struct kmutex *mtx, bool dodebug) in MUTEX_INITIALIZE_ADAPTIVE()
/netbsd-src/sys/kern/
H A Dkern_mutex.c191 #define MUTEX_INITIALIZE_ADAPTIVE(mtx, dodebug) \ argument
197 #define MUTEX_INITIALIZE_SPIN(mtx, dodebug, ipl) \ argument
357 bool dodebug; in _mutex_init() local
/netbsd-src/external/bsd/ekermit/dist/
H A Dunixio.c76 dodebug(int fc, UCHAR * label, UCHAR * sval, long nval) { in dodebug() function
/netbsd-src/sbin/shutdown/
H A Dshutdown.c94 static int dodebug, dosilent, doverbose; variable