Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dproc.c54 pctx->next = p->p_pctx; in installpctx()
55 p->p_pctx = pctx; in installpctx()
75 for (pctx = p->p_pctx; pctx != NULL; pctx = pctx->next) { in removepctx()
83 p->p_pctx = pctx->next; in removepctx()
102 for (pctx = p->p_pctx; pctx != 0; pctx = pctx->next) in savepctx()
113 for (pctx = p->p_pctx; pctx != 0; pctx = pctx->next) in restorepctx()
123 for (pctx = p->p_pctx; pctx != NULL; pctx = pctx->next) in forkpctx()
140 for (pctx = p->p_pctx; pctx != NULL; pctx = pctx->next) in exitpctx()
154 while ((pctx = p->p_pctx) != NULL) { in freepctx()
155 p->p_pctx = pctx->next; in freepctx()
H A Dexit.c950 if (p->p_pctx) { in proc_exit()
H A Dfork.c477 if (p->p_pctx) in cfork()
H A Dlwp.c1023 if (p->p_pctx != NULL) in lwp_exit()
H A Dexec.c426 if (p->p_pctx) in exec_common()
/illumos-gate/usr/src/uts/i86pc/ml/
H A Doffsets.in79 p_pctx
/illumos-gate/usr/src/uts/intel/os/
H A Dsysi86.c527 ASSERT(pp->p_pctx != NULL); in setdscr()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h299 pctxop_t *p_pctx; member
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c616 if (t->t_procp->p_pctx != NULL) in thread_exit()