Searched refs:SYSLOG_FACILITY_MASK (Results 1 – 1 of 1) sorted by relevance
35 #define SYSLOG_FACILITY_MASK 0x03f8 /* 0000 0011 1111 1000 */ macro113 facility = (pri & SYSLOG_FACILITY_MASK) >> 3; in syslog_print()