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

<<1112131415161718

/osnet-11/usr/src/cmd/sendmail/src/
H A Dreadcf.c946 pid_t pid; local
1113 pid = prog_open(argv, &fd, CurEnv);
1114 if (pid < 0)
1122 pid = -1;
1170 if (pid > 0)
1171 (void) waitfor(pid);
H A Dmap.c592 ** CLOSEMAPS -- close all open maps opened by the current pid.
608 ** MAP_CLOSE -- close a map opened by the current pid.
6312 auto pid_t pid; local
6344 pid = prog_open(argv, &fd, CurEnv);
6345 if (pid < 0)
6391 status = waitfor(pid);
7833 sm_dprintf("socket_map_close(%s), pid=%ld\n", map->map_file,
/osnet-11/usr/src/lib/libproc/common/
H A DPsymtab.c463 procfs_path, (int)P->pid);
851 * If we're not a core file, re-read the /proc/<pid>/auxv file and store
876 procfs_path, (int)P->pid);
1675 procfs_path, (int)P->pid, fptr->file_pname);
H A DPcore.c49 * ability to examine /proc/<pid>/ files.
187 P->pid = P->status.pr_pid;
1756 P->pid = (pid_t)-1;
H A DPgcore.c1344 if ((ppriv = proc_get_priv(P->pid)) == NULL)
/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c161 * indicating whether this process currently has that pid: if so,
167 pid_t pid; local
179 B_S10_PIDINFO, &pid, &zone_init_pid)) != 0) {
180 brand_abort(err, "Failed to get init's pid");
184 * Note that we need to be cautious with the pid we get back--
186 * we might fork(2). So we keep zone_init_pid and toss the pid
189 if (pid == zone_init_pid)
2239 * Cache the pid of the zone's init process and determine if
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddoio.c636 Pid_t pid; local
642 pid = SvIVX(sv);
646 SvIVX(sv) = pid;
H A Dproto.h582 PERL_CALLCONV void Perl_pidgone(pTHX_ Pid_t pid, int status);
815 PERL_CALLCONV I32 Perl_wait4pid(pTHX_ Pid_t pid, int* statusp, int flags);
H A Dconfig_h.SH207 * the getpgid(pid) function is available to get the
461 * This symbol, if defined, indicates that the setpgid(pid, gpid)
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_uvfs.c97 ctx->pid = ucred_getpid(cr);
1720 ctx->pid = getpid();
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_kernel.c1425 * Determine the name of the pool to which the supplied pid is
1429 pool_knl_get_binding(pool_conf_t *conf, pid_t pid) argument
1443 bindq.pb_o_id = pid;
1510 * pool_knl_get_resource_binding() returns the binding for a pid to
1516 pool_resource_elem_class_t type, pid_t pid)
1530 bindq.pb_o_id = pid;
1515 pool_knl_get_resource_binding(pool_conf_t *conf, pool_resource_elem_class_t type, pid_t pid) argument
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dohci.c759 grub_ohci_transaction (cdata->td_current_virt, tr->pid, tr->toggle,
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h688 { int pid; /* process id */ member in struct:_sfproc_s
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc1107 pid_t waitpid(pid_t pid, int *stat_loc, int options);
1109 pid_t wait4(pid_t pid, int *status, int options, struct rusage *rusage);
/osnet-11/usr/src/lib/fm/libdisklog/common/
H A Dlibdisklog.c408 int pid; member in struct:vpd_protocol_id
477 if (extended_vpd_protocol_id[j].pid ==
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm522 There seems to be running another CPAN process (pid $otherpid). Contacting...
4509 my($ret,$pid);
4515 if (defined($pid = fork)) {
4516 if ($pid) { #parent
4518 waitpid $pid, 0;
4532 kill 9, $pid;
4533 waitpid $pid, 0;
H A Dperl5db.pl1200 If we are the primary, we just hang onto our pid so we'll have it when
1232 $pids = "{pid=$$}";
2789 # Set this back to the initial pid.
3359 # XXX If this is the master pid, print a newline.
5985 program under the debugger, the arrow between the old pid and the new
5989 isn't any list yet, we make one up out of the initial pid associated with
5990 the terminal and our new pid, sticking an arrow (either one-dashed or
6013 # No pid list. Time to make one.
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connect.c1143 con->pid = getpid();
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dmon.c3161 * and stores in the pointer the caller has passed as an argument (pid)
3173 * pid - the physical address associated for the node WWN that was found
3181 l_get_pid_from_path(const char *path, const gfc_map_t *map, int *pid) argument
3239 *pid = dev_addr_ptr->gfc_port_dev.pub_port.dev_did.port_id;
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c345 pid_t pid; member in struct:pr_info_handle
1694 * original file in .backup.<pid>.filename so we can restore it if
4650 if ((p->pr = Pgrab(p->pid, 0, &ret)) != NULL) {
4704 p->pid = atoi(dentp->d_name);
4707 if (p->pid == pid_self)
4710 if (proc_get_psinfo(p->pid, &psinfo) != 0)
8284 * Check if the supplied pid is an ancestor of the current process.
8322 * Determine which pid (if any) has a lock on the supplied fd.
8323 * Return: 0 if unlocked (or locked by current process) or pid of
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c1183 pid_t pid; local
1229 pid = getpid();
1283 handle->rh_doorpid = pid;
/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c124 0, /* pid */
1359 udp->pid = getpid();

Completed in 189 milliseconds

<<1112131415161718