Searched refs:newpid (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/os/ |
H A D | pid.c | 164 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 D | fork.c | 932 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_44/usr/src/lib/libshell/common/bltins/ |
H A D | sleep.c | 129 pid_t newpid, curpid=getpid(); in sleep() local 140 if((newpid=getpid()) != curpid) in sleep() 142 curpid = newpid; in sleep()
|
/titanic_44/usr/src/cmd/svc/shell/ |
H A D | ipf_include.sh | 499 newpid=$$ 503 [ "$curpid" = "$newpid" ] && return 0 518 echo $newpid > $IPF_LOCK/pid
|
/titanic_44/usr/src/cmd/cpc/common/ |
H A D | cputrack.c | 281 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()
|