Home
last modified time | relevance | path

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

/minix3/sys/sys/
H A Dlockdebug.h73 #define LOCKDEBUG_FREE(dodebug, lock) \ argument
75 #define LOCKDEBUG_WANTLOCK(dodebug, lock, where, s) \ argument
77 #define LOCKDEBUG_LOCKED(dodebug, lock, al, where, s) \ argument
79 #define LOCKDEBUG_UNLOCKED(dodebug, lock, where, s) \ argument
84 #define LOCKDEBUG_WAKEUP(dodebug, lock, where) \ argument
90 #define LOCKDEBUG_FREE(dodebug, lock) /* nothing */ argument
91 #define LOCKDEBUG_WANTLOCK(dodebug, lock, where, s) /* nothing */ argument
92 #define LOCKDEBUG_LOCKED(dodebug, lock, al, where, s) /* nothing */ argument
93 #define LOCKDEBUG_UNLOCKED(dodebug, lock, where, s) /* nothing */ argument
96 #define LOCKDEBUG_WAKEUP(dodebug, lock, where) /* nothing */ argument
/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
/minix3/sbin/shutdown/
H A Dshutdown.c94 static int dodebug, dosilent, doverbose; variable
/netbsd-src/sbin/shutdown/
H A Dshutdown.c94 static int dodebug, dosilent, doverbose; variable