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

/haiku/headers/private/syslog_daemon/
H A Dsyslog_daemon.h35 #define SYSLOG_FACILITY(options) ((options) & 0x03f8) macro
36 #define SYSLOG_FACILITY_INDEX(options) (SYSLOG_FACILITY(options) >> 3)
/haiku/src/system/libroot/posix/
H A Dsyslog.cpp152 if (SYSLOG_FACILITY(priority) == 0)
241 sTeamContext.facility = SYSLOG_FACILITY(facility);
288 context->facility = SYSLOG_FACILITY(facility);

Completed in 35 milliseconds