Lines Matching full:debug
28 /* define global debug variable */
29 #if defined(DEBUG) && !defined(DEBUG_BRD)
30 struct smt_debug debug; variable
69 #if defined(DEBUG) && !defined(DEBUG_BRD) in init_smt()
70 debug.d_smt = 0 ; in init_smt()
71 debug.d_smtf = 0 ; in init_smt()
72 debug.d_rmt = 0 ; in init_smt()
73 debug.d_ecm = 0 ; in init_smt()
74 debug.d_pcm = 0 ; in init_smt()
75 debug.d_cfm = 0 ; in init_smt()
77 debug.d_plc = 0 ; in init_smt()
79 debug.d_ess = 0 ; in init_smt()
82 debug.d_sba = 0 ; in init_smt()
84 #endif /* DEBUG && !DEBUG_BRD */ in init_smt()