Searched refs:uc_link (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Ducontext.h83 ucontext_t *uc_link; member in struct:ucontext
96 caddr32_t uc_link; member in struct:ucontext32
/illumos-gate/usr/src/uts/sparc/sys/
H A Ducontext.h84 ucontext_t *uc_link; member in struct:ucontext
101 caddr32_t uc_link; member in struct:ucontext32
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmakectxt.c40 * stack which this context will use, and have the uc_link member set
44 * uc_stack, and which will return to the ucontext_t specified by uc_link.
117 (void) setcontext(uc.uc_link);
/illumos-gate/usr/src/lib/libproc/common/
H A DPstack.c106 * stack. The ucontext_t's uc_link member is set to the previous value of
149 * the diagram ("oldcontext" represents any element in the uc_link chain):
200 uc.uc_link = (ucontext_t *)(uintptr_t)u32.uc_link;
210 addr = (uintptr_t)uc.uc_link;
213 * Abort if we find a NULL uc_link pointer or a duplicate
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ducontext.h99 struct ucontext *uc_link; member in struct:ucontext
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmakectxt.c42 * stack which this context will use, and have the uc_link member set
46 * uc_stack, and which will return to the ucontext_t specified by uc_link.
123 (void) setcontext(uc.uc_link);
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dsiglongjmp.c66 uc.uc_link = bp->sjs_uclink;
H A Dmakectxt.c45 * stack which this context will use, and have the uc_link member set
49 * uc_stack, and which will return to the ucontext_t specified by uc_link.
166 (void) setcontext(uc.uc_link);
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dsiglongjmp.c63 uc.uc_link = bp->sjs_uclink;
H A Dmakectxt.c45 * stack which this context will use, and have the uc_link member set
49 * uc_stack, and which will return to the ucontext_t specified by uc_link.
166 (void) setcontext(uc.uc_link);
/illumos-gate/usr/src/uts/intel/ia32/syscall/
H A Dgetcontext.c69 ucp->uc_link = (struct ucontext *)lwp->lwp_oldcontext;
140 lwp->lwp_oldcontext = (uintptr_t)ucp->uc_link;
267 ucp->uc_link = (caddr32_t)lwp->lwp_oldcontext;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_context.c104 c->ctx_uc.uc_link = NULL;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwalkstack.c83 * the diagram ("oldcontext" represents any element in the uc_link chain):
192 ucontext_t *oldctx = uptr->uc_link;
297 oldctx = oldctx->uc_link; /* handle nested signals */
/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c168 oldcontext = dtrace_fulword(&ucp->uc_link);
176 oldcontext = dtrace_fuword32(&ucp->uc_link);
372 oldcontext = dtrace_fulword(&ucp->uc_link);
380 oldcontext = dtrace_fuword32(&ucp->uc_link);
/illumos-gate/usr/src/uts/sparc/syscall/
H A Dgetcontext.c82 ucp->uc_link = (ucontext_t *)lwp->lwp_oldcontext;
132 lwp->lwp_oldcontext = (uintptr_t)ucp->uc_link;
379 ucp->uc_link = (caddr32_t)lwp->lwp_oldcontext;
/illumos-gate/usr/src/lib/libc/amd64/threads/
H A Dmachdep.c179 ucp->uc_link = self->ul_siglink;
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dmachdep.c221 ucp->uc_link = self->ul_siglink;
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsigaction.c305 * possible damage by setting ucp->uc_link to NULL if we know that
310 ucp->uc_link = NULL;
529 * Returning from the main context (uc_link == NULL) causes
553 self->ul_siglink = uc.uc_link;
H A Dthr.c1278 ASSERT(uc.uc_link == NULL);
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c130 mdb_printf(" link = 0x%p\n", uc.uc_link);
335 wsp->walk_addr = (uintptr_t)uc.uc_link;
1160 { "ucontext", "walk ucontext_t uc_link list",
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c544 dst->uc_link = (ucontext_t *)(uintptr_t)src->uc_link;
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c1784 dest->uc_link = (ucontext_t *)(uintptr_t)src->uc_link;

Completed in 89 milliseconds