Home
last modified time | relevance | path

Searched refs:log_facility (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/misc/
H A Dsyslog.c19 static int log_facility = LOG_USER; variable
75 log_facility = facility; in openlog()
102 if (!(priority & LOG_FACMASK)) priority |= log_facility; in _vsyslog()
/third_party/musl/src/misc/
H A Dsyslog.c20 static int log_facility = LOG_USER; variable
76 log_facility = facility; in openlog()
103 if (!(priority & LOG_FACMASK)) priority |= log_facility; in _vsyslog()
/third_party/eudev/src/shared/
H A Dlog.c43 static int log_facility = LOG_DAEMON; variable
414 level = log_facility | LOG_PRI(level); in log_dispatch()

Completed in 3 milliseconds