Home
last modified time | relevance | path

Searched refs:makecontext (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/head/
H A Ducontext.h60 #pragma redefine_extname makecontext __makecontext_v2
62 #define makecontext __makecontext_v2
71 extern void makecontext(ucontext_t *, void(*)(), int, ...);
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmakectxt.c34 #pragma weak _makecontext = makecontext
83 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) in makecontext() function
/illumos-gate/usr/src/test/os-tests/tests/xsave/
H A Dswapcontext_extd.c84 makecontext(mk_ctx, mkctx_target, 2, hwsup, &hwsup); in main()
98 makecontext(mk_ctx, mkctx_failure, 0); in main()
H A Dsetcontext_replace.c63 makecontext(ctx, setcontext_replace_check, 1, hwsup); in main()
H A Dsetcontext_restore.c66 makecontext(ctx, setcontext_restore_check, 1, hwsup); in main()
H A Dxsave_baducontext.c143 makecontext(ctx, bad_success, 0); in setup_context()
/illumos-gate/usr/src/test/os-tests/tests/
H A Dgetcontext_extd.c80 makecontext(&ctx, successful_exit, 1, EXIT_MAGIC); in getcontext_stack()
125 makecontext(ctx, getcontext_stack, 1, STACK_MAGIC); in main()
H A Ducontext.c97 makecontext(&ctx, run, 0); in main()
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmakectxt.c34 #pragma weak _makecontext = makecontext
57 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) in makecontext() function
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmakectxt.c30 #pragma weak _makecontext = makecontext
55 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) in makecontext() function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmakectxt.c30 #pragma weak _makecontext = makecontext
55 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) in makecontext() function
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.warn.in88 WARNING:makecontext:gettext("possible makecontext(3C) source incompatibility"):libc.so.1|makecontex…
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_context.c103 makecontext(&c->ctx_uc, context_init, 1, c); in mdb_context_create()
/illumos-gate/usr/src/test/os-tests/tests/stackalign/
H A Dstackalign.c129 makecontext(&uc, (void (*)(void *))get_stack_at_entry, 1, &arg); in main()
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common457 makecontext
/illumos-gate/usr/src/man/man3c/
H A DMakefile238 makecontext.3c \
2024 swapcontext.3c := LINKSRC = makecontext.3c
2025 swapcontext_extd.3c := LINKSRC = makecontext.3c
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc674 file path=usr/share/man/man3c/makecontext.3c
1269 link path=usr/share/man/man3c/swapcontext.3c target=makecontext.3c
1270 link path=usr/share/man/man3c/swapcontext_extd.3c target=makecontext.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2746 makecontext;