Lines Matching full:debug
24 /* define global debug variable */
25 #if defined(DEBUG) && !defined(DEBUG_BRD)
26 struct smt_debug debug; variable
65 #if defined(DEBUG) && !defined(DEBUG_BRD) in init_smt()
66 debug.d_smt = 0 ; in init_smt()
67 debug.d_smtf = 0 ; in init_smt()
68 debug.d_rmt = 0 ; in init_smt()
69 debug.d_ecm = 0 ; in init_smt()
70 debug.d_pcm = 0 ; in init_smt()
71 debug.d_cfm = 0 ; in init_smt()
73 debug.d_plc = 0 ; in init_smt()
75 debug.d_ess = 0 ; in init_smt()
78 debug.d_sba = 0 ; in init_smt()
80 #endif /* DEBUG && !DEBUG_BRD */ in init_smt()