Searched refs:log_pid (Results 1 – 3 of 3) sorted by relevance
59 log_pid=$!60 if ! wait $log_pid; then72 found=`grep -c "\[$log_pid\]: syslogtst: user info test." /var/log/messages`
107 void OpenLog(const char* ident, bool log_pid) { in OpenLog() argument109 openlog(s_ident.c_str(), log_pid ? LOG_PID : 0, LOG_USER); in OpenLog()
37 BRILLO_EXPORT void OpenLog(const char* ident, bool log_pid);