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

/macosx-10.9.5/launchd-842.92.1/src/
H A Dlog.h32 pid_t from_pid; member in struct:launchd_syslog_attr
H A Dlog.c89 lm->from_pid = attr->from_pid;
136 .from_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.c5494 .from_pid = getpid(),
5659 .from_pid = getpid(),
/macosx-10.9.5/launchd-842.92.1/liblaunch/
H A Dvproc_internal.h78 pid_t from_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);
1121 if (from_pid != 0)
1123 snprintf(str, sizeof(str), "%u", (unsigned int)from_pid);
1128 if ((about_pid > 0) && (about_pid != from_pid))

Completed in 188 milliseconds