Searched refs:pid (Results 201 - 225 of 1657) sorted by relevance

1234567891011>>

/macosx-10.10/dtrace-147/test/tst/common/buffering/
H A Dtst.cputime.ksh47 this->pid = xlate <psinfo_t>(this->t).pr_pid;
48 self->on = (this->pid == \$pid) ? vtimestamp : 0;
/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_seed.c64 pid_t pid; member in struct:__anon11842
68 if (randseed.pid == 0)
69 randseed.pid = getpid();
/macosx-10.10/sudo-73/src/
H A Dbsm_audit.c77 pid_t pid; local
79 pid = getpid();
102 getuid(), pid, pid, &ainfo_addr.ai_termid);
110 getuid(), pid, pid, &ainfo.ai_termid);
137 pid_t pid; local
140 pid = getpid();
159 getuid(), pid, pid,
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dsfi.h88 * a process ID pid in the "Selective Forced Idle" managed class, or clear
92 int sfi_process_set_flags(pid_t pid, uint32_t flags);
94 int sfi_process_get_flags(pid_t pid, uint32_t *flags);
110 int __sfi_pidctl(uint32_t operation, pid_t pid, uint32_t sfi_flags, uint32_t *out_sfi_flags);
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dposix_spawn.c84 int pid; local
87 if (( c = posix_spawn(&pid, exec_path, NULL, NULL, argv, NULL) != 0))
92 if (waitpid(pid, &status, 0) < 0)
/macosx-10.10/OpenSSL098-52/bin/
H A DbuildWin32.pl153 my $pid = fork();
154 if ($pid == 0) {
158 $pids{$pid} = $buildType;
165 foreach my $pid (keys(%pids)) {
166 my $ret = waitpid($pid, 0);
167 if (($ret != $pid) || ($? != 0)) {
168 $errors .= " error: $pids{$pid} build failed\n";
/macosx-10.10/autofs-246/mount_autofs/
H A Dmount_autofs.c89 pid_t pid, terminated_pid; local
93 pid = fork();
94 if (pid == 0) {
100 if (pid == -1) {
106 while ( (terminated_pid = wait4(pid, (int *)&status, 0, NULL)) < 0 ) {
113 if ((terminated_pid == pid) && (WIFEXITED(status))) {
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/
H A Dstop.pl109 $pid_file = "named.pid";
111 $pid_file = "lwresd.pid";
113 $pid_file = "ans.pid";
133 my $pid = <FH>;
134 chomp($pid);
135 return $pid;
157 my $pid = read_pid($pid_file);
158 return unless defined($pid);
165 my $result = kill $sig, $pid;
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/tsiggss/
H A Dauthsock.pl28 my $pidfile = "authsock.pid";
47 open(my $pid,">",$pidfile)
49 print $pid "$$\n";
50 close($pid);
/macosx-10.10/dtrace-147/DTTk/Apps/
H A Dshellsnoop69 filter=0; pid=0; uid=0
75 p) opt_pid=1; pid=$OPTARG ;;
115 inline int PID = '$pid';
144 child[pid] = 1;
149 pid, execname, stringof(this->parent)) : 1;
155 child[pid] = 0;
169 /(OPT_pid == 1 && PID != pid) || (OPT_uid == 1 && UID != uid)/
174 /self->buf && child[pid] == 0 && OPT_time == 1/
179 /self->buf && child[pid] == 0 && OPT_timestr == 1/
184 /self->buf && child[pid]
[all...]
/macosx-10.10/dtrace-147/DTTk/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) ||
154 (OPT_command && pid == $target)/
158 /(OPT_pid && pid == PID) ||
161 (OPT_command && pid == $target)/
165 /(OPT_pid && pid == PID) ||
168 (OPT_command && pid == $target)/
172 /(OPT_pid && pid
[all...]
H A Dshellsnoop69 filter=0; pid=0; uid=0
75 p) opt_pid=1; pid=$OPTARG ;;
115 inline int PID = '$pid';
144 child[pid] = 1;
149 pid, execname, stringof(this->parent)) : 1;
155 child[pid] = 0;
169 /(OPT_pid == 1 && PID != pid) || (OPT_uid == 1 && UID != uid)/
174 /self->buf && child[pid] == 0 && OPT_time == 1/
179 /self->buf && child[pid] == 0 && OPT_timestr == 1/
184 /self->buf && child[pid]
[all...]
H A Dbitesize.d70 @Size[pid, curpsinfo->pr_psargs] = quantize(this->size);
H A Ddnlcps.d58 @Result[execname, pid] = lquantize(this->code, 0, 1, 1);
H A Diofileb.d50 @files[pid, execname, args[2]->fi_pathname] = sum(args[0]->b_bcount);
H A Dminfbypid.d49 @mem[pid, execname] = sum(arg0);
/macosx-10.10/dtrace-147/DTTk/
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) ||
154 (OPT_command && pid == $target)/
158 /(OPT_pid && pid == PID) ||
161 (OPT_command && pid == $target)/
165 /(OPT_pid && pid == PID) ||
168 (OPT_command && pid == $target)/
172 /(OPT_pid && pid
[all...]
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dmount_webdav.c62 int pid, terminated_pid, cnt; local
106 pid = fork();
108 if (pid < 0) {
113 if (pid == 0)
139 while ( (terminated_pid = wait4(pid, (int *)&status, 0, NULL)) < 0 )
149 if ( (terminated_pid == pid) && WIFEXITED(status) )
/macosx-10.10/CPANInternal-159.1/IO-Socket-SSL/t/
H A Dio-socket-inet6.t65 my $pid = fork();
66 if ( !defined $pid ) {
69 } elsif ( !$pid ) { ###### Client
83 kill(9,$pid);
H A Dio-socket-ip.t58 my $pid = fork();
59 if ( !defined $pid ) {
62 } elsif ( !$pid ) { ###### Client
76 kill(9,$pid);
H A Dnpn.t43 my $pid = fork();
44 if ( !defined $pid ) {
47 } elsif ( !$pid ) { ###### Client
67 kill(9,$pid);
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDADissenter.c52 void DADissenterSetProcessID( DADissenterRef dissenter, pid_t pid )
54 ___CFDictionarySetIntegerValue( ( void * ) dissenter, _kDADissenterProcessIDKey, pid );
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/dtrace/
H A Dreqint.d36 timestamp, execname, pid,
49 timestamp, execname, pid);
56 timestamp, execname, pid);
63 timestamp, execname, pid,
70 timestamp, execname, pid, probename,
78 timestamp, execname, pid,
88 timestamp, execname, pid,
97 timestamp, execname, pid,
115 printf("%8u %s[%d] %s\n", timestamp, execname, pid,
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcomfork.c127 pid_t pid; /* who registered */ member in struct:atfork_user_data_t
161 ("(_pre_fork) entering, pid %d, pre %d, post_p %d, post_c %d\n",
162 ((struct atfork_user_data_t *) arg)->pid,
174 ("(_pre_fork) returning, pid %d, pre %d, post_p %d, post_c %d\n",
175 ((struct atfork_user_data_t *) arg)->pid,
194 ("(_post_fork_child) entering, pid %d, pre %d, post_p %d, post_c %d\n",
195 ((struct atfork_user_data_t *) arg)->pid,
208 ("(_post_fork_child) returning, pid %d, pre %d, post_p %d, post_c %d\n",
209 ((struct atfork_user_data_t *) arg)->pid,
228 ("(_post_fork_parent) entering, pid
[all...]
H A Dcomfork_cma.c117 unsigned32 pid; /* who registered */ member in struct:atfork_user_data_t
151 ("(_pre_fork) entering, pid %d, pre %d, post_p %d, post_c %d\n",
152 ((struct atfork_user_data_t *) arg)->pid,
163 ("(_pre_fork) returning, pid %d, pre %d, post_p %d, post_c %d\n",
164 ((struct atfork_user_data_t *) arg)->pid,
183 ("(_post_fork_child) entering, pid %d, pre %d, post_p %d, post_c %d\n",
184 ((struct atfork_user_data_t *) arg)->pid,
195 ("(_post_fork_child) returning, pid %d, pre %d, post_p %d, post_c %d\n",
196 ((struct atfork_user_data_t *) arg)->pid,
215 ("(_post_fork_parent) entering, pid
[all...]

Completed in 282 milliseconds

1234567891011>>