/external/ltp/testcases/kernel/syscalls/syslog/ |
D | syslogtst.c | 96 syslog(LOG_MAIL | LOG_INFO, "syslogtst: mail info test."); in main() 101 syslog(LOG_MAIL | LOG_EMERG, in main() 105 syslog(LOG_MAIL | LOG_ALERT, in main() 109 syslog(LOG_MAIL | LOG_CRIT, in main() 113 syslog(LOG_MAIL | LOG_ERR, "syslogtst: mail err test."); in main() 116 syslog(LOG_MAIL | LOG_WARNING, in main() 120 syslog(LOG_MAIL | LOG_NOTICE, in main() 124 syslog(LOG_MAIL | LOG_INFO, in main() 128 syslog(LOG_MAIL | LOG_DEBUG, in main() 136 syslog(LOG_DAEMON | LOG_INFO, "syslogtst: daemon info test."); in main() [all …]
|
D | syslog06 | 37 . syslog-lib.sh || exit 1 46 /etc/syslog.conf|/etc/rsyslog.conf) 51 /etc/syslog-ng/syslog-ng.conf)
|
D | syslog04 | 33 . syslog-lib.sh || exit 1 41 /etc/syslog.conf|/etc/rsyslog.conf) 46 /etc/syslog-ng/syslog-ng.conf)
|
D | syslog03 | 35 . syslog-lib.sh || exit 1 41 /etc/syslog.conf|/etc/rsyslog.conf) 46 /etc/syslog-ng/syslog-ng.conf)
|
D | syslog05 | 37 . syslog-lib.sh || exit 1 46 /etc/syslog.conf|/etc/rsyslog.conf) 51 /etc/syslog-ng/syslog-ng.conf)
|
D | syslog01 | 37 . syslog-lib.sh || exit 1 46 /etc/syslog.conf|/etc/rsyslog.conf) 52 /etc/syslog-ng/syslog-ng.conf)
|
D | syslog07 | 39 . syslog-lib.sh || exit 1 46 if [ $CONFIG_FILE = /etc/syslog.conf ]; then 57 /etc/syslog.conf|/etc/rsyslog.conf) 62 /etc/syslog-ng/syslog-ng.conf)
|
D | syslog09 | 35 . syslog-lib.sh || exit 1 43 /etc/syslog.conf|/etc/rsyslog.conf) 48 /etc/syslog-ng/syslog-ng.conf)
|
D | syslog02 | 35 . syslog-lib.sh || exit 1 48 /etc/syslog.conf) 59 /etc/syslog-ng/syslog-ng.conf)
|
D | syslog10 | 36 . syslog-lib.sh || exit 1 44 /etc/syslog.conf|/etc/rsyslog.conf) 49 /etc/syslog-ng/syslog-ng.conf)
|
D | syslog08 | 37 . syslog-lib.sh || exit 1 53 /etc/syslog.conf|/etc/rsyslog.conf) 59 /etc/syslog-ng/syslog-ng.conf)
|
/external/python/cpython2/Doc/library/ |
D | syslog.rst | 1 :mod:`syslog` --- Unix syslog library routines 4 .. module:: syslog 6 :synopsis: An interface to the Unix syslog library routines. 9 This module provides an interface to the Unix ``syslog`` library routines. 10 Refer to the Unix manual pages for a detailed description of the ``syslog`` 13 This module wraps the system ``syslog`` family of routines. A pure Python 14 library that can speak to a syslog server is available in the 20 .. function:: syslog(message) 21 syslog(priority, message) 30 If :func:`openlog` has not been called prior to the call to :func:`syslog`, [all …]
|
/external/selinux/mcstrans/src/ |
D | mcstransd.c | 106 syslog(LOG_ERR, "Failed to write response header"); in send_response() 115 syslog(LOG_ERR, "Failed to write response data"); in send_response() 132 syslog(LOG_ERR, "Failed to get PID of client process"); in get_peer_pid() 182 syslog(LOG_ERR, "Invalid request func=%d from=%u", in process_request() 280 syslog(LOG_ERR, "realloc failed for %d fds", *nfds+1); in add_pollfd() 326 syslog(LOG_ERR, "accept() failed: %m"); in process_events() 331 syslog(LOG_ERR, in process_events() 340 syslog(LOG_ERR, in process_events() 365 syslog(LOG_ERR, "Unknown/error events (%x) encountered" in process_events() 393 syslog(LOG_ERR, "Failed to allocate a pollfd"); in process_connections() [all …]
|
/external/autotest/client/tools/ |
D | crash_handler.py | 8 import sys, os, commands, glob, shutil, syslog, re, time, random, string 120 syslog.syslog("Could not determine from which application core file %s " 177 syslog.syslog("Writing core files to %s" % dir_list) 186 syslog.openlog('AutotestCrashHandler', 0, syslog.LOG_DAEMON) 197 syslog.syslog("Unable to unpack parameters passed to the " 216 syslog.syslog("Application %s, PID %s crashed" % (exe, crashed_pid)) 220 syslog.syslog("Crash handler had a problem: %s" % e)
|
/external/dhcpcd-6.8.2/dhcpcd-hooks/ |
D | 10-wpa_supplicant | 47 syslog warn \ 49 syslog warn "not interacting with wpa_supplicant(8)" 54 syslog warn \ 56 syslog warn "not interacting with wpa_supplicant(8)" 61 syslog info "starting wpa_supplicant" 67 syslog err "failed to start wpa_supplicant" 68 syslog err "$err" 83 syslog info "reconfiguring wpa_supplicant" 87 syslog err "failed to reconfigure wpa_supplicant" 88 syslog err "$err" [all …]
|
/external/dhcpcd-6.8.2/dev/ |
D | udev.c | 83 syslog(LOG_ERR, "libudev: received NULL device"); in udev_handle_device() 93 syslog(LOG_DEBUG, "%s: libudev: %s", ifname, action); in udev_handle_device() 125 syslog(LOG_ERR, "udev: already started"); in udev_start() 129 syslog(LOG_DEBUG, "udev: starting"); in udev_start() 132 syslog(LOG_ERR, "udev_new: %m"); in udev_start() 137 syslog(LOG_ERR, "udev_monitor_new_from_netlink: %m"); in udev_start() 144 syslog(LOG_ERR, in udev_start() 150 syslog(LOG_ERR, "udev_monitor_enable_receiving: %m"); in udev_start() 155 syslog(LOG_ERR, "udev_monitor_get_fd: %m"); in udev_start()
|
/external/iputils/ |
D | rarpd.c | 97 syslog(LOG_ERR, "socket: %m"); in load_if() 105 syslog(LOG_ERR, "SIOCGIFCONF: %m"); in load_if() 131 syslog(LOG_ERR, "ioctl(SIOCGIFNAME): %m"); in load_if() 144 syslog(LOG_ERR, "ioctl(SIOCGIFHWADDR): %m"); in load_if() 162 syslog(LOG_INFO, "link %s", ifl->name); in load_if() 165 syslog(LOG_ERR, "ioctl(SIOCGIFMASK): %m"); in load_if() 170 syslog(LOG_ERR, "ioctl(SIOCGIFDSTADDR): %m"); in load_if() 200 syslog(LOG_INFO, " addr %s/%d on %s\n", in load_if() 205 syslog(LOG_INFO, " addr %s %s/%d on %s\n", tmpa, in load_if() 228 syslog(LOG_ERR, "opendir: %m"); in bootable() [all …]
|
D | tftpd.c | 124 syslog(LOG_ERR, "ioctl(FIONBIO): %m\n"); in main() 132 syslog(LOG_ERR, "recvfrom: %m\n"); in main() 180 syslog(LOG_ERR, "fork: %m\n"); in main() 191 syslog(LOG_ERR, "socket: %m\n"); in main() 195 syslog(LOG_ERR, "connect: %m\n"); in main() 291 syslog(LOG_ERR, "bad path %s", filename); in validate_access() 300 syslog(LOG_ERR, "no dirs"); in validate_access() 307 syslog(LOG_ERR, "stat %s : %m", filename); in validate_access() 312 syslog(LOG_ERR, "not readable %s", filename); in validate_access() 317 syslog(LOG_ERR, "not writable %s", filename); in validate_access() [all …]
|
/external/mdnsresponder/mDNSShared/ |
D | dnssd_clientstub.c | 62 static void syslog( int priority, const char * message, ...) in syslog() function 176 …syslog(LOG_WARNING, "dnssd_clientstub write_all: SO_ISDEFUNCT failed %d %s", dnssd_errno, dnssd_st… in write_all() 178 syslog(LOG_WARNING, "dnssd_clientstub write_all(%d) failed %ld/%ld %d %s", sd, in write_all() 183 syslog(LOG_INFO, "dnssd_clientstub write_all(%d) DEFUNCT", sd); in write_all() 185 syslog(LOG_WARNING, "dnssd_clientstub write_all(%d) failed %ld/%ld %d %s", sd, in write_all() 211 …if ((num_read < 0) && (errno == EINTR)) { syslog(LOG_INFO, "dnssd_clientstub read_all: EINTR conti… in read_all() 228 …syslog(LOG_WARNING, "dnssd_clientstub read_all: SO_ISDEFUNCT failed %d %s", dnssd_errno, dnssd_str… in read_all() 234 syslog(LOG_WARNING, "dnssd_clientstub read_all(%d) failed %ld/%ld %d %s", sd, in read_all() 239 syslog(LOG_INFO, "dnssd_clientstub read_all(%d) DEFUNCT", sd); in read_all() 270 if (fs == NULL) { syslog(LOG_WARNING, "dnssd_clientstub more_bytes: malloc failed"); return 0; } in more_bytes() [all …]
|
/external/autotest/client/site_tests/platform_LogDupSuppression/ |
D | platform_LogDupSuppression.py | 5 import syslog 25 syslog.openlog('spam') 35 syslog.syslog(self.SPAM_MSG) 36 syslog.syslog(self.NON_SPAM_MSG)
|
/external/mdnsresponder/mDNSPosix/ |
D | nss_mdns.c | 669 syslog (LOG_DEBUG, in _nss_mdns_gethostbyname_r() 693 syslog (LOG_DEBUG, in _nss_mdns_gethostbyname2_r() 729 syslog (LOG_WARNING, in _nss_mdns_gethostbyaddr_r() 744 syslog (LOG_DEBUG, in _nss_mdns_gethostbyaddr_r() 811 syslog (LOG_DEBUG, in mdns_gethostbyname2() 858 syslog (LOG_DEBUG, in mdns_lookup_name() 878 syslog (LOG_WARNING, in mdns_lookup_name() 900 syslog (LOG_WARNING, in mdns_lookup_name() 945 syslog (LOG_DEBUG, in mdns_lookup_addr() 975 syslog (LOG_WARNING, in mdns_lookup_addr() [all …]
|
/external/vboot_reference/utility/ |
D | tpm_init_temp_fix.c | 43 syslog(pri, "TPM selftest failed with code 0x%x\n", result); in main() 51 syslog(pri, "TPM assertpp failed with code 0x%x\n", result); in main() 57 syslog(pri, "TPM getflags failed with code 0x%x\n", result); in main() 64 syslog(pri, "TPM physical enable failed with code 0x%x\n", result); in main() 72 syslog(pri, "TPM physical activate failed with code 0x%x\n", result); in main()
|
/external/dhcpcd-6.8.2/dbus/ |
D | rpc-dbus.c | 307 syslog(LOG_INFO, "event %s on interface %s", reason, ifp->name); in dbus_send_message() 311 syslog(LOG_ERR, "failed to make a configure message"); in dbus_send_message() 361 syslog(LOG_ERR, "failed to send dhcp to dbus"); in dbus_send_message() 363 syslog(LOG_ERR, "failed to construct dbus message"); in dbus_send_message() 383 syslog(LOG_INFO, "event %s on interface %s", reason, ifp->name); in dbus_send_dhcpv6_message() 387 syslog(LOG_ERR, "failed to make a configure message"); in dbus_send_dhcpv6_message() 437 syslog(LOG_ERR, "failed to send dhcpv6 to dbus"); in dbus_send_dhcpv6_message() 439 syslog(LOG_ERR, "failed to construct dbus message"); in dbus_send_dhcpv6_message() 633 syslog(LOG_ERR, in dhcpcd_dbus_filter() 639 syslog(LOG_INFO, "exiting because flimflamd has died"); in dhcpcd_dbus_filter() [all …]
|
/external/autotest/server/site_tests/autoupdate_EndToEndTest/ |
D | update_engine_performance_monitor.py | 13 import syslog 164 syslog.openlog(ident, syslog.LOG_PID, syslog.LOG_DAEMON) 172 syslog.syslog(syslog.LOG_ERR, data)
|
/external/toybox/toys/pending/ |
D | klogd.c | 56 syslog(LOG_NOTICE,"KLOGD: Daemon exiting......"); in handle_signal() 74 syslog(LOG_NOTICE, "KLOGD: started with Kernel ring buffer as log source\n"); in klogd_main() 78 syslog(LOG_NOTICE, "KLOGD: started with /proc/kmsg as log source\n"); in klogd_main() 106 if (*line_start) syslog(prio, "%s", line_start); in klogd_main()
|