Home
last modified time | relevance | path

Searched refs:SYS_context (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Ducontext.c43 return (syscall(SYS_context, 1, ucp)); in __setcontext()
49 return (syscall(SYS_context, 2, spp)); in getustack()
55 return (syscall(SYS_context, 3, sp)); in setustack()
/illumos-gate/usr/src/uts/common/sys/
H A Dsyscall.h265 #define SYS_context 100 macro
/illumos-gate/usr/src/cmd/truss/
H A Dsystable.c977 { "getcontext", SYS_context },
978 { "setcontext", SYS_context },
979 { "getustack", SYS_context },
980 { "setustack", SYS_context },
1187 case SYS_context: /* [get|set]context() */ in subsys()
1480 case SYS_context: /* [get|set]context() */ in getsubcode()
1632 case SYS_context: in nsubcodes()
H A Dmain.c716 if (prismember(&trace, SYS_context)) { in main()
717 (void) Psysentry(Proc, SYS_context, TRUE); in main()
718 (void) Psysexit(Proc, SYS_context, FALSE); in main()
719 prdelset(&traceeven, SYS_context); in main()
1098 case SYS_context: /* [get|set]context() */ in worker_thread()
H A Dactions.c545 case SYS_context: in sysexit()