Searched refs:makecontext (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/head/
H A Ducontext.h58 #pragma redefine_extname makecontext __makecontext_v2
60 #define makecontext __makecontext_v2 macro
69 extern void makecontext(ucontext_t *, void(*)(), int, ...);
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmakectxt.c30 #pragma weak _makecontext = makecontext
42 * When makecontext() returns, the ucontext_t will be set to run the
76 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) function
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmakectxt.c32 #pragma weak _makecontext = makecontext
44 * When makecontext() returns, the ucontext_t will be set to run the
52 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) function
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmakectxt.c30 #pragma weak _makecontext = makecontext
47 * When makecontext() returns, the ucontext_t will be set to run the
55 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) function
76 * The legacy implemenation of makecontext() on sparc has been to
159 * because it remaps the symbol makecontext.
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmakectxt.c30 #pragma weak _makecontext = makecontext
47 * When makecontext() returns, the ucontext_t will be set to run the
55 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) function
76 * The legacy implemenation of makecontext() on sparc has been to
159 * because it remaps the symbol makecontext.
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_context.c105 makecontext(&c->ctx_uc, context_init, 1, c);
/illumos-gate/usr/src/man/man3c/
H A DMakefile229 makecontext.3c \
1916 swapcontext.3c := LINKSRC = makecontext.3c

Completed in 115 milliseconds