Searched refs:object_pid (Results 1 - 3 of 3) sorted by relevance
/systemd/src/journal/ |
H A D | journald-native.c | 95 pid_t object_pid = 0; local 122 server_dispatch_message(s, iovec, n, m, ucred, tv, label, label_len, NULL, priority, object_pid); 212 parse_pid(buf, &object_pid); 293 server_dispatch_message(s, iovec, n, m, ucred, tv, label, label_len, NULL, priority, object_pid);
|
H A D | journald-server.c | 580 pid_t object_pid) { 610 assert(n + N_IOVEC_META_FIELDS + (object_pid ? N_IOVEC_OBJECT_FIELDS : 0) <= m); 739 if (object_pid) { 740 r = get_process_uid(object_pid, &object_uid); 746 r = get_process_gid(object_pid, &object_gid); 752 r = get_process_comm(object_pid, &t); 759 r = get_process_exe(object_pid, &t); 766 r = get_process_cmdline(object_pid, 0, false, &t); 774 r = audit_session_from_pid(object_pid, &audit); 780 r = audit_loginuid_from_pid(object_pid, 572 dispatch_message_real( Server *s, struct iovec *iovec, unsigned n, unsigned m, const struct ucred *ucred, const struct timeval *tv, const char *label, size_t label_len, const char *unit_id, int priority, pid_t object_pid) argument 910 server_dispatch_message( Server *s, struct iovec *iovec, unsigned n, unsigned m, const struct ucred *ucred, const struct timeval *tv, const char *label, size_t label_len, const char *unit_id, int priority, pid_t object_pid) argument [all...] |
H A D | journald-server.h | 160 void server_dispatch_message(Server *s, struct iovec *iovec, unsigned n, unsigned m, const struct ucred *ucred, const struct timeval *tv, const char *label, size_t label_len, const char *unit_id, int priority, pid_t object_pid);
|
Completed in 45 milliseconds