/bionic/libc/include/ |
syslog.h | 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */ 80 #define LOG_PID 0x01 /* include pid with message */
|
/development/ndk/platforms/android-3/include/ |
syslog.h | 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */ 80 #define LOG_PID 0x01 /* include pid with message */
|
/external/bluetooth/bluez/src/ |
log.c | 99 int option = LOG_NDELAY | LOG_PID;
|
/external/srtp/crypto/kernel/ |
err.c | 74 openlog(ident, LOG_PID, LOG_AUTHPRIV);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
syslog.h | 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */ 80 #define LOG_PID 0x01 /* include pid with message */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
syslog.h | 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */ 80 #define LOG_PID 0x01 /* include pid with message */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/ |
syslog.h | 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */ 80 #define LOG_PID 0x01 /* include pid with message */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
syslog.h | 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */ 80 #define LOG_PID 0x01 /* include pid with message */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/ |
syslog.h | 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */ 80 #define LOG_PID 0x01 /* include pid with message */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
syslog.h | 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */ 80 #define LOG_PID 0x01 /* include pid with message */
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/ |
syslog.h | 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */ 80 #define LOG_PID 0x01 /* include pid with message */
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/ |
syslog.h | 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */ 80 #define LOG_PID 0x01 /* include pid with message */
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/ |
syslog.h | 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */ 80 #define LOG_PID 0x01 /* include pid with message */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
syslog.h | 162 #define LOG_PID 0x01 /* log the pid with each message */
|
/external/bluetooth/bluez/tracer/ |
main.c | 119 openlog("hcitrace", LOG_PID | LOG_NDELAY | LOG_PERROR, LOG_DAEMON);
|
/bionic/libc/unistd/ |
syslog.c | 117 #define INTERNALLOG LOG_ERR|LOG_CONS|LOG_PERROR|LOG_PID 177 if (data->log_stat & LOG_PID) {
|
/external/openssl/crypto/bio/ |
bss_log.c | 381 openlog(name, LOG_PID|LOG_CONS|LOG_NDELAY, level); 383 openlog(name, LOG_PID|LOG_CONS, level);
|
/external/bluetooth/bluez/tools/ |
ppporc.c | 242 openlog("ppporc", LOG_PID | LOG_NDELAY | LOG_PERROR, LOG_DAEMON);
|
/external/dnsmasq/src/ |
log.c | 308 openlog("dnsmasq", LOG_PID, log_fac);
|
/external/bluetooth/bluez/test/ |
scotest.c | 408 openlog("scotest", LOG_PERROR | LOG_PID, LOG_LOCAL0);
|
/external/wpa_supplicant_8/src/utils/ |
wpa_debug.c | 91 openlog("wpa_supplicant", LOG_PID | LOG_NDELAY, LOG_HOSTAPD);
|
/external/bluetooth/bluez/compat/ |
dund.c | 613 openlog("dund", LOG_PID | LOG_NDELAY | LOG_PERROR, LOG_DAEMON);
|
hidd.c | 697 int log_option = LOG_NDELAY | LOG_PID;
|
pand.c | 793 openlog("pand", LOG_PID | LOG_NDELAY | LOG_PERROR, LOG_DAEMON);
|
/external/dropbear/ |
dbutil.c | 76 openlog(PROGNAME, LOG_PID, LOG_AUTHPRIV);
|