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

/macosx-10.9.5/launchd-842.92.1/src/
H A Dlog.c75 size_t lm_sz = sizeof(struct logmsg_s) + strlen(msg) + strlen(attr->from_name) + strlen(attr->about_name) + strlen(attr->session_name) + 4;
98 lm->about_name = data_off;
99 data_off += sprintf(data_off, "%s", attr->about_name) + 1;
132 .about_name = launchd_label,
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);
259 lm->about_name_offset = lm->about_name - (char *)lm;
365 lm->about_name += (size_t)lm;
H A Dlog.h28 const char *about_name; member in struct:launchd_syslog_attr
H A Dcore.c5490 .about_name = label2use,
5655 .about_name = launchd_label,
/macosx-10.9.5/launchd-842.92.1/liblaunch/
H A Dvproc_internal.h89 const char *about_name; member in union:logmsg_s::__anon9346
H A Dvproc_priv.h142 const char *from_name, const char *about_name, const char *session_name,
H A Dlibvproc.c775 lm->about_name = (char *)lm + lm->about_name_offset;
783 lm->from_name, lm->about_name, lm->session_name, lm->msg);
/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);
1148 if (about_name != NULL)
1150 if ((from_name != NULL) && (strcmp(from_name, about_name) != 0))
1152 asl_set(m, ASL_KEY_REF_PROC, about_name);

Completed in 162 milliseconds