Searched refs:xlog_level (Results 1 – 2 of 2) sorted by relevance
69 static u_int xlog_level = XLOG_DEFAULT; variable500 if (!(xlog_level & lvl)) in real_plog()713 u_int xl = xlog_level; in switch_option()727 if (xlog_level != xl) in switch_option()728 xlog_level = xl; /* set new flags */ in switch_option()
1501 * libamu/xutil.c: make xlog_level static, and initialize it to1513 use the new mask. Remove extern's for xlog_level and1525 * wire-test/wire-test.c: remove reference to unused xlog_level.