Home
last modified time | relevance | path

Searched defs:pid (Results 1 – 25 of 57) sorted by relevance

123

/busybox-1.35.0/debianutils/
Dstart_stop_daemon.c126 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/
Dutmp.c17 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()
Dvfork_daemon_rexec.c180 pid_t pid; in spawn() local
219 pid_t pid = spawn(argv); in xspawn() local
263 pid_t pid; in fork_or_rexec() local
Dmissing_syscalls.c13 pid_t getsid(pid_t pid) in getsid()
Dprocps.c179 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/
Dtimeout.c50 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/
Dpstree.c46 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
Dpmap.c63 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
Dpwdx.c35 unsigned pid; in pwdx_main() local
Dpgrep.c89 static void act(unsigned pid, char *cmd, int signo) in act()
103 unsigned pid; in pgrep_main() local
Dkill.c110 pid_t pid; in kill_main() local
/busybox-1.35.0/runit/
Drunsvdir.c73 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/
Dinit.c202 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
Dbootchartd.c143 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/
Dsetsid.c58 pid_t pid = fork_or_rexec(argv); in setsid_main() local
Dtaskset.c100 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
Dchrt.c92 pid_t pid = 0; in chrt_main() local
Dionice.c66 int pid = 0; /* affect own process */ in ionice_main() local
/busybox-1.35.0/networking/
Dtcpudp_perhost.h14 int pid; member
Dnc.c231 pid_t pid; in nc_main() local
Dtcpudp_perhost.c45 void FAST_FUNC ipsvd_perhost_remove(struct hcc *cc, int pid) in ipsvd_perhost_remove()
Dtcpudp.c183 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/
Dtime.c90 static void resuse_end(pid_t pid, resource_t *resp) in resuse_end()
404 pid_t pid; in run_command() local
Dcrontab.c46 pid_t pid; in edit_file() local
/busybox-1.35.0/archival/libarchive/
Ddata_extract_to_command.c77 pid_t pid; in data_extract_to_command() local

123