/netbsd/lib/libc/arch/sparc64/gen/ |
H A D | swapcontext.S | 55 set _C_LABEL(setcontext), %o5 61 ldx [%g5+_C_LABEL(setcontext)], %o4 65 ba,a _C_LABEL(setcontext)
|
/netbsd/lib/libc/arch/sh3/gen/ |
H A D | swapcontext.S | 56 !! adjust oucp to resume after setcontext below 61 2: CALL r2 ! setcontext(ucp) 74 .L_setcontext: CALL_DATUM(_C_LABEL(setcontext), 2b)
|
/netbsd/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
H A D | pl_syscolors_example.txt | 20 [2;32m0 305181 35 ":- syscall -> setcontext[0m 21 [2;32m0 305181 8 ":- syscall <- setcontext[0m 26 [2;32m0 305181 64 ":- syscall -> setcontext[0m 27 [2;32m0 305181 6 ":- syscall <- setcontext[0m 169 [2;32m0 305181 16 ":- syscall -> setcontext[0m 170 [2;32m0 305181 8 ":- syscall <- setcontext[0m
|
H A D | topsyscall_example.txt | 17 setcontext 8 57 setcontext 92
|
H A D | syscallbypid_example.txt | 10 11039 dtrace setcontext 1 32 1532 Xorg setcontext 8
|
H A D | lastwords_example.txt | 20 1091567219451138 1861 bash setcontext 0 0 75 1091650186277925 1865 bash setcontext 0 0
|
/netbsd/external/cddl/dtracetoolkit/dist/Examples/ |
H A D | pl_syscolors_example.txt | 20 [2;32m0 305181 35 ":- syscall -> setcontext[0m 21 [2;32m0 305181 8 ":- syscall <- setcontext[0m 26 [2;32m0 305181 64 ":- syscall -> setcontext[0m 27 [2;32m0 305181 6 ":- syscall <- setcontext[0m 169 [2;32m0 305181 16 ":- syscall -> setcontext[0m 170 [2;32m0 305181 8 ":- syscall <- setcontext[0m
|
H A D | topsyscall_example.txt | 17 setcontext 8 57 setcontext 92
|
H A D | syscallbypid_example.txt | 10 11039 dtrace setcontext 1 32 1532 Xorg setcontext 8
|
H A D | lastwords_example.txt | 20 1091567219451138 1861 bash setcontext 0 0 75 1091650186277925 1865 bash setcontext 0 0
|
/netbsd/lib/libc/arch/x86_64/gen/ |
H A D | resumecontext.S | 69 call PIC_PLT(_C_LABEL(setcontext)) 71 call _C_LABEL(setcontext)
|
H A D | swapcontext.S | 68 call PIC_PLT(_C_LABEL(setcontext)) 70 call _C_LABEL(setcontext)
|
/netbsd/lib/libc/arch/i386/gen/ |
H A D | resumecontext.S | 74 call PIC_PLT(_C_LABEL(setcontext)) 76 call _C_LABEL(setcontext)
|
H A D | swapcontext.S | 63 call PIC_PLT(_C_LABEL(setcontext)) 65 call _C_LABEL(setcontext)
|
/netbsd/lib/libc/arch/m68k/gen/ |
H A D | swapcontext.S | 48 jbsr PIC_PLT(_C_LABEL(setcontext)) | setcontext(ucp)
|
/netbsd/lib/libc/arch/sparc/gen/ |
H A D | swapcontext.S | 54 set _C_LABEL(setcontext), %g2 59 jmp _C_LABEL(setcontext)
|
/netbsd/lib/libc/arch/riscv/gen/ |
H A D | swapcontext.S | 59 tail PLT(_C_LABEL(setcontext)) # setcontext(ucp)
|
/netbsd/lib/libc/arch/arm/gen/ |
H A D | swapcontext.S | 85 b PLT_SYM(_C_LABEL(setcontext)) 88 bl PLT_SYM(_C_LABEL(setcontext))
|
/netbsd/lib/libc/arch/powerpc64/gen/ |
H A D | swapcontext.S | 56 bl PIC_PLT(_C_LABEL(setcontext)) # setcontext(ucp)
|
/netbsd/tests/lib/libc/sys/ |
H A D | t_getcontext.c | 86 ATF_REQUIRE_ERRNO(EFAULT, setcontext((void *)-1) == -1); in ATF_TC_BODY() 118 ATF_REQUIRE_EQ(setcontext(&uc[DEPTH-1]), 0); in ATF_TC_BODY()
|
/netbsd/lib/libpuffs/ |
H A D | callcontext.c | 87 setcontext(&pcc->pcc_uc_ret); in puffs_cc_yield() 126 setcontext(&pcc->pcc_uc); in puffs__cc_cont() 367 return setcontext(&pu->pu_mainctx); in puffs__cc_restoremain()
|
/netbsd/lib/libc/arch/powerpc64/sys/ |
H A D | __sigtramp2.S | 47 _DOSYSCALL(setcontext) /* restore machine state */
|
/netbsd/lib/libc/arch/alpha/gen/ |
H A D | resumecontext.c | 54 (void)setcontext(uct.uc_link); in _resumecontext()
|
/netbsd/lib/libc/arch/or1k/sys/ |
H A D | __sigtramp2.S | 50 _DOSYSCALL(setcontext) /* restore machine state */
|
/netbsd/lib/libc/arch/riscv/sys/ |
H A D | __sigtramp2.S | 51 SYSTRAP_NOERROR(setcontext) /* and do setcontext */
|