Home
last modified time | relevance | path

Searched refs:newpid (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dpid.c165 pid_t newpid, startpid; in pid_allocate() local
182 newpid = pid; in pid_allocate()
191 newpid = mpid; in pid_allocate()
195 if (pid_lookup(newpid) == NULL) in pid_allocate()
206 pidp->pid_link = HASHPID(newpid); in pid_allocate()
207 HASHPID(newpid) = pidp; in pid_allocate()
209 pidp->pid_id = newpid; in pid_allocate()
223 return (newpid); in pid_allocate()
H A Dfork.c945 pid_t newpid; in getproc() local
1020 if ((newpid = pid_allocate(cp, pid, PID_ALLOC_PROC)) == -1) { in getproc()
1253 if (newpid != -1) { in getproc()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dsleep.c139 pid_t newpid, curpid=getpid(); in sleep() local
150 if((newpid=getpid()) != curpid) in sleep()
152 curpid = newpid; in sleep()
/illumos-gate/usr/src/cmd/svc/shell/
H A Dipf_include.sh499 newpid=$$
503 [ "$curpid" = "$newpid" ] && return 0
518 echo $newpid > $IPF_LOCK/pid
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcputrack.c281 print_fork(float now, pid_t newpid, id_t lwpid, pid_t oldpid) in print_fork() argument
289 (void) fprintf(opts->log, "%9s %9s # %d\n", "", "", (int)newpid); in print_fork()