Searched refs:makecontext (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/head/ |
H A D | ucontext.h | 58 #pragma redefine_extname makecontext __makecontext_v2 60 #define makecontext __makecontext_v2 69 extern void makecontext(ucontext_t *, void(*)(), int, ...);
|
/titanic_50/usr/src/lib/libc/i386/gen/ |
H A D | makectxt.c | 30 #pragma weak _makecontext = makecontext 76 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) in makecontext() function
|
/titanic_50/usr/src/lib/libc/amd64/gen/ |
H A D | makectxt.c | 32 #pragma weak _makecontext = makecontext 52 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) in makecontext() function
|
/titanic_50/usr/src/lib/libc/sparcv9/gen/ |
H A D | makectxt.c | 30 #pragma weak _makecontext = makecontext 55 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) in makecontext() function
|
/titanic_50/usr/src/lib/libc/sparc/gen/ |
H A D | makectxt.c | 30 #pragma weak _makecontext = makecontext 55 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) in makecontext() function
|
/titanic_50/usr/src/cmd/abi/appcert/etc/ |
H A D | etc.warn.in | 88 WARNING:makecontext:gettext("possible makecontext(3C) source incompatibility"):libc.so.1|makecontex…
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_context.c | 105 makecontext(&c->ctx_uc, context_init, 1, c); in mdb_context_create()
|
/titanic_50/usr/src/lib/libsys/i386/ |
H A D | libsys.list | 63 f 1 makecontext
|
/titanic_50/usr/src/lib/libsys/sparc/ |
H A D | libsys.list | 63 f 1 makecontext
|
/titanic_50/usr/src/lib/libsys/common/ |
H A D | mapfile-vers | 54 makecontext;
|
/titanic_50/usr/src/lib/c_synonyms/ |
H A D | syn_common | 457 makecontext
|
/titanic_50/usr/src/man/man3c/ |
H A D | Makefile | 230 makecontext.3c \ 1922 swapcontext.3c := LINKSRC = makecontext.3c
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2411 makecontext;
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 225 file path=usr/share/man/man3c/makecontext.3c 1318 link path=usr/share/man/man3c/swapcontext.3c target=makecontext.3c
|