/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/ |
crypto_auth_hmacsha256.h | 40 crypto_hash_sha256_state octx; member in struct:crypto_auth_hmacsha256_state
|
crypto_auth_hmacsha512.h | 40 crypto_hash_sha512_state octx; member in struct:crypto_auth_hmacsha512_state
|
/src/tests/lib/libpthread/ |
t_swapcontext.c | 47 ucontext_t octx; variable in typeref:typename:ucontext_t 72 nctx.uc_link = &octx; 78 ATF_REQUIRE_MSG(swapcontext(&octx, &nctx) != -1, "swapcontext failed: %s",
|
/src/tests/lib/libc/sys/ |
t_swapcontext.c | 42 ucontext_t octx; variable in typeref:typename:ucontext_t 64 ATF_REQUIRE(swapcontext(&nctx, &octx)); 93 ATF_REQUIRE(swapcontext(&octx, &nctx) == 0);
|
/src/sys/arch/sparc/sparc/ |
cache.c | 592 int i, ls, octx; local in function:srmmu_vcache_flush_context 599 octx = getcontext4m(); 604 setcontext4m(octx); 618 int i, ls, octx; local in function:srmmu_vcache_flush_region 625 octx = getcontext4m(); 630 setcontext4m(octx); 646 int i, ls, octx; local in function:srmmu_vcache_flush_segment 653 octx = getcontext4m(); 658 setcontext4m(octx); 670 int i, ls, octx; local in function:srmmu_vcache_flush_page 723 int octx; local in function:srmmu_vcache_flush_range [all...] |
pmap.c | 648 int opsr, octx; local in function:sp_tlb_flush 668 octx = getcontext4m(); /* save context */ 674 setcontext4m(octx); /* restore context */ 2321 int octx = getcontext4(); local in function:ctx_free 2324 setcontext4(octx);
|