Searched refs:testsam_debug_level (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/pdb/
H A Dtest.c23 static int testsam_debug_level = DBGC_ALL; variable
26 #define DBGC_CLASS testsam_debug_level
129 testsam_debug_level = debug_add_class("testsam");
130 if (testsam_debug_level == -1) {
131 testsam_debug_level = DBGC_ALL;
133 } else DEBUG(0, ("testsam: Debug class number of 'testsam': %d\n", testsam_debug_level));

Completed in 62 milliseconds