Lines Matching refs:DB_TEST
61 #define DB_TEST (smc->debug) macro
63 #define DB_TEST (debug) macro
67 DB_PR((DB_TEST).d_smt & 1, fmt, ##__VA_ARGS__)
69 DB_PR((DB_TEST).d_ecm >= (n), fmt, ##__VA_ARGS__)
71 DB_PR((DB_TEST).d_smt & 2, fmt, ##__VA_ARGS__)
73 DB_PR((DB_TEST).d_rmt >= (n), fmt, ##__VA_ARGS__)
75 DB_PR((DB_TEST).d_smt & 4, fmt, ##__VA_ARGS__)
77 DB_PR((DB_TEST).d_cfm >= (n), fmt, ##__VA_ARGS__)
79 DB_PR((DB_TEST).d_smt & 8, fmt, ##__VA_ARGS__)
81 DB_PR((DB_TEST).d_pcm >= (n), fmt, ##__VA_ARGS__)
83 DB_PR((DB_TEST).d_smtf, fmt, ##__VA_ARGS__)
85 DB_PR((DB_TEST).d_smtf >= (n), fmt, ##__VA_ARGS__)
87 DB_PR((DB_TEST).d_sba, fmt, ##__VA_ARGS__)
89 DB_PR((DB_TEST).d_sba >= (n), fmt, ##__VA_ARGS__)
91 DB_PR((DB_TEST).d_ess, fmt, ##__VA_ARGS__)
93 DB_PR((DB_TEST).d_ess >= (n), fmt, ##__VA_ARGS__)