Home
last modified time | relevance | path

Searched refs:log_pid (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/syscalls/syslog/
Dsyslog0459 log_pid=$!
60 if ! wait $log_pid; then
72 found=`grep -c "\[$log_pid\]: syslogtst: user info test." /var/log/messages`
/external/libbrillo/brillo/
Dsyslog_logging.cc107 void OpenLog(const char* ident, bool log_pid) { in OpenLog() argument
109 openlog(s_ident.c_str(), log_pid ? LOG_PID : 0, LOG_USER); in OpenLog()
Dsyslog_logging.h37 BRILLO_EXPORT void OpenLog(const char* ident, bool log_pid);