Home
last modified time | relevance | path

Searched defs:pids (Results 1 – 10 of 10) sorted by relevance

/systemd-251/src/shared/
Dkillall.c81 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
Dbus-unit-procs.c18 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
Dcgroup-show.c33 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()
Dexec-util.c92 _cleanup_hashmap_free_free_ Hashmap *pids = NULL; in do_execute() local
/systemd-251/src/remount-fs/
Dremount-fs.c48 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/
Duserdbd-manager.c161 char pids[DECIMAL_STR_MAX(pid_t)]; in start_one_worker() local
/systemd-251/src/tty-ask-password-agent/
Dtty-ask-password-agent.c581 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/
Ddbus-unit.c1235 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
Dunit.h248 Set *pids; member
Dcgroup.c2288 int unit_attach_pids_to_cgroup(Unit *u, Set *pids, const char *suffix_path) { in unit_attach_pids_to_cgroup()