HomeSort by relevance Sort by last modified time
    Searched refs:LOG_PID (Results 26 - 48 of 48) sorted by null

12

  /prebuilts/ndk/7/platforms/android-9/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 */
  /prebuilts/ndk/8/platforms/android-14/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 */
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /prebuilts/ndk/8/platforms/android-14/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 */
  /prebuilts/ndk/8/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 */
  /prebuilts/ndk/8/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 */
  /prebuilts/ndk/8/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 */
  /prebuilts/ndk/8/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 */
  /prebuilts/ndk/8/platforms/android-9/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 */
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
syslog.h 79 /* openlog() flags; only LOG_PID and LOG_PERROR supported */
80 #define LOG_PID 0x01 /* include pid with message */
  /prebuilts/ndk/8/platforms/android-9/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 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
syslog.h 162 #define LOG_PID 0x01 /* log the pid with each message */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
syslog.h 162 #define LOG_PID 0x01 /* log the pid with each message */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
syslog.h 162 #define LOG_PID 0x01 /* log the pid with each message */
  /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/dnsmasq/src/
log.c 308 openlog("dnsmasq", LOG_PID, log_fac);
  /external/dropbear/
dbutil.c 76 openlog(PROGNAME, LOG_PID, LOG_AUTHPRIV);
  /external/libppp/src/
log.c 295 openlog(Name, LOG_PID, LOG_DAEMON);
  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 92 openlog("wpa_supplicant", LOG_PID | LOG_NDELAY, LOG_HOSTAPD);
  /external/iproute2/misc/
arpd.c 783 openlog("arpd", LOG_PID | LOG_CONS, LOG_DAEMON);
  /external/ppp/pppd/
main.c 842 openlog("pppd", LOG_PID | LOG_NDELAY, LOG_PPP);
    [all...]
  /external/dhcpcd/
dhcpcd.c     [all...]

Completed in 586 milliseconds

12