/systemd-251/src/shared/ |
D | killall.c | 70 (void) get_process_comm(pid, &comm); in ignore_proc() 89 if (get_process_comm(PTR_TO_PID(p), &s) >= 0) in log_children_no_yet_killed() 217 (void) get_process_comm(pid, &s); in killall()
|
/systemd-251/src/test/ |
D | test-process-util.c | 56 assert_se(get_process_comm(pid, &a) >= 0); in test_get_process_comm_one() 101 TEST(get_process_comm) { in TEST() argument 160 assert_se(get_process_comm(0, &n) >= 0); in test_get_process_comm_escape_one() 170 assert_se(get_process_comm(0, &saved) >= 0); in TEST() 549 assert_se(get_process_comm(0, &comm) >= 0); in test_rename_process_now()
|
/systemd-251/src/journal/ |
D | journald-wall.c | 30 (void) get_process_comm(ucred->pid, &ident_buf); in server_forward_wall()
|
D | journald-console.c | 69 (void) get_process_comm(ucred->pid, &ident_buf); in server_forward_console()
|
D | journald-kmsg.c | 63 (void) get_process_comm(ucred->pid, &ident_buf); in server_forward_kmsg()
|
D | journald-syslog.c | 155 (void) get_process_comm(ucred->pid, &ident_buf); in server_forward_syslog()
|
D | journald-context.c | 222 if (get_process_comm(c->pid, &t) >= 0) in client_context_read_basic()
|
/systemd-251/src/basic/ |
D | process-util.h | 41 int get_process_comm(pid_t pid, char **ret);
|
D | process-util.c | 88 int get_process_comm(pid_t pid, char **ret) { in get_process_comm() function 166 r = get_process_comm(pid, &comm); in get_process_cmdline_nulstr() 747 r = get_process_comm(pid, &buffer); in wait_for_terminate_and_check()
|
D | log.c | 1345 (void) get_process_comm(si->ssi_pid, &p); in log_received_signal()
|
/systemd-251/src/login/ |
D | logind-action.c | 229 (void) get_process_comm(offending->pid, &comm); in manager_handle_action()
|
D | inhibit.c | 109 (void) get_process_comm(pid, &comm); in print_inhibitors()
|
D | loginctl.c | 482 (void) get_process_comm(i.leader, &t); in print_session_status_info()
|
D | logind-dbus.c | 1656 (void) get_process_comm(offending->pid, &comm); in manager_dispatch_delayed()
|
/systemd-251/src/systemctl/ |
D | systemctl-logind.c | 169 (void) get_process_comm(pid, &comm); in logind_check_inhibitors()
|
D | systemctl-show.c | 627 (void) get_process_comm(i->main_pid, &comm); in print_status_info() 662 (void) get_process_comm(i->control_pid, &c); in print_status_info()
|
/systemd-251/src/core/ |
D | unit.c | 3841 (void) get_process_comm(pid, &comm); in kill_common_log() 3880 (void) get_process_comm(control_pid, &comm); in unit_kill_common() 3902 (void) get_process_comm(main_pid, &comm); in unit_kill_common() 4477 (void) get_process_comm(pid, &comm); in log_kill() 4559 (void) get_process_comm(main_pid, &comm); in unit_kill_context() 4578 (void) get_process_comm(control_pid, &comm); in unit_kill_context() 5481 (void) get_process_comm(pid, &comm); in unit_log_leftover_process_start() 5499 (void) get_process_comm(pid, &comm); in unit_log_leftover_process_stop()
|
D | automount.c | 1010 (void) get_process_comm(packet.v5_packet.pid, &p); in automount_dispatch_io()
|
D | manager.c | 2637 (void) get_process_comm(si.si_pid, &name); in manager_dispatch_sigchld()
|
D | service.c | 2144 (void) get_process_comm(s->control_pid, &comm); in service_kill_control_process()
|
/systemd-251/src/coredump/ |
D | coredump.c | 1188 r = get_process_comm(pid, &t); in gather_pid_metadata()
|
/systemd-251/src/libsystemd/sd-bus/ |
D | bus-creds.c | 972 r = get_process_comm(pid, &c->comm); in bus_creds_add_more()
|
/systemd-251/src/machine/ |
D | machinectl.c | 536 get_process_comm(i->leader, &t); in print_machine_status_info()
|