Searched refs:pid (Results 176 - 200 of 2000) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/examples/
H A Dudhcpd-p2p.conf62 # The location of the pid file
63 pidfile /var/run/udhcpd-wlan2.pid #default: /var/run/udhcpd.pid
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dtmpnam.c32 int pid = getpid (); local
43 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter);
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dtmpnam.c32 int pid = getpid (); local
43 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter);
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dtmpnam.c32 int pid = getpid (); local
43 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter);
/netbsd-current/lib/libc/gen/
H A Dwaitpid.c52 waitpid(pid_t pid, int *istat, int options)
54 return (wait4(pid, istat, options, (struct rusage *)0));
/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dj_events.d49 @calls[pid, probename] = count();
H A Drwsnoop11 # USAGE: rwsnoop [-jPtvZ] [-n name] [-p pid]
82 opt_bytes=1; filter=0; pname=.; pid=0; opt_ppid=0;
89 p) opt_pid=1; pid=$OPTARG ;;
95 USAGE: rwsnoop [-jPtvZ] [-n name] [-p pid]
138 inline int PID = '$pid';
163 /pid != $pid/
170 (OPT_pid == 1 && PID == pid) ? self->ok = 1 : 1;
225 uid, pid, execname, self->fd, self->rw, (int)self->size);
H A Dtcl_flow.d62 printf("%3d %6d %-16d %*s-> %s\n", cpu, pid, timestamp / 1000,
70 printf("%3d %6d %-16d %*s<- %s\n", cpu, pid, timestamp / 1000,
76 printf("%3d %6d %-16d %*s > %s\n", cpu, pid, timestamp / 1000,
84 printf("%3d %6d %-16d %*s < %s\n", cpu, pid, timestamp / 1000,
H A Dj_syscalls.d54 @calls[pid, "method", this->name] = count();
58 /pid == $target/
60 @calls[pid, "syscall", probefunc] = count();
H A Dpfilestat11 # USAGE: pfilestat [-r|-w] pid
58 USAGE: pfilestat [-r|-w] pid
62 pfilestat pid # default, r+w counts
63 pfilestat -r pid # read count only
75 echo "Must supply pid"
122 /pid == PID && OPT_read/
142 /pid == PID && OPT_read/
159 /pid == PID && OPT_write/
171 /pid == PID && OPT_write/
185 /pid
[all...]
/netbsd-current/external/cddl/dtracetoolkit/dist/Java/
H A Dj_events.d49 @calls[pid, probename] = count();
H A Dj_syscalls.d54 @calls[pid, "method", this->name] = count();
58 /pid == $target/
60 @calls[pid, "syscall", probefunc] = count();
/netbsd-current/external/cddl/dtracetoolkit/dist/Tcl/
H A Dtcl_flow.d62 printf("%3d %6d %-16d %*s-> %s\n", cpu, pid, timestamp / 1000,
70 printf("%3d %6d %-16d %*s<- %s\n", cpu, pid, timestamp / 1000,
76 printf("%3d %6d %-16d %*s > %s\n", cpu, pid, timestamp / 1000,
84 printf("%3d %6d %-16d %*s < %s\n", cpu, pid, timestamp / 1000,
/netbsd-current/external/cddl/dtracetoolkit/dist/
H A Drwsnoop11 # USAGE: rwsnoop [-jPtvZ] [-n name] [-p pid]
82 opt_bytes=1; filter=0; pname=.; pid=0; opt_ppid=0;
89 p) opt_pid=1; pid=$OPTARG ;;
95 USAGE: rwsnoop [-jPtvZ] [-n name] [-p pid]
138 inline int PID = '$pid';
163 /pid != $pid/
170 (OPT_pid == 1 && PID == pid) ? self->ok = 1 : 1;
225 uid, pid, execname, self->fd, self->rw, (int)self->size);
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dtmpnam.c32 int pid = getpid (); local
43 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter);
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dtmpnam.c32 int pid = getpid (); local
43 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter);
/netbsd-current/tests/lib/libc/gen/
H A Dt_assert.c74 pid_t pid; local
77 pid = fork();
78 ATF_REQUIRE(pid >= 0);
80 if (pid == 0) {
112 pid_t pid; local
115 pid = fork();
116 ATF_REQUIRE(pid >= 0);
118 if (pid == 0) {
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dtmpnam.c32 int pid = getpid (); local
43 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter);
/netbsd-current/external/bsd/openldap/dist/tests/data/
H A Dslapd-dnssrv.conf17 pidfile @TESTDIR@/slapd.pid
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Darm-fbsd-nat.c67 pid_t pid = get_ptrace_pid (regcache->ptid ()); local
73 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
85 if (ptrace (PT_GETVFPREGS, pid, (PTRACE_TYPE_ARG3) &vfpregs, 0) == -1)
100 pid_t pid = get_ptrace_pid (regcache->ptid ()); local
106 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
112 if (ptrace (PT_SETREGS, pid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
121 if (ptrace (PT_GETVFPREGS, pid, (PTRACE_TYPE_ARG3) &vfpregs, 0) == -1)
127 if (ptrace (PT_SETVFPREGS, pid, (PTRACE_TYPE_ARG3) &vfpregs, 0) == -1)
H A Daarch64-fbsd-nat.c64 pid_t pid = get_ptrace_pid (regcache->ptid ()); local
70 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
81 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1)
96 pid_t pid = get_ptrace_pid (regcache->ptid ()); local
102 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
108 if (ptrace (PT_SETREGS, pid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
116 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1)
122 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1)
H A Driscv-fbsd-nat.c66 pid_t pid = get_ptrace_pid (regcache->ptid ()); local
74 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
85 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1)
100 pid_t pid = get_ptrace_pid (regcache->ptid ()); local
106 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
112 if (ptrace (PT_SETREGS, pid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
120 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1)
126 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1)
H A Dmips-fbsd-nat.c66 pid_t pid = get_ptrace_pid (regcache->ptid ()); local
73 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
83 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1)
97 pid_t pid = get_ptrace_pid (regcache->ptid ()); local
104 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
110 if (ptrace (PT_SETREGS, pid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
118 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1)
124 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-fbsd-nat.c66 pid_t pid = get_ptrace_pid (regcache->ptid ()); local
73 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
83 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1)
97 pid_t pid = get_ptrace_pid (regcache->ptid ()); local
104 if (ptrace (PT_GETREGS, pid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
110 if (ptrace (PT_SETREGS, pid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
118 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1)
124 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1)
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dmail_run.c84 int pid; local
92 switch (pid = fork()) {
103 wpid = waitpid(pid, &status, 0);
119 int pid; local
126 switch (pid = fork()) {
136 RETURN(pid);

Completed in 388 milliseconds

1234567891011>>