OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:log_pid
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/kernel/syscalls/syslog/
syslog04
27
# case4: Test the logging option:
LOG_PID
#
29
# Do openlog() with
LOG_PID
option and see whether pid #
37
tst_resm TINFO "Testing the log option:
LOG_PID
..."
59
log_pid
=$!
60
if ! wait $
log_pid
; then
72
found=`grep -c "\[$
log_pid
\]: syslogtst: user info test." /var/log/messages`
78
tst_resm TINFO "case4: Test the logging option:
LOG_PID
"
79
tst_resm TINFO "Do openlog() with
LOG_PID
option and see whether pid"
/external/libbrillo/brillo/
syslog_logging.h
35
// normal parameters so we pick a representative set. |
log_pid
|
37
BRILLO_EXPORT void OpenLog(const char* ident, bool
log_pid
);
syslog_logging.cc
107
void OpenLog(const char* ident, bool
log_pid
) {
109
openlog(s_ident.c_str(),
log_pid
?
LOG_PID
: 0, LOG_USER);
Completed in 849 milliseconds