HomeSort by: relevance | last modified time | path
    Searched refs:rtw_debug (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
rtwvar.h 36 #ifdef RTW_DEBUG
65 extern int rtw_debug;
67 if ((rtw_debug & (__flags)) != 0) printf __x
73 #else /* RTW_DEBUG */
77 #endif /* RTW_DEBUG */
rtw.c 74 #ifdef RTW_DEBUG
75 int rtw_debug = 0; variable in typeref:typename:int
77 #endif /* RTW_DEBUG */
118 #ifdef RTW_DEBUG
124 #endif /* RTW_DEBUG */
145 #ifdef RTW_DEBUG
150 rtw_sysctl_verify_debug, 0, &rtw_debug, 0,
163 #endif /* RTW_DEBUG */
220 #ifdef RTW_DEBUG
340 #endif /* RTW_DEBUG */
    [all...]

Completed in 12 milliseconds