Home
last modified time | relevance | path

Searched refs:xlog_level (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dxutil.c69 static u_int xlog_level = XLOG_DEFAULT; variable
500 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()
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog1501 * libamu/xutil.c: make xlog_level static, and initialize it to
1513 use the new mask. Remove extern's for xlog_level and
1525 * wire-test/wire-test.c: remove reference to unused xlog_level.