Searched defs:facility (Results 1 – 4 of 4) sorted by relevance
31 int facility = LOG_USER, priority = LOG_NOTICE; in logger_main() local
51 uint32_t facility[8]; member
84 uint16_t facility,severity; in syslog_print() local
328 void openlog(const char *ident, int logopt, int facility) in openlog()