Searched refs:setcontext (Results 1 - 23 of 23) sorted by relevance

/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dgetcontext.s42 * As swapcontext() is actually equivalent to getcontext() + setcontext(),
70 /* getcontext returns 0 after a setcontext */
86 / call setcontext
88 pushl %eax /* push ucp for setcontext */
89 call setcontext
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dsiglongjmp.c48 (void) setcontext(ucp);
H A Dmakectxt.c123 (void) setcontext(uc.uc_link);
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dsiglongjmp.c51 (void) setcontext(ucp);
H A Dmakectxt.c117 (void) setcontext(uc.uc_link);
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dswapctxt.c61 return (setcontext((ucontext_t *)nucp));
H A Dmakectxt.c162 extern int setcontext(const ucontext_t *);
166 (void) setcontext(uc.uc_link);
H A Dsiglongjmp.c98 (void) setcontext(&uc);
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dswapctxt.c61 return (setcontext((ucontext_t *)nucp));
H A Dmakectxt.c162 extern int setcontext(const ucontext_t *);
166 (void) setcontext(uc.uc_link);
H A Dsiglongjmp.c97 (void) setcontext(&uc);
/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Dgetcontext.s41 * As swapcontext() is actually equivalent to getcontext() + setcontext(),
70 /* getcontext returns 0 after setcontext */
90 /* call setcontext */
92 call setcontext
/illumos-gate/usr/src/head/
H A Ducontext.h66 extern int setcontext(const ucontext_t *) __NORETURN;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_context.c35 * mapping a few pages of anonymous memory, and then using setcontext(2) to
122 if (setjmp(c->ctx_pcb) == 0 && setcontext(&c->ctx_uc) == -1)
H A Dmdb_main.c285 (void) setcontext(ucp);
/illumos-gate/usr/src/man/man2/
H A DMakefile239 setcontext.2 \
319 setcontext.2 := LINKSRC = getcontext.2
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsigaction.c30 * setcontext() really can return, if UC_CPU is not specified.
221 (void) setcontext(ucp);
222 thr_panic("call_user_handler(): setcontext() returned");
353 * the setcontext() wrapper. We don't want to change the
502 * setcontext() has code that forcibly restores the curthread
503 * pointer in a context passed to the setcontext(2) syscall.
520 #pragma weak _setcontext = setcontext
522 setcontext(const ucontext_t *ucp) function
530 * the thread to exit. See setcontext(2) and makecontext(3C).
584 * It is OK for setcontext() t
[all...]
/illumos-gate/usr/src/ucblib/libucb/sparc/sys/
H A Dsignal.c321 (void) setcontext(ucp);
385 (void) setcontext(ucp);
/illumos-gate/usr/src/cmd/csh/i386/
H A Dsignal.c119 setcontext (ucp);
/illumos-gate/usr/src/cmd/csh/sparc/
H A Dsignal.c143 setcontext (ucp);
/illumos-gate/usr/src/ucblib/libucb/i386/sys/
H A Dsignal.c190 setcontext(ucp);
/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.c146 (void) setcontext(ucp);
/illumos-gate/usr/src/cmd/init/
H A Dinit.c2298 (void) setcontext(ucp);

Completed in 108 milliseconds