Searched refs:pid (Results 76 - 100 of 2000) sorted by relevance

1234567891011>>

/netbsd-current/tests/kernel/
H A Dt_ps_strings.sh42 local pid seq arg
44 pid="$1" ; shift
46 while [ "$1" != "$pid" ] ; do
77 parse=$(parse_ps $h_pid $(ps -wwo pid,args -p $h_pid) )
/netbsd-current/tests/lib/libc/stdlib/
H A Dt_exit.c59 pid_t pid; local
62 pid = fork();
63 ATF_REQUIRE(pid >= 0);
65 if (pid == 0) {
92 pid_t pid; local
95 pid = fork();
96 ATF_REQUIRE(pid >= 0);
98 if (pid == 0) {
119 pid_t pid; local
123 pid
148 pid_t pid; local
[all...]
/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dthreaded.d52 /pid != 0/
54 @sample[pid, execname] = lquantize(tid, 0, 128, 1);
H A Dtcl_syscalls.d47 @calls[pid, "proc", copyinstr(arg0)] = count();
52 @calls[pid, "cmd", copyinstr(arg0)] = count();
56 /pid == $target/
58 @calls[pid, "syscall", probefunc] = count();
/netbsd-current/external/cddl/dtracetoolkit/dist/Proc/
H A Dthreaded.d52 /pid != 0/
54 @sample[pid, execname] = lquantize(tid, 0, 128, 1);
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dclone3.c32 int pid; local
35 pid = clone (process, (char *) stack + sizeof (stack) - 64,
38 if (pid <= 0)
40 fprintf (stderr, "Bad clone %d\n", pid);
/netbsd-current/external/mpl/dhcp/dist/contrib/
H A Dsolaris.init20 if [ -f @PREFIX@/etc/dhcpd.pid ]; then
21 PID=`cat @PREFIX@/etc/dhcpd.pid`
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dkill.c43 kill_sub (GFC_INTEGER_4 pid, GFC_INTEGER_4 signal, GFC_INTEGER_4 *status) argument
47 val = kill (pid, signal);
58 PREFIX (kill) (GFC_INTEGER_4 pid, GFC_INTEGER_4 signal) argument
61 val = (int)kill (pid, signal);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dfork-running-state.c92 pid_t pid; local
100 pid = fork ();
101 if (pid > 0)
103 else if (pid == 0)
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-tic6x/
H A Dattr-pid-00.d4 #source: attr-pid-0.s
5 #source: attr-pid-0.s
H A Dattr-pid-01.d4 #source: attr-pid-0.s
5 #source: attr-pid-1.s
H A Dattr-pid-02.d4 #source: attr-pid-0.s
5 #source: attr-pid-2.s
H A Dattr-pid-10.d4 #source: attr-pid-1.s
5 #source: attr-pid-0.s
H A Dattr-pid-20.d4 #source: attr-pid-2.s
5 #source: attr-pid-0.s
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dkill.c43 kill_sub (GFC_INTEGER_4 pid, GFC_INTEGER_4 signal, GFC_INTEGER_4 *status) argument
47 val = kill (pid, signal);
58 PREFIX (kill) (GFC_INTEGER_4 pid, GFC_INTEGER_4 signal) argument
61 val = (int)kill (pid, signal);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dvfork-multi-thread.c32 pid_t pid = vfork (); local
33 if (pid == 0)
42 int ret = waitpid (pid, &stat, 0);
43 assert (ret == pid);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfork-running-state.c92 pid_t pid; local
100 pid = fork ();
101 if (pid > 0)
103 else if (pid == 0)
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dclone3.c32 int pid; local
35 pid = clone (process, (char *) stack + sizeof (stack) - 64,
38 if (pid <= 0)
40 fprintf (stderr, "Bad clone %d\n", pid);
/netbsd-current/lib/libc/sys/
H A DLint_ptrace.c14 ptrace(int request, pid_t pid, void *addr, int data) argument
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dispatch/
H A Dclean.sh14 rm -f ns*/named.run ns*/named.conf ns*/named.pid ns*/managed-keys.bind*
15 rm -f ans*/ans.run ans*/ans.pid
/netbsd-current/external/bsd/libproc/dist/
H A Dproc_create.c48 proc_init(pid_t pid, int flags, int status, struct proc_handle *phdl) argument
55 phdl->pid = pid;
61 mib[2] = pid;
66 DPRINTF("ERROR: cannot get pathname for child process %d", pid);
77 mib[3] = pid;
82 DPRINTF("ERROR: cannot get kinfo_proc2 for pid %d", pid);
94 proc_attach(pid_t pid, int flags, struct proc_handle **pphdl) argument
100 if (pid
150 pid_t pid; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dx86-nat.c52 x86_lookup_debug_reg_state (pid_t pid) argument
54 auto it = x86_debug_process_state.find (pid);
64 x86_debug_reg_state (pid_t pid) argument
66 return &x86_debug_process_state[pid];
72 x86_forget_process (pid_t pid) argument
74 x86_debug_process_state.erase (pid);
84 x86_forget_process (inferior_ptid.pid ());
96 = x86_debug_reg_state (inferior_ptid.pid ());
109 = x86_debug_reg_state (inferior_ptid.pid ());
121 = x86_debug_reg_state (inferior_ptid.pid ());
[all...]
/netbsd-current/external/bsd/kyua-testers/dist/
H A Dcli_test.c162 const pid_t pid = atf_utils_fork(); local
163 if (pid == 0) {
169 atf_utils_wait(pid, EXIT_USAGE_ERROR, "", "cli_test: Unknown option -Z\n");
176 const pid_t pid = atf_utils_fork(); local
177 if (pid == 0) {
183 atf_utils_wait(pid, EXIT_USAGE_ERROR, "", "cli_test: -t requires an "
191 const pid_t pid = atf_utils_fork(); local
192 if (pid == 0) {
198 atf_utils_wait(pid, EXIT_USAGE_ERROR, "", "cli_test: Unknown command "
206 const pid_t pid local
224 const pid_t pid = atf_utils_fork(); local
246 const pid_t pid = atf_utils_fork(); local
306 const pid_t pid = atf_utils_fork(); local
326 const pid_t pid = atf_utils_fork(); local
349 const pid_t pid = atf_utils_fork(); local
365 const pid_t pid = atf_utils_fork(); local
380 const pid_t pid = atf_utils_fork(); local
397 const pid_t pid = atf_utils_fork(); local
421 const pid_t pid = atf_utils_fork(); local
445 const pid_t pid = atf_utils_fork(); local
473 const pid_t pid = atf_utils_fork(); local
501 const pid_t pid = atf_utils_fork(); local
521 const pid_t pid = atf_utils_fork(); local
549 const pid_t pid = atf_utils_fork(); local
565 const pid_t pid = atf_utils_fork(); local
[all...]
/netbsd-current/external/cddl/dtracetoolkit/dist/Tcl/
H A Dtcl_syscalls.d47 @calls[pid, "proc", copyinstr(arg0)] = count();
52 @calls[pid, "cmd", copyinstr(arg0)] = count();
56 /pid == $target/
58 @calls[pid, "syscall", probefunc] = count();
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-perl/
H A Dhello-2.pl.in15 print __x ("This program is running as process number {pid}.", pid => getpid());

Completed in 316 milliseconds

1234567891011>>