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

1234567891011>>

/macosx-10.10/dtrace-147/test/tst/common/pid/
H A Derr.D_PROC_NAME.alldash.d32 * SECTION: User Process Tracing/pid Provider
36 pid$1::-:
H A Derr.D_PROC_NAME.globdash.d32 * SECTION: User Process Tracing/pid Provider
36 pid$1::-:10*
H A Derr.D_PROC_LIB.libdash.d32 * SECTION: User Process Tracing/pid Provider
36 pid$1:libc:-:800
H A Derr.D_PROC_OFF.toobig.d32 * SECTION: User Process Tracing/pid Provider
38 pid$1::exit:100
H A Derr.D_PDESC_ZERO.badlib.d32 * SECTION: User Process Tracing/pid Provider
36 pid$1:libbmc_sucks.so.1::entry
H A Derr.D_PROC_CREATEFAIL.many.d29 pid$1:::
H A Derr.D_PROC_NAME.badname.d32 * SECTION: User Process Tracing/pid Provider
36 pid$1::exit:beginning
H A Derr.D_PROC_FUNC.badfunc.d32 * SECTION: User Process Tracing/pid Provider
38 pid$1:a.out:ahl_r00lz:entry
/macosx-10.10/dtrace-147/test/tst/common/aggs/
H A Derr.D_PROTO_LEN.sumnoarg.d39 @a[pid] = sum();
H A Derr.D_PROTO_LEN.sumtoomany.d39 @a[pid] = sum(1, 2);
H A Derr.D_AGG_SCALAR.maxnoarg.d39 @a[pid] = max(probefunc);
H A Derr.D_AGG_SCALAR.mintoofew.d40 @a[pid] = min(probefunc);
H A Derr.D_AGG_SCALAR.quantizetoofew.d39 @a[pid] = quantize(probefunc);
H A Derr.D_AGG_SCALAR.sumtoofew.d40 @a[pid] = sum(probefunc);
/macosx-10.10/dtrace-147/test/tst/common/clauses/
H A Dtst.pred.d36 /$pid != 0/
/macosx-10.10/dtrace-147/test/tst/sparc/pid/
H A Derr.D_PROC_ALIGN.misaligned.d32 * SECTION: User Process Tracing/pid Provider
38 pid$1:a.out:main:7
/macosx-10.10/Heimdal-398.1.2/tests/ldap/
H A Dslapd-stop7 if [ -f slapd.pid ]; then
8 kill `cat slapd.pid`
11 if [ -f slapd.pid ]; then
12 kill -9 `cat slapd.pid`
13 rm -f slapd.pid
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/
H A Dkill.c26 extern int __kill(pid_t pid, int sig, int posix);
36 kill(pid_t pid, int sig) argument
39 return(__kill(pid, sig, 1));
41 return(__kill(pid, sig, 0));
/macosx-10.10/dtrace-147/test/tst/common/docsExamples/
H A Duserfunc.d40 pid$1::$2:entry
45 pid$1::$2:return
51 pid$1:::entry,
52 pid$1:::return
/macosx-10.10/bind9-45.101/bind9/contrib/nanny/
H A Dnanny.pl22 $pid_file_location = '/var/run/named.pid';
30 $pid = 0;
32 $pid = <FILE>;
34 chomp($pid);
36 $res = kill 0, $pid;
49 if ($pid != 0) {
50 kill 15, $pid;
/macosx-10.10/dtrace-147/test/tst/common/scripting/
H A Derr.D_SYNTAX.desc.d41 /i = 123$pid/
46 pid$pid
/macosx-10.10/curl-83.1.2/curl/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 # pidexists checks if a process with a given pid exists and is alive.
52 # This will return the positive pid i
[all...]
/macosx-10.10/Libc-1044.1.2/compat-43/FreeBSD/
H A Dsetpgrp.c44 pid_t pid = getpid(); local
45 if (pgid != pid)
46 setpgid(pid, pid);
47 return pid;
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-waitpid.c33 waitpid(int pid, int *stat_loc, int options) argument
38 if (pid <= 0) {
39 if (pid != -1) {
43 /* wait4() wants pid=0 for indiscriminate wait. */
44 pid = 0;
46 wait_pid = wait4(pid, &statusp, options, NULL);
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dsignal.c81 int pid; local
83 pid = getpid();
86 (void) kill(pid, SIGUSR1);
87 (void) kill(pid, SIGUSR1);
88 (void) kill(pid, SIGUSR1);
89 (void) kill(pid, SIGUSR1);
90 (void) kill(pid, SIGUSR1);
91 (void) kill(pid, SIGUSR1);
92 (void) kill(pid, SIGUSR1);
93 (void) kill(pid, SIGUSR
[all...]

Completed in 134 milliseconds

1234567891011>>