Searched refs:about_pid (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/launchd-842.92.1/src/
H A Dlog.h33 pid_t about_pid; member in struct:launchd_syslog_attr
H A Dlog.c90 lm->about_pid = attr->about_pid;
137 .about_pid = getpid(),
223 fprintf(launchd_console, "%-32s %-8u %-64s %-8u %s\n", attr->from_name, attr->from_pid, attr->about_name, attr->about_pid, message);
234 fprintf(log2here, "%-8lld %-32s %-8u %-24s %-8u %s\n", delta, attr->from_name, attr->from_pid, attr->about_name, attr->about_pid, message);
H A Dcore.c5495 .about_pid = j ? j->p : 0,
5660 .about_pid = getpid(),
/macosx-10.9.5/launchd-842.92.1/liblaunch/
H A Dvproc_internal.h79 pid_t about_pid; member in struct:logmsg_s
H A Dvproc_priv.h141 from_pid, pid_t about_pid, uid_t sender_uid, gid_t sender_gid, int priority,
H A Dlibvproc.c782 func(&tv, lm->from_pid, lm->about_pid, lm->sender_uid, lm->sender_gid, lm->pri,
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Ddaemon.c1070 launchd_callback(struct timeval *when, pid_t from_pid, pid_t about_pid, uid_t sender_uid, gid_t sender_gid, int priority, const char *from_name, const char *about_name, const char *session_name, const char *msg) argument
1080 when->tv_sec, when->tv_usec, from_pid, about_pid, sender_uid, sender_gid, priority, from_name, about_name, session_name, msg);
1128 if ((about_pid > 0) && (about_pid != from_pid))
1130 snprintf(str, sizeof(str), "%u", (unsigned int)about_pid);

Completed in 161 milliseconds