Searched refs:pid (Results 251 - 275 of 2000) sorted by relevance

<<11121314151617181920>>

/netbsd-current/usr.bin/kdump/
H A Dsetemul.c163 pid_t pid; member in struct:emulation_ctx
181 setemul(const char *name, pid_t pid, int update_ectx) argument
199 ectx_update(pid, match);
221 * Find an emulation context appropriate for the given pid.
224 ectx_find(pid_t pid) argument
230 if (ctx->pid == pid)
239 ctx->pid = pid;
254 * Update emulation context for given pid, o
258 ectx_update(pid_t pid, const struct emulation *emul) argument
270 ectx_sanify(pid_t pid) argument
[all...]
/netbsd-current/tests/usr.bin/fstat/
H A Dt_fstat.sh45 for pid in $pids; do
47 if [ $pid = "PID" ]; then
51 atf_check -o ignore -s exit:0 -e empty -x "fstat -p $pid"
/netbsd-current/external/bsd/openldap/dist/tests/scripts/
H A Dgrandchild_wrapper.py41 "pgrep", "-o", "--parent", str(child.pid),
48 grandchild = [int(pid) for pid in stdout.split()][0]
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh26 kill_daemon udhcpc /var/run/udhcpc-$GIFNAME.pid
31 kill_daemon udhcpc /var/run/udhcpc-$GIFNAME.pid
32 kill_daemon udhcpd /var/run/udhcpd-$GIFNAME.pid
33 udhcpc -i $GIFNAME -p /var/run/udhcpc-$GIFNAME.pid \
41 kill_daemon udhcpd /var/run/udhcpd-$GIFNAME.pid
45 kill_daemon udhcpc /var/run/udhcpc-$GIFNAME.pid
/netbsd-current/external/cddl/dtracetoolkit/dist/Apps/
H A Dshellsnoop72 filter=0; pid=0; uid=0
78 p) opt_pid=1; pid=$OPTARG ;;
118 inline int PID = '$pid';
147 child[pid] = 1;
154 child[pid] = 0;
168 /(OPT_pid == 1 && PID != pid) || (OPT_uid == 1 && UID != uid)/
173 /self->buf && child[pid] == 0 && OPT_time == 1/
178 /self->buf && child[pid] == 0 && OPT_timestr == 1/
183 /self->buf && child[pid] == 0 && OPT_quiet == 0/
188 printf("%5d %5d %8s %3s %s\n", pid, curpsinf
[all...]
/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Ddvmstat66 opt_pid=0; opt_name=0; pid=0; pname="."; opt_command=0; command=""
72 p) opt_pid=1; pid=$OPTARG ;;
112 inline int PID = '$pid';
151 /(OPT_pid && pid == PID) ||
153 (OPT_command && pid == $target)/
157 /(OPT_pid && pid == PID) ||
159 (OPT_command && pid == $target)/
163 /(OPT_pid && pid == PID) ||
165 (OPT_command && pid == $target)/
169 /(OPT_pid && pid
[all...]
H A Dshellsnoop72 filter=0; pid=0; uid=0
78 p) opt_pid=1; pid=$OPTARG ;;
118 inline int PID = '$pid';
147 child[pid] = 1;
154 child[pid] = 0;
168 /(OPT_pid == 1 && PID != pid) || (OPT_uid == 1 && UID != uid)/
173 /self->buf && child[pid] == 0 && OPT_time == 1/
178 /self->buf && child[pid] == 0 && OPT_timestr == 1/
183 /self->buf && child[pid] == 0 && OPT_quiet == 0/
188 printf("%5d %5d %8s %3s %s\n", pid, curpsinf
[all...]
H A Dbitesize.d71 @Size[pid, curpsinfo->pr_psargs] = quantize(this->size);
H A Ddnlcps.d59 @Result[execname, pid] = lquantize(this->code, 0, 1, 1);
H A Diofileb.d51 @files[pid, execname, args[2]->fi_pathname] = sum(args[0]->b_bcount);
H A Dj_who.d51 @calls[pid, uid, curpsinfo->pr_psargs] = count();
H A Djs_who.d49 @funcs[pid, uid, copyinstr(arg0)] = count();
H A Dminfbypid.d50 @mem[pid, execname] = sum(arg0);
H A Dpgpginbypid.d46 @pg[pid, execname] = sum(arg0);
/netbsd-current/external/cddl/dtracetoolkit/dist/
H A Ddvmstat66 opt_pid=0; opt_name=0; pid=0; pname="."; opt_command=0; command=""
72 p) opt_pid=1; pid=$OPTARG ;;
112 inline int PID = '$pid';
151 /(OPT_pid && pid == PID) ||
153 (OPT_command && pid == $target)/
157 /(OPT_pid && pid == PID) ||
159 (OPT_command && pid == $target)/
163 /(OPT_pid && pid == PID) ||
165 (OPT_command && pid == $target)/
169 /(OPT_pid && pid
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/tsiggss/
H A Dauthsock.pl23 my $pidfile = "authsock.pid";
42 open(my $pid,">",$pidfile)
44 print $pid "$$\n";
45 close($pid);
/netbsd-current/lib/libc/arch/powerpc/sys/
H A D__vfork14.S4 * pid = vfork();
7 * r3 == pid of child in parent, pid of parent in child.
14 and %r3,%r3,%r4 # return 0 in child, pid in parent
H A Dfork.S4 * pid = fork();
7 * r3 == pid of child in parent, pid of parent in child.
14 and %r3,%r3,%r4 # return 0 in child, pid in parent
/netbsd-current/lib/libc/arch/powerpc64/sys/
H A D__vfork14.S4 * pid = vfork();
7 * r3 == pid of child in parent, pid of parent in child.
14 and %r3,%r3,%r4 # return 0 in child, pid in parent
H A Dfork.S4 * pid = fork();
7 * r3 == pid of child in parent, pid of parent in child.
14 and %r3,%r3,%r4 # return 0 in child, pid in parent
/netbsd-current/lib/libc/arch/sparc/sys/
H A D__vfork14.S48 * pid = vfork();
51 * %o0 == pid of child in parent, pid of parent in child.
59 and %o0, %o1, %o0 ! return 0 in child, pid in parent
H A Dfork.S52 and %o0, %o1, %o0 ! return 0 in child, pid in parent
/netbsd-current/lib/libc/arch/vax/sys/
H A Dfork.S41 ret # pid = fork()
/netbsd-current/lib/libc/compat/arch/powerpc/sys/
H A Dcompat_Ovfork.S4 * pid = vfork();
7 * r3 == pid of child in parent, pid of parent in child.
21 and %r3,%r3,%r4 # return 0 in child, pid in parent
/netbsd-current/lib/libc/sys/
H A Dsigqueue.c48 sigqueue(pid_t pid, int signo, const union sigval value) argument
60 return sigqueueinfo(pid, &info);

Completed in 231 milliseconds

<<11121314151617181920>>