Home
last modified time | relevance | path

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

/titanic_41/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.c814 if (p->p_pctx) { in proc_exit()
H A Dfork.c462 if (p->p_pctx) in cfork()
H A Dlwp.c1028 if (p->p_pctx != NULL) in lwp_exit()
H A Dexec.c326 if (p->p_pctx) in exec_common()
/titanic_41/usr/src/uts/i86pc/ml/
H A Doffsets.in81 p_pctx
/titanic_41/usr/src/uts/common/sys/
H A Dproc.h292 pctxop_t *p_pctx; member
/titanic_41/usr/src/uts/common/disp/
H A Dthread.c627 if (t->t_procp->p_pctx != NULL) in thread_exit()