Searched refs:pid (Results 51 - 75 of 1106) sorted by relevance

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Dtst.aouttype.ksh38 pid=$!
40 $dtrace -n "BEGIN{ trace((pid$pid\`$t)0); exit(0); }"
43 kill -9 $pid
H A Dtst.libtype.ksh39 pid=$!
41 $dtrace -n "BEGIN{ trace((pid$pid\`$t)0); exit(0); }"
44 kill -9 $pid
H A Dtst.userstrings.ksh38 pid=$!
41 pid$pid::has_princess:entry
50 pid$pid::has_dungeons:entry
59 pid$pid::has_villain:entry
70 kill -9 $pid
H A Dtst.pidprinttarg.ksh39 pid=$!
41 $dtrace -p $pid -qs /dev/stdin <<EOF
42 pid\$target::ff_getgameid:entry
50 pid\$target::ff_getpartysize:entry
58 pid\$target::ff_getsummons:entry
68 kill -9 $pid
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_AGG_SCALAR.avgtoofew.d41 @a[pid] = avg(probefunc);
H A Derr.D_AGG_SCALAR.stddevtoofew.d39 @a[pid] = stddev(probefunc);
H A Derr.D_PROTO_ARG.lquantizetoofew.d40 @a[pid] = lquantize(probefunc, probefunc, probefunc, probefunc);
H A Dtst.multiaggs1.d48 @a[pid] = max(new_time);
49 @b[pid] = min(new_time);
50 @c[pid] = avg(new_time);
51 @d[pid] = sum(new_time);
52 @e[pid] = quantize(new_time);
53 @f[pid] = stddev(new_time);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.pid.d31 * To print 'pid' from profile.
44 printf("process id = %d \n", pid);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sched/
H A Dtst.oncpu.d33 /pid == $pid/
39 /pid == $pid && self->on/
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scripting/
H A Derr.D_SYNTAX.concat.d42 /i = 123$pid/
H A Derr.D_SYNTAX.pid.d41 i = 123$pid;
H A Dtst.assign.d41 processid = $pid;
H A Dtst.pid.d33 * Script which prints pid.
41 printf("The pid is %d\n", $pid);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.embedded.d40 pid$1:a.out:waiting:entry
47 pid$1:a.out:main:,
48 pid$1:a.out:inner:
53 /pid == $1/
H A Dtst.branch.d40 pid$1:a.out:waiting:entry
47 pid$1:a.out:main:,
48 pid$1:a.out:other:
52 pid$1:a.out:bad:entry
58 /pid == $1/
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.annotated.d31 pid$1:a.out:baz:entry
H A Dtst.helper.d40 pid$1:a.out:baz:entry
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.embedded.d40 pid$1:a.out:waiting:entry
47 pid$1:a.out:main:,
48 pid$1:a.out:inner:
53 /pid == $1/
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.annotated.d31 pid$1:a.out:baz:entry
H A Dtst.helper.d40 pid$1:a.out:baz:entry
/freebsd-11-stable/lib/libc/compat-43/
H A Dsetpgrp.c40 setpgrp(pid_t pid, pid_t pgid) argument
42 return(setpgid(pid, pgid));
/freebsd-11-stable/usr.bin/gcore/
H A Dextern.h37 int (*ident)(int efd, pid_t pid, char *binfile);
38 void (*dump)(int efd, int fd, pid_t pid);
/freebsd-11-stable/etc/newsyslog.conf.d/
H A Dopensm.conf3 /var/log/opensm.log 600 7 1000 * J /var/run/opensm.pid 30
/freebsd-11-stable/lib/libproc/
H A Dproc_create.c47 proc_init(pid_t pid, int flags, int status, struct proc_handle *phdl) argument
53 phdl->pid = pid;
60 mib[3] = pid;
64 DPRINTF("ERROR: cannot get pathname for child process %d", pid);
74 proc_attach(pid_t pid, int flags, struct proc_handle **pphdl) argument
80 if (pid == 0 || pid == getpid())
92 error = proc_init(pid, flags, PS_RUN, phdl);
96 if (ptrace(PT_ATTACH, phdl->pid,
130 pid_t pid; local
[all...]

Completed in 97 milliseconds

1234567891011>>