Searched refs:pid (Results 1 - 25 of 3891) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dpid.h15 * What is struct pid?
17 * A struct pid is the kernel's internal notion of a process identifier.
19 * there are processes attached to it the struct pid lives in a hash
21 * quickly from the numeric pid value. The attached processes may be
22 * quickly accessed by following pointers from struct pid.
25 * problem. The process originally with that pid may have exited and the
26 * pid allocator wrapped, and another process could have come along
27 * and been assigned that pid.
34 * a struct pid is about 64 bytes.
36 * Holding a reference to struct pid solve
57 struct pid struct
72 struct pid *pid; member in struct:pid_link
75 get_pid(struct pid *pid) argument
135 ns_of_pid(struct pid *pid) argument
154 pid_nr(struct pid *pid) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/include/shared/
H A Dregisters.h12 extern int save_fp_registers(int pid, unsigned long *fp_regs);
13 extern int restore_fp_registers(int pid, unsigned long *fp_regs);
14 extern int save_fpx_registers(int pid, unsigned long *fp_regs);
15 extern int restore_fpx_registers(int pid, unsigned long *fp_regs);
16 extern int save_registers(int pid, struct uml_pt_regs *regs);
17 extern int restore_registers(int pid, struct uml_pt_regs *regs);
18 extern int init_registers(int pid);
21 extern int get_fp_registers(int pid, unsigned long *regs);
22 extern int put_fp_registers(int pid, unsigned long *regs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/include/shared/
H A Dregisters.h12 extern int save_fp_registers(int pid, unsigned long *fp_regs);
13 extern int restore_fp_registers(int pid, unsigned long *fp_regs);
14 extern int save_fpx_registers(int pid, unsigned long *fp_regs);
15 extern int restore_fpx_registers(int pid, unsigned long *fp_regs);
16 extern int save_registers(int pid, struct uml_pt_regs *regs);
17 extern int restore_registers(int pid, struct uml_pt_regs *regs);
18 extern int init_registers(int pid);
21 extern int get_fp_registers(int pid, unsigned long *regs);
22 extern int put_fp_registers(int pid, unsigned long *regs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dpid.h15 * What is struct pid?
17 * A struct pid is the kernel's internal notion of a process identifier.
19 * there are processes attached to it the struct pid lives in a hash
21 * quickly from the numeric pid value. The attached processes may be
22 * quickly accessed by following pointers from struct pid.
25 * problem. The process originally with that pid may have exited and the
26 * pid allocator wrapped, and another process could have come along
27 * and been assigned that pid.
34 * a struct pid is about 64 bytes.
36 * Holding a reference to struct pid solve
57 struct pid struct
72 struct pid *pid; member in struct:pid_link
75 get_pid(struct pid *pid) argument
135 ns_of_pid(struct pid *pid) argument
154 pid_nr(struct pid *pid) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/sys-x86_64/
H A Dptrace_user.c10 int ptrace_getregs(long pid, unsigned long *regs_out) argument
12 if (ptrace(PTRACE_GETREGS, pid, 0, regs_out) < 0)
17 int ptrace_setregs(long pid, unsigned long *regs_out) argument
19 if (ptrace(PTRACE_SETREGS, pid, 0, regs_out) < 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/sys-x86_64/
H A Dptrace_user.c10 int ptrace_getregs(long pid, unsigned long *regs_out) argument
12 if (ptrace(PTRACE_GETREGS, pid, 0, regs_out) < 0)
17 int ptrace_setregs(long pid, unsigned long *regs_out) argument
19 if (ptrace(PTRACE_SETREGS, pid, 0, regs_out) < 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dnbsd-nat.h26 extern char *nbsd_pid_to_exec_file (int pid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.base/
H A Dfoll-vfork.c10 int pid; local
12 pid = vfork ();
13 if (pid == 0) {
18 printf ("I'm the proud parent of child #%d!\n", pid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dnbsd-nat.h26 extern char *nbsd_pid_to_exec_file (int pid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Dfoll-vfork.c10 int pid; local
12 pid = vfork ();
13 if (pid == 0) {
18 printf ("I'm the proud parent of child #%d!\n", pid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dnbsd-nat.h26 extern char *nbsd_pid_to_exec_file (int pid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.base/
H A Dfoll-vfork.c10 int pid; local
12 pid = vfork ();
13 if (pid == 0) {
18 printf ("I'm the proud parent of child #%d!\n", pid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/tests/
H A Dftp.pm33 # pidfromfile returns the pid stored in the given pidfile. The value
34 # of the returned pid will never be a negative value. It will be zero
35 # on any file related error or if a pid can not be extracted from the
40 my $pid = 0;
43 $pid = 0 + <PIDFH>;
45 $pid = 0 unless($pid > 0);
47 return $pid;
51 # processexists checks if a process with the pid stored in the given
53 # error or if a pid ca
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/tests/
H A Dftp.pm33 # pidfromfile returns the pid stored in the given pidfile. The value
34 # of the returned pid will never be a negative value. It will be zero
35 # on any file related error or if a pid can not be extracted from the
40 my $pid = 0;
43 $pid = 0 + <PIDFH>;
45 $pid = 0 unless($pid > 0);
47 return $pid;
51 # processexists checks if a process with the pid stored in the given
53 # error or if a pid ca
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/tests/
H A Dftp.pm33 # pidfromfile returns the pid stored in the given pidfile. The value
34 # of the returned pid will never be a negative value. It will be zero
35 # on any file related error or if a pid can not be extracted from the
40 my $pid = 0;
43 $pid = 0 + <PIDFH>;
45 $pid = 0 unless($pid > 0);
47 return $pid;
51 # processexists checks if a process with the pid stored in the given
53 # error or if a pid ca
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/web/
H A Dstartstop.c89 pid_t pid = pidfile_pid("smbd"); local
93 if (pid <= 0) return;
95 kill(pid, SIGTERM);
101 pid_t pid = pidfile_pid("nmbd"); local
105 if (pid <= 0) return;
107 kill(pid, SIGTERM);
113 pid_t pid = pidfile_pid("winbindd"); local
117 if (pid <= 0) return;
119 kill(pid, SIGTERM);
123 void kill_pid(struct server_id pid) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/web/
H A Dstartstop.c89 pid_t pid = pidfile_pid("smbd"); local
93 if (pid <= 0) return;
95 kill(pid, SIGTERM);
101 pid_t pid = pidfile_pid("nmbd"); local
105 if (pid <= 0) return;
107 kill(pid, SIGTERM);
113 pid_t pid = pidfile_pid("winbindd"); local
117 if (pid <= 0) return;
119 kill(pid, SIGTERM);
123 void kill_pid(struct server_id pid) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/web/
H A Dstartstop.c89 pid_t pid = pidfile_pid("smbd"); local
93 if (pid <= 0) return;
95 kill(pid, SIGTERM);
101 pid_t pid = pidfile_pid("nmbd"); local
105 if (pid <= 0) return;
107 kill(pid, SIGTERM);
113 pid_t pid = pidfile_pid("winbindd"); local
117 if (pid <= 0) return;
119 kill(pid, SIGTERM);
123 void kill_pid(struct server_id pid) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/
H A Dtcpudp_perhost.h14 int pid; member in struct:hcc
23 * (useful for storing pid later).
27 /* Finds and frees element with pid */
28 void ipsvd_perhost_remove(int pid);
30 //unsigned ipsvd_perhost_setpid(int pid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/os-Linux/sys-x86_64/
H A Dregisters.c14 int save_fp_registers(int pid, unsigned long *fp_regs) argument
16 if (ptrace(PTRACE_GETFPREGS, pid, 0, fp_regs) < 0)
21 int restore_fp_registers(int pid, unsigned long *fp_regs) argument
23 if (ptrace(PTRACE_SETFPREGS, pid, 0, fp_regs) < 0)
44 int get_fp_registers(int pid, unsigned long *regs) argument
46 return save_fp_registers(pid, regs);
49 int put_fp_registers(int pid, unsigned long *regs) argument
51 return restore_fp_registers(pid, regs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/os-Linux/sys-x86_64/
H A Dregisters.c14 int save_fp_registers(int pid, unsigned long *fp_regs) argument
16 if (ptrace(PTRACE_GETFPREGS, pid, 0, fp_regs) < 0)
21 int restore_fp_registers(int pid, unsigned long *fp_regs) argument
23 if (ptrace(PTRACE_SETFPREGS, pid, 0, fp_regs) < 0)
44 int get_fp_registers(int pid, unsigned long *regs) argument
46 return save_fp_registers(pid, regs);
49 int put_fp_registers(int pid, unsigned long *regs) argument
51 return restore_fp_registers(pid, regs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Dtcpudp_perhost.h14 int pid; member in struct:hcc
23 * (useful for storing pid later).
27 /* Finds and frees element with pid */
28 void ipsvd_perhost_remove(int pid);
30 //unsigned ipsvd_perhost_setpid(int pid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Dtcpudp_perhost.h14 int pid; member in struct:hcc
23 * (useful for storing pid later).
27 /* Finds and frees element with pid */
28 void ipsvd_perhost_remove(int pid);
30 //unsigned ipsvd_perhost_setpid(int pid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/packaging/Example/
H A Dsamba.init9 pid=`/bin/ps ax | grep -w $1 | sed -e 's/^ *//' -e 's/ .*//'`
11 [ "$pid" != "" ] && kill -15 $pid
12 echo $pid
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/include/shared/skas/
H A Dmm_id.h12 int pid; member in union:mm_id::__anon14288

Completed in 147 milliseconds

1234567891011>>