Home | Sort by: relevance | last modified time | path |
/src/sys/kern/ | |
subr_log.c | 90 static bool log_async; variable in typeref:typename:bool 195 log_async = 0; 330 if (log_async) 369 log_async = (*((int *)data) != 0); |
subr_log.c | 90 static bool log_async; variable in typeref:typename:bool 195 log_async = 0; 330 if (log_async) 369 log_async = (*((int *)data) != 0); |