Home
last modified time | relevance | path

Searched refs:spid (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/cmd/truss/
H A Dipc.c162 procadd(pid_t spid, const char *lwplist) in procadd() argument
175 if (gps->spid[i] == 0) /* this slot is better */ in procadd()
183 gps->spid[j] = spid; in procadd()
217 lwptrace(pid_t spid, lwpid_t lwpid) in lwptrace() argument
231 gps->spid[i] == spid) in lwptrace()
363 if (gps->spid[i] == pid) { in checkproc()
385 gps->spid[i] = 0; in checkproc()
H A Dramdata.h211 pid_t spid[1000]; /* subject process pid */ member
/titanic_44/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_pci.c47 int vid, pid, svid, spid; in devinfo_pci_add() local
67 vid = pid = svid = spid = 0; in devinfo_pci_add()
78 spid = i[0]; in devinfo_pci_add()
83 hal_device_property_set_int (d, "pci.subsys_product_id", spid); in devinfo_pci_add()
/titanic_44/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c1400 char spid[15]; in cache_pid() local
1417 sprintf(spid, "%d\n", getpid()); in cache_pid()
1419 len = strlen(spid); in cache_pid()
1420 st = write(fd, spid, len); in cache_pid()
/titanic_44/usr/src/lib/libshell/common/sh/
H A Djobs.c1314 if(pid==sh.spid) in job_wait()
1315 sh.spid = 0; in job_wait()
1618 if((pw->p_flag&P_EXITSAVE) || pw->p_pid==sh.spid) in job_unpost()
1801 if(jp->pid==sh.spid) in job_subrestore()
H A Dsubshell.c544 shp->spid = 0; in sh_subshell()
650 shp->spid = sp->subpid; in sh_subshell()
H A Dmacro.c2086 if(mp->shp->spid) in comsubst()
2087 job_wait(mp->shp->spid); in comsubst()
H A Dxec.c1262 shp->spid = parent; in sh_exec()
/titanic_44/usr/src/lib/libshell/common/include/
H A Ddefs.h156 pid_t spid; /* subshell process id */ \