/busybox-1.35.0/debianutils/ |
D | start_stop_daemon.c | 126 pid_t pid; member 182 static int pid_is_exec(pid_t pid) in pid_is_exec() 196 static int pid_is_exec(pid_t pid) in pid_is_exec() 221 static int pid_is_name(pid_t pid) in pid_is_name() 246 static int pid_is_user(int pid) in pid_is_user() 257 static void check(int pid) in check() 279 unsigned pid; in do_pidfile() local 294 int pid; in do_procinit() local 516 pid_t pid = xvfork(); in start_stop_daemon_main() local
|
/busybox-1.35.0/libbb/ |
D | utmp.c | 17 void FAST_FUNC write_new_utmp(pid_t pid, int new_type, const char *tty_name, const char *username, … in write_new_utmp() 65 void FAST_FUNC update_utmp(pid_t pid, int new_type, const char *tty_name, const char *username, con… in update_utmp() 143 void FAST_FUNC update_utmp_DEAD_PROCESS(pid_t pid) in update_utmp_DEAD_PROCESS()
|
D | vfork_daemon_rexec.c | 180 pid_t pid; in spawn() local 219 pid_t pid = spawn(argv); in xspawn() local 263 pid_t pid; in fork_or_rexec() local
|
D | missing_syscalls.c | 13 pid_t getsid(pid_t pid) in getsid()
|
D | procps.c | 179 int FAST_FUNC procps_read_smaps(pid_t pid, struct smaprec *total, in procps_read_smaps() 291 unsigned pid; in procps_scan() local 569 void FAST_FUNC read_cmdline(char *buf, int col, unsigned pid, const char *comm) in read_cmdline()
|
/busybox-1.35.0/coreutils/ |
D | timeout.c | 50 static NOINLINE int timeout_wait(int timeout, pid_t pid) in timeout_wait() 73 pid_t pid; in timeout_main() local
|
/busybox-1.35.0/procps/ |
D | pstree.c | 46 pid_t pid; member 131 static PROC *find_proc(pid_t pid) in find_proc() 142 static PROC *new_proc(const char *comm, pid_t pid, uid_t uid) in new_proc() 174 static void add_proc(const char *comm, pid_t pid, pid_t ppid, in add_proc() 348 static void handle_thread(const char *comm, pid_t pid, pid_t ppid, uid_t uid) in handle_thread() 382 pid_t pid = 1; in pstree_main() local
|
D | pmap.c | 63 static int procps_get_maps(pid_t pid, unsigned opt) in procps_get_maps() 104 pid_t pid = xatoi_positive(*argv++); in pmap_main() local
|
D | pwdx.c | 35 unsigned pid; in pwdx_main() local
|
D | pgrep.c | 89 static void act(unsigned pid, char *cmd, int signo) in act() 103 unsigned pid; in pgrep_main() local
|
D | kill.c | 110 pid_t pid; in kill_main() local
|
/busybox-1.35.0/runit/ |
D | runsvdir.c | 73 pid_t pid; member 121 pid_t pid; in runsv() local 316 pid_t pid = wait_any_nohang(NULL); in runsvdir_main() local 401 pid_t pid; in runsvdir_main() local
|
/busybox-1.35.0/init/ |
D | init.c | 202 pid_t pid; member 481 pid_t pid; in run() local 556 static struct init_action *mark_terminated(pid_t pid) in mark_terminated() 572 static void waitfor(pid_t pid) in waitfor() 603 pid_t pid = run(a); in run_actions() local 736 pid_t pid; in pause_and_low_level_reboot() local
|
D | bootchartd.c | 143 unsigned pid = bb_strtou(entry->d_name, NULL, 10); in dump_procs() local 459 pid_t pid = xvfork(); in bootchartd_main() local
|
/busybox-1.35.0/util-linux/ |
D | setsid.c | 58 pid_t pid = fork_or_rexec(argv); in setsid_main() local
|
D | taskset.c | 100 static unsigned long *get_aff(int pid, unsigned *sz) in get_aff() 221 …pid_t pid = !pid_str ? 0 : xatou_range(pid_str, 1, INT_MAX); /* disallow "0": "taskset -p 0" shoul… in process_pid_str() local
|
D | chrt.c | 92 pid_t pid = 0; in chrt_main() local
|
D | ionice.c | 66 int pid = 0; /* affect own process */ in ionice_main() local
|
/busybox-1.35.0/networking/ |
D | tcpudp_perhost.h | 14 int pid; member
|
D | nc.c | 231 pid_t pid; in nc_main() local
|
D | tcpudp_perhost.c | 45 void FAST_FUNC ipsvd_perhost_remove(struct hcc *cc, int pid) in ipsvd_perhost_remove()
|
D | tcpudp.c | 183 static void print_waitstat(unsigned pid, int wstat) in print_waitstat() 236 pid_t pid; in sig_child_handler() local 271 int pid; in tcpudpsvd_main() local
|
/busybox-1.35.0/miscutils/ |
D | time.c | 90 static void resuse_end(pid_t pid, resource_t *resp) in resuse_end() 404 pid_t pid; in run_command() local
|
D | crontab.c | 46 pid_t pid; in edit_file() local
|
/busybox-1.35.0/archival/libarchive/ |
D | data_extract_to_command.c | 77 pid_t pid; in data_extract_to_command() local
|