Searched refs:PID_FMT (Results 1 – 6 of 6) sorted by relevance
/third_party/eudev/src/udev/ |
D | udevd.c | 437 … log_debug("seq %llu forked new worker ["PID_FMT"]", udev_device_get_seqnum(event->dev), pid); in worker_spawn() 455 … log_error_errno(errno, "worker ["PID_FMT"] did not accept message %zi (%m), kill it", in event_run() 671 … log_debug("worker ["PID_FMT"] returned, but is no longer tracked", ucred->pid); in worker_returned() 941 log_warning("worker ["PID_FMT"] is unknown, ignoring", pid); in handle_signal() 947 log_debug("worker ["PID_FMT"] exited", pid); in handle_signal() 949 … log_warning("worker ["PID_FMT"] exited with return code %i", pid, WEXITSTATUS(status)); in handle_signal() 951 log_warning("worker ["PID_FMT"] terminated by signal %i (%s)", in handle_signal() 954 log_info("worker ["PID_FMT"] stopped", pid); in handle_signal() 957 log_info("worker ["PID_FMT"] continued", pid); in handle_signal() 960 … log_warning("worker ["PID_FMT"] exit with status 0x%04x", pid, status); in handle_signal() [all …]
|
D | udev-event.c | 616 log_warning("slow: '%s' ["PID_FMT"]", cmd, pid); in spawn_wait() 627 log_error("timeout: killing '%s' ["PID_FMT"]", cmd, pid); in spawn_wait() 649 … log_debug("'%s' ["PID_FMT"] exit with return code %i", cmd, pid, WEXITSTATUS(status)); in spawn_wait() 653 …log_error("'%s' ["PID_FMT"] terminated by signal %i (%s)", cmd, pid, WTERMSIG(status), strsignal(W… in spawn_wait() 656 log_error("'%s' ["PID_FMT"] stopped", cmd, pid); in spawn_wait() 659 log_error("'%s' ["PID_FMT"] continued", cmd, pid); in spawn_wait() 662 … log_error("'%s' ["PID_FMT"] exit with status 0x%04x", cmd, pid, status); in spawn_wait()
|
/third_party/eudev/src/shared/ |
D | process-util.h | 39 … sprintf((char*) _r_, "/proc/"PID_FMT"/" field, _pid_); \
|
D | formats-util.h | 31 #define PID_FMT "%" PID_PRI macro
|
D | log.c | 333 snprintf(header_pid, sizeof(header_pid), "["PID_FMT"]: ", getpid()); in write_to_syslog() 382 snprintf(header_pid, sizeof(header_pid), "["PID_FMT"]: ", getpid()); in write_to_kmsg()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstinfo.c | 1132 #define PID_FMT "%5d" macro 1134 #define NOCOLOR_PRINT_FMT " "PID_FMT" "PTR_FMT" %s "CAT_FMT" %s\n" 1366 #define PRINT_FMT " %s"PID_FMT"%s "PTR_FMT" %s%s%s %s"CAT_FMT"%s %s\n" in gst_debug_log_default() 1388 FPRINTF_DEBUG (log_file, PID_FMT, pid); in gst_debug_log_default() 3312 #define PRINT_FMT " "PID_FMT" "PTR_FMT" %s "CAT_FMT" %s\n" in gst_ring_buffer_logger_log()
|