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

1234567891011>>

/osnet-11/usr/src/lib/libldap4/include/
H A Dclient_door.h10 extern int connect_dsserv(int pid, int cid, void ** scid,
12 extern int disconnect_dsserv(int pid, int cid, void * scid, int reas);
13 extern int operation_buf_dsserv(int pid, int cid, void * scid,
15 extern int operation_fd_dsserv(int pid, int cid, void * scid, int fd);
/osnet-11/usr/src/lib/libdtrace_jni/java/docs/examples/
H A Dtarget.d30 /pid == $target/
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.t48 my ($pid, $reaped_pid);
55 ok 1, $pid = open3 'WRITE', 'READ', 'ERROR', $perl, '-e', cmd_line(<<'EOF');
66 $reaped_pid = waitpid $pid, 0;
67 ok 8, $reaped_pid == $pid, $reaped_pid;
71 $pid = open3 'WRITE', 'READ', 'READ', $perl, '-e', cmd_line(<<'EOF');
80 waitpid $pid, 0;
83 $pid = open3 'WRITE', 'READ', '', $perl, '-e', cmd_line(<<'EOF');
92 waitpid $pid, 0;
96 $pid = open3 '<&PIPE_READ', 'READ', '',
102 waitpid $pid,
[all...]
/osnet-11/usr/src/lib/libast/common/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;
160 pid_t pid;
198 pid = vfork();
200 pid
[all...]
H A Dsetpgid.c62 setpgid(pid_t pid, pid_t pgid)
65 return(setpgrp(pid, pgid));
70 if ((pid == 0 || pid == caller) && (pgid == 0 || pgid == caller))
H A Dwaitpid.c26 * pid < -1 WUNTRACED may not be fully supported
46 waitpid(pid_t pid, int* status, int flags)
48 return(wait4(pid, status, flags, NiL));
93 pid_t pid;
97 waitpid(pid_t pid, int* status, int flags)
117 if (zp->pid >= 0 && (zp->pid == pid || pid <= 0))
122 pid
[all...]
/osnet-11/usr/src/lib/libc/port/sys/
H A Dpgrpsys.c54 getsid(pid_t pid) argument
56 return ((pid_t)syscall(SYS_pgrpsys, 2, pid));
66 getpgid(pid_t pid) argument
68 return ((pid_t)syscall(SYS_pgrpsys, 4, pid));
72 setpgid(pid_t pid, pid_t pgid) argument
74 return (syscall(SYS_pgrpsys, 5, pid, pgid));
H A Dcorectl.c94 core_set_process_content(const core_content_t *content, pid_t pid) argument
96 return (syscall(SYS_corectl, CC_SET_PROCESS_CONTENT, content, pid));
100 core_get_process_content(core_content_t *content, pid_t pid) argument
102 return (syscall(SYS_corectl, CC_GET_PROCESS_CONTENT, content, pid));
106 core_set_process_path(const char *buf, size_t bufsize, pid_t pid) argument
108 return (syscall(SYS_corectl, CC_SET_PROCESS_PATH, buf, bufsize, pid));
112 core_get_process_path(char *buf, size_t bufsize, pid_t pid) argument
114 return (syscall(SYS_corectl, CC_GET_PROCESS_PATH, buf, bufsize, pid));
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dthreaded.d52 /pid != 0/
54 @sample[pid, execname] = lquantize(tid, 0, 128, 1);
H A Dtcl_syscalls.d47 @calls[pid, "proc", copyinstr(arg0)] = count();
52 @calls[pid, "cmd", copyinstr(arg0)] = count();
56 /pid == $target/
58 @calls[pid, "syscall", probefunc] = count();
H A Dtcpsnoop20 # USAGE: tcpsnoop [-a|hjsvZ] [-n name] [-p pid]
28 # -p pid # PID to snoop
91 opt_zone=0; opt_proj=0; opt_pid=0; pid=0
99 p) opt_pid=1; pid=$OPTARG ;;
105 USAGE: tcpsnoop [-a|hjsvZ] [-n name] [-p pid]
113 -p pid # PID to snoop
141 inline int PID = '$pid';
196 tpid[(int)self->connp] = pid;
214 tpid[(int)self->connp] = pid;
356 self->pid
[all...]
H A Dtcpsnoop_snv21 # USAGE: tcpsnoop [-a|hjsvZ] [-n name] [-p pid]
29 # -p pid # PID to snoop
93 opt_zone=0; opt_proj=0; opt_pid=0; pid=0
101 p) opt_pid=1; pid=$OPTARG ;;
107 USAGE: tcpsnoop [-a|hjsvZ] [-n name] [-p pid]
115 -p pid # PID to snoop
143 inline int PID = '$pid';
198 tpid[(int)self->connp] = pid;
216 tpid[(int)self->connp] = pid;
358 self->pid
[all...]
H A Dcpuwalk.d53 /pid/
55 @sample[pid, execname] = lquantize(cpu, 0, MAXCPUID, 1);
H A Dpl_syscolors.d69 /self->last == 0 && pid == $target/
78 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "sub",
90 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "sub",
96 /pid == $target/
100 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
106 /pid == $target/
110 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
116 /pid == $target/
H A Dpy_syscolors.d66 /self->last == 0 && pid == $target/
75 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
87 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
93 /pid == $target/
97 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
103 /pid == $target/
107 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
113 /pid == $target/
H A Drwbbypid.d49 @bytes[pid, execname, "R"] = sum(arg0);
54 @bytes[pid, execname, "W"] = sum(arg0);
H A Drwbypid.d49 @calls[pid, execname, "R"] = sum(arg0);
54 @calls[pid, execname, "W"] = sum(arg0);
H A Dtcl_calls.d51 @calls[pid, "proc", copyinstr(arg0)] = count();
56 @calls[pid, "cmd", copyinstr(arg0)] = count();
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/
H A Dthreaded.d52 /pid != 0/
54 @sample[pid, execname] = lquantize(tid, 0, 128, 1);
/osnet-11/usr/src/lib/libast/common/misc/
H A Dprocfree.c39 p->pid = -1;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Tcl/
H A Dtcl_syscalls.d47 @calls[pid, "proc", copyinstr(arg0)] = count();
52 @calls[pid, "cmd", copyinstr(arg0)] = count();
56 /pid == $target/
58 @calls[pid, "syscall", probefunc] = count();
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Net/
H A Dtcpsnoop20 # USAGE: tcpsnoop [-a|hjsvZ] [-n name] [-p pid]
28 # -p pid # PID to snoop
91 opt_zone=0; opt_proj=0; opt_pid=0; pid=0
99 p) opt_pid=1; pid=$OPTARG ;;
105 USAGE: tcpsnoop [-a|hjsvZ] [-n name] [-p pid]
113 -p pid # PID to snoop
141 inline int PID = '$pid';
196 tpid[(int)self->connp] = pid;
214 tpid[(int)self->connp] = pid;
356 self->pid
[all...]
H A Dtcpsnoop_snv21 # USAGE: tcpsnoop [-a|hjsvZ] [-n name] [-p pid]
29 # -p pid # PID to snoop
93 opt_zone=0; opt_proj=0; opt_pid=0; pid=0
101 p) opt_pid=1; pid=$OPTARG ;;
107 USAGE: tcpsnoop [-a|hjsvZ] [-n name] [-p pid]
115 -p pid # PID to snoop
143 inline int PID = '$pid';
198 tpid[(int)self->connp] = pid;
216 tpid[(int)self->connp] = pid;
358 self->pid
[all...]
/osnet-11/usr/src/lib/libgen/common/
H A Dp2open.c44 extern int _insert(pid_t pid, int fd);
71 pid_t pid; local
84 if ((pid = fork()) == 0) {
96 if (pid == (pid_t)-1)
98 (void) _insert(pid, tocmd[1]);
99 (void) _insert(pid, fromcmd[0]);
113 pid_t pid, r; local
125 pid = _delete(fds[0]);
126 if (pid != _delete(fds[1]))
129 if (pid
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dwaitpid.c78 waitpid(pid_t pid, int *stat_loc, int options) argument
85 if (pid > 0) {
87 id = pid;
88 } else if (pid < -1) {
90 id = -pid;
91 } else if (pid == -1) {
117 wait4(pid_t pid, int *stat_loc, int options, struct rusage *rp) argument
147 if (pid < 0) {
148 pid = -pid;
[all...]

Completed in 46 milliseconds

1234567891011>>