Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dpid.c164 pid_t newpid, startpid; in pid_allocate() local
180 newpid = pid; in pid_allocate()
189 newpid = mpid; in pid_allocate()
193 if (pid_lookup(newpid) == NULL) in pid_allocate()
204 pidp->pid_link = HASHPID(newpid); in pid_allocate()
205 HASHPID(newpid) = pidp; in pid_allocate()
207 pidp->pid_id = newpid; in pid_allocate()
221 return (newpid); in pid_allocate()
H A Dfork.c932 pid_t newpid; in getproc() local
1007 if ((newpid = pid_allocate(cp, pid, PID_ALLOC_PROC)) == -1) { in getproc()
1235 if (newpid != -1) { in getproc()
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dsleep.c129 pid_t newpid, curpid=getpid(); in sleep() local
140 if((newpid=getpid()) != curpid) in sleep()
142 curpid = newpid; in sleep()
/titanic_41/usr/src/cmd/svc/shell/
H A Dipf_include.sh419 newpid=$$
423 [ "$curpid" = "$newpid" ] && return 0
438 echo $newpid > $IPF_LOCK/pid
/titanic_41/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()