Searched defs:dodebug (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/sys/ |
H A D | lockdebug.h | 83 #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 D | mutex.h | 120 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 D | kern_mutex.c | 191 #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 D | unixio.c | 76 dodebug(int fc, UCHAR * label, UCHAR * sval, long nval) { in dodebug() function
|
/netbsd-src/sbin/shutdown/ |
H A D | shutdown.c | 94 static int dodebug, dosilent, doverbose; variable
|