Searched refs:D_FCALL (Results 1 – 1 of 1) sorted by relevance
28 #define D_FCALL 0x0010 macro36 #define D_FCALL 0 macro41 #define ENTERFN(...) debug_cond(D_FCALL, "<%s>\n", __func__)42 #define LEAVEFN(...) debug_cond(D_FCALL, "</%s>\n", __func__)43 #define REPORTFN(...) debug_cond(D_FCALL, "<%s/>\n", __func__)
Completed in 2 milliseconds