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

<<1112131415161718

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_simple.c62 pid_t pid; /* process-id at moment of creation */ member in struct:rpc_call_private
121 rcp->pid == getpid() &&
135 rcp->pid = getpid();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dfflush.t84 my $pid = fork;
85 if ($pid) {
89 } elsif (defined $pid) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsyslog.pl18 # do openlog($program,'cons,pid','user');
128 if ($pid = fork) {
130 do {$died = wait;} until $died == $pid || $died < 0;
136 exit if defined $pid; # if fork failed, we're parent
/osnet-11/usr/src/lib/libast/common/misc/
H A Dprocopen.c461 if (proc_default.pid == -1)
465 proc->pid = -1;
502 proc->pid = 0;
507 proc->pid = 0;
536 proc->pid = fork();
539 else if (!proc->pid)
564 else if (proc->pid == -1)
569 if (!proc->pid)
580 if (!(proc->pid = fork()))
587 if (proc->pid >
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProcessState.java36 * Consumer#grabProcess(int pid)}.
123 * @param pid non-negative target process ID
140 ProcessState(int pid, State processState, argument
145 processID = pid;
157 * @see #ProcessState(int pid, State processState, int
164 ProcessState(int pid, String processStateName, argument
169 processID = pid;
182 throw new IllegalArgumentException("pid is negative");
346 buf.append("[pid = ");
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dj_flowtime.d81 printf("%3d %6d/%-5d %-16d %9d %*s-> %s.%s\n", cpu, pid, tid,
97 printf("%3d %6d/%-5d %-16d %9d %*s<- %s.%s\n", cpu, pid, tid,
H A Ddnlcsnoop.d84 pid, execname, this->elapsed, arg1 == 0 ? "N" : "Y",
H A Dsh_syscalls.d73 /pid == $target/
H A Ddtruss18 # -l # force printing of pid/lwpid per line
21 # -L # don't print pid/lwpid per line
68 opt_pid=0; opt_name=0; pid=0; pname="."; opt_elapsed=0; opt_cpu=0
77 p) opt_pid=1; pid=$OPTARG ;;
101 -l # force printing pid/lwpid
104 -L # don't print pid/lwpid
185 /((OPT_command || OPT_pid) && pid == $target) ||
211 OPT_printid ? printf("%6d/%d: ", pid, tid) : 1;
259 OPT_printid ? printf("%6d/%d: ", pid, tid) : 1;
289 OPT_printid ? printf("%6d/%d: ", pid, ti
[all...]
H A Diosnoop106 opt_dtime=0; filter=0; device=.; filename=.; mount=.; pname=.; pid=0
124 p) opt_pid=1; pid=$OPTARG ;;
192 inline int PID = '$pid';
242 (OPT_pid == 1 && PID == pid) ? self->ok = 1 : 1;
268 start_pid[this->dev, this->blk] = pid;
H A Dj_calldist.d76 @types_incl[pid, "method", this->name] =
78 @types_excl[pid, "method", this->name] =
96 @types[pid, "gc", self->full == B_FALSE ? "GC" : "Full GC"] =
H A Dj_cpudist.d76 @types_incl[pid, "method", this->name] =
78 @types_excl[pid, "method", this->name] =
96 @types[pid, "gc", self->full == B_FALSE ? "GC" : "Full GC"] =
H A Dsh_cpudist.d94 incmd[pid] = basename(copyinstr(arg0));
95 depth[pid] = self->depth;
100 incmd[pid] = 0;
H A Dsh_cputime.d97 incmd[pid] = basename(copyinstr(arg0));
98 depth[pid] = self->depth;
103 incmd[pid] = 0;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Java/
H A Dj_flowtime.d81 printf("%3d %6d/%-5d %-16d %9d %*s-> %s.%s\n", cpu, pid, tid,
97 printf("%3d %6d/%-5d %-16d %9d %*s<- %s.%s\n", cpu, pid, tid,
H A Dj_calldist.d76 @types_incl[pid, "method", this->name] =
78 @types_excl[pid, "method", this->name] =
96 @types[pid, "gc", self->full == B_FALSE ? "GC" : "Full GC"] =
H A Dj_cpudist.d76 @types_incl[pid, "method", this->name] =
78 @types_excl[pid, "method", this->name] =
96 @types[pid, "gc", self->full == B_FALSE ? "GC" : "Full GC"] =
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.pm22 $pid = open3(\*WTRFH, \*RDRFH, \*ERRFH,
26 $pid = open3($wtr, $rdr, $err,
63 simple as calling C<waitpid $pid, 0> when you're done with the process.
100 # usage: $pid = open3('wtr', 'rdr', 'err' 'some cmd and args', 'optarg', ...);
105 # stderr of the child are on the same fh. returns pid
129 my $pid = fork;
130 defined $pid or croak "$Me: fork failed: $!";
131 return $pid;
311 my ($fd, $pid, @saved_fh, $saved, %saved, @errs);
335 $pid
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Kernel/
H A Ddnlcsnoop.d84 pid, execname, this->elapsed, arg1 == 0 ? "N" : "Y",
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Shell/
H A Dsh_syscalls.d73 /pid == $target/
H A Dsh_cpudist.d94 incmd[pid] = basename(copyinstr(arg0));
95 depth[pid] = self->depth;
100 incmd[pid] = 0;
H A Dsh_cputime.d97 incmd[pid] = basename(copyinstr(arg0));
98 depth[pid] = self->depth;
103 incmd[pid] = 0;
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_plugin.c110 pid_t pid; local
115 if ((pid = fork1()) == -1) {
120 if (pid != 0) {
121 (void) waitpid(pid, &st, 0);
178 pid_t pid; local
184 if ((pid = fork()) == -1) {
189 if (pid != 0) {
190 (void) waitpid(pid, &st, 0);
/osnet-11/usr/src/lib/libc/port/sys/
H A Dpsetsys.c76 pset_bind_lwp(psetid_t pset, id_t id, pid_t pid, psetid_t *opset) argument
78 return (_pset(PSET_BIND_LWP, pset, id, pid, opset));
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Ddtruss18 # -l # force printing of pid/lwpid per line
21 # -L # don't print pid/lwpid per line
68 opt_pid=0; opt_name=0; pid=0; pname="."; opt_elapsed=0; opt_cpu=0
77 p) opt_pid=1; pid=$OPTARG ;;
101 -l # force printing pid/lwpid
104 -L # don't print pid/lwpid
185 /((OPT_command || OPT_pid) && pid == $target) ||
211 OPT_printid ? printf("%6d/%d: ", pid, tid) : 1;
259 OPT_printid ? printf("%6d/%d: ", pid, tid) : 1;
289 OPT_printid ? printf("%6d/%d: ", pid, ti
[all...]

Completed in 1834 milliseconds

<<1112131415161718