Searched defs:pids (Results 1 – 10 of 10) sorted by relevance
/systemd-251/src/shared/ |
D | killall.c | 81 static void log_children_no_yet_killed(Set *pids) { in log_children_no_yet_killed() 103 static int wait_for_children(Set *pids, sigset_t *mask, usec_t timeout) { in wait_for_children() 190 static int killall(int sig, Set *pids, bool send_sighup) { in killall() 254 _cleanup_set_free_ Set *pids = NULL; in broadcast_signal() local
|
D | bus-unit-procs.c | 18 Hashmap *pids; /* PID → process name */ member 155 pid_t *pids; in dump_processes() local 255 _cleanup_free_ pid_t *pids = NULL; in dump_extra_processes() local
|
D | cgroup-show.c | 33 pid_t pids[], in show_pid_array() 88 _cleanup_free_ pid_t *pids = NULL; in show_cgroup_one_by_path() local 359 const pid_t pids[], in show_extra_pids()
|
D | exec-util.c | 92 _cleanup_hashmap_free_free_ Hashmap *pids = NULL; in do_execute() local
|
/systemd-251/src/remount-fs/ |
D | remount-fs.c | 48 static int do_remount(const char *path, bool force_rw, Hashmap **pids) { in do_remount() 74 _cleanup_hashmap_free_free_ Hashmap *pids = NULL; in run() local
|
/systemd-251/src/userdb/ |
D | userdbd-manager.c | 161 char pids[DECIMAL_STR_MAX(pid_t)]; in start_one_worker() local
|
/systemd-251/src/tty-ask-password-agent/ |
D | tty-ask-password-agent.c | 581 static void terminate_agents(Set *pids) { in terminate_agents() 630 _cleanup_set_free_ Set *pids = NULL; in ask_on_consoles() local
|
/systemd-251/src/core/ |
D | dbus-unit.c | 1235 static int append_process(sd_bus_message *reply, const char *p, pid_t pid, Set *pids) { in append_process() 1269 static int append_cgroup(sd_bus_message *reply, const char *p, Set *pids) { in append_cgroup() 1333 _cleanup_set_free_ Set *pids = NULL; in bus_unit_method_get_processes() local 1447 _cleanup_set_free_ Set *pids = NULL; in bus_unit_method_attach_processes() local
|
D | unit.h | 248 Set *pids; member
|
D | cgroup.c | 2288 int unit_attach_pids_to_cgroup(Unit *u, Set *pids, const char *suffix_path) { in unit_attach_pids_to_cgroup()
|