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

1234567891011>>

/macosx-10.10/dtrace-147/test/tst/sparc/pid/
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/
/macosx-10.10/tcl-105/tcl84/tcl/compat/
H A Dwaitpid.c35 pid_t pid; /* Pid of process that exited. */ member in struct:WaitInfo
53 * functionality, in that it doesn't support pid's of 0
58 * Otherwise the pid of an exited or suspended process is
73 waitpid(pid, statusPtr, options)
74 pid_t pid; /* The pid to wait on. Must be -1 or
85 if ((pid < -1) || (pid == 0)) {
98 if ((pid != waitPtr->pid)
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dspawnveg.c51 pid_t pid;
65 if (err = posix_spawn(&pid, path, NiL, &attr, argv, envv ? envv : environ))
69 if (waitpid(pid, &err, WNOHANG|WNOWAIT) == pid && EXIT_STATUS(err) == 127)
71 while (waitpid(pid, NiL, 0) == -1 && errno == EINTR);
74 pid = -1;
77 return pid;
161 pid_t pid;
199 pid = vfork();
201 pid
[all...]
/macosx-10.10/apache-793/httpd/os/bs2000/
H A Dos.c100 pid_t pid; local
106 pid = fork();
115 pid = ufork(username);
116 if (pid == -1 && errno == EPERM) {
125 pid = 0;
129 return pid;
/macosx-10.10/dtrace-147/test/tst/common/pid/
H A Dtst.ret1.d32 * SECTION: pid provider
46 /pid == $1/
56 pid$1:a.out:go:return
62 pid$1:a.out:go:return
H A Dtst.ret2.d32 * SECTION: pid provider
46 /pid == $1/
56 pid$1:a.out:go:return
62 pid$1:a.out:go:return
H A Dtst.gcc.c38 pid_t pid; local
40 (void) posix_spawn(&pid, "/usr/bin/ls", NULL, NULL, NULL, NULL);
42 (void) waitpid(pid, NULL, 0);
/macosx-10.10/ntp-92/html/hints/
H A Dsolaris.xtra.S99ntpd15 pid=`/usr/bin/ps -e | /usr/bin/grep xntpd | /usr/bin/sed -e 's/^ *//' -e 's/ .*//'`
16 if [ "${pid}" != "" ]; then
18 /usr/bin/kill ${pid}
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/examples/SOAP/Transport/HTTP/Daemon/
H A DForkOnAccept.pm16 my $pid = fork();
19 # 1. The fork failed ($pid is undefined)
20 # 2. We are the parent ($pid != 0)
21 unless( defined $pid && $pid == 0 ) {
/macosx-10.10/Heimdal-398.1.2/tests/kdc/
H A Dleaks-kill.sh8 pid=$2
12 pid=$2
22 echo "leaks check on $name ($pid)"
23 leaks -exclude __CFInitialize $pid > leaks-log 2>&1 || \
42 #[ "$ec" != "0" ] && { malloc_history $pid -all_by_size > l; }
50 kill $pid
52 kill -9 $pid 2> /dev/null
/macosx-10.10/dtrace-147/test/tst/common/misc/
H A Dtst.roch.d50 (long long)curthread, pid, tid,
60 (long long) curthread, pid, tid,
68 (long long)curthread, pid, tid);
74 (long long)curthread, pid, tid, (int)arg1, (int)arg0);
80 (long long)curthread, pid, tid, arg0);
86 (long long) curthread, pid, tid, arg0);
/macosx-10.10/postfix-255/postfix/src/master/
H A Dmaster_proto.c9 /* int master_notify(pid, generation, status)
10 /* int pid;
65 int master_notify(int pid, unsigned generation, int status) argument
76 stat.pid = pid;
/macosx-10.10/tcl-105/tcl/tcl/compat/
H A Dwaitpid.c32 pid_t pid; /* Pid of process that exited. */ member in struct:WaitInfo
50 * support pid's of 0 or < -1.
54 * the pid of an exited or suspended process is returned and *statusPtr
69 pid_t pid, /* The pid to wait on. Must be -1 or greater
80 if ((pid < -1) || (pid == 0)) {
93 if ((pid != waitPtr->pid) && (pid !
67 waitpid( pid_t pid, int *statusPtr, int options) argument
[all...]
/macosx-10.10/BerkeleyDB-21/db/os/
H A Dos_uid.c26 pid_t pid; local
37 __os_id(dbenv, &pid, NULL);
40 id = (u_int32_t)pid ^
41 (u_int32_t)v.tv_sec ^ (u_int32_t)v.tv_nsec ^ P_TO_UINT32(&pid);
/macosx-10.10/CPANInternal-159.1/IO-Socket-SSL/t/
H A Dmemleak_bad_handshake.t40 defined( my $pid = fork()) or do {
45 if ( $pid == 0 ) {
60 my $size100 = getsize($pid);
69 my $size200 = getsize($pid);
74 my $size300 = getsize($pid);
85 kill(9,$pid);
91 my $pid = shift;
92 open( my $ps,'-|',"ps -o vsize -p $pid 2>/dev/null" ) or return;
/macosx-10.10/Security-57031.1.35/Security/codesign_tests/
H A Dvalidation.sh5 echo "[BEGIN] Dynamic validate pid 1"
18 pid=$!
31 pid=$!
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Dthreaded.d51 /pid != 0/
53 @sample[pid, execname] = lquantize(tid, 0, 128, 1);
/macosx-10.10/dtrace-147/DTTk/Proc/
H A Dthreaded.d51 /pid != 0/
53 @sample[pid, execname] = lquantize(tid, 0, 128, 1);
/macosx-10.10/dtrace-147/test/tst/common/docsExamples/
H A Drwtime.d40 /pid == 100551/
47 /(ts[probefunc] != 0) && (pid == 100551)/
H A Dtruss.d46 /pid == 102473/
52 /pid == 102473/
H A Dtrussrw.d42 /pid == 100551/
49 /pid == 100551/
/macosx-10.10/dtrace-147/test/tst/common/drops/
H A Ddrp.DTRACEDROP_STKSTROVERFLOW.d37 master_pid = $pid;
47 /progenyof($pid) && execname == "java"/
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dprocfree.c39 p->pid = -1;
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dport-solaris.h27 void solaris_contract_post_fork_parent(pid_t pid);
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dpexecute.c85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) argument
88 --pid;
90 if (pex == NULL || pid < 0 || pid >= idx)
93 if (pid == 0 && idx == 1)
108 *status = vector[pid];
116 if (pid + 1 == idx)
123 return pid + 1;

Completed in 682 milliseconds

1234567891011>>