| /src/sys/kern/ |
| kern_mutex.c | 191 #define MUTEX_INITIALIZE_ADAPTIVE(mtx, dodebug) \ 193 if (!dodebug) \ 197 #define MUTEX_INITIALIZE_SPIN(mtx, dodebug, ipl) \ 200 if (!dodebug) \ 357 bool dodebug; local 366 dodebug = LOCKDEBUG_ALLOC(mtx, lockops, return_address); 367 MUTEX_INITIALIZE_ADAPTIVE(mtx, dodebug); 371 dodebug = LOCKDEBUG_ALLOC(mtx, lockops, return_address); 372 MUTEX_INITIALIZE_SPIN(mtx, dodebug, ipl);
|
| kern_mutex.c | 191 #define MUTEX_INITIALIZE_ADAPTIVE(mtx, dodebug) \ 193 if (!dodebug) \ 197 #define MUTEX_INITIALIZE_SPIN(mtx, dodebug, ipl) \ 200 if (!dodebug) \ 357 bool dodebug; local 366 dodebug = LOCKDEBUG_ALLOC(mtx, lockops, return_address); 367 MUTEX_INITIALIZE_ADAPTIVE(mtx, dodebug); 371 dodebug = LOCKDEBUG_ALLOC(mtx, lockops, return_address); 372 MUTEX_INITIALIZE_SPIN(mtx, dodebug, ipl);
|
| /src/external/bsd/ekermit/dist/ |
| unixio.c | 76 dodebug(int fc, UCHAR * label, UCHAR * sval, long nval) { function
|
| unixio.c | 76 dodebug(int fc, UCHAR * label, UCHAR * sval, long nval) { function
|
| /src/sbin/shutdown/ |
| shutdown.c | 94 static int dodebug, dosilent, doverbose; variable 157 dodebug = 1; 399 if (dodebug)
|
| shutdown.c | 94 static int dodebug, dosilent, doverbose; variable 157 dodebug = 1; 399 if (dodebug)
|