Home
last modified time | relevance | path

Searched refs:get_context (Results 1 – 25 of 25) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcs_context.c36 struct tcs_context *get_context(TCS_CONTEXT_HANDLE);
80 get_context(TCS_CONTEXT_HANDLE handle) in get_context() function
117 toKill = get_context(handle); in destroy_context()
187 c = get_context(tcsContext); in ctx_verify_context()
208 c = get_context(tcs_handle); in ctx_get_cond_var()
Dtcs_context_key.c58 c = get_context(ctx_handle); in ctx_has_key_loaded()
85 c = get_context(ctx_handle); in ctx_remove_key_loaded()
120 c = get_context(ctx_handle); in ctx_mark_key_loaded()
/netbsd/src/sys/arch/sun2/sun2/
Dpmap.c585 saved_ctxnum = get_context(); in context_free()
1109 saved_ctx = get_context(); in pv_changepte()
1204 saved_ctx = get_context(); in pv_syncflags()
1671 if (get_context() != 0) { in pmap_bootstrap()
1993 saved_ctx = get_context(); in pmap_enter_kernel()
2183 if (pmap->pm_ctxnum != get_context()) { in pmap_enter_user()
2333 saved_ctx = get_context(); in pmap_kenter_pa()
2425 saved_ctx = get_context(); in pmap_kremove()
2610 if (pmap->pm_ctxnum != get_context()) { in pmap_fault_reload()
2822 saved_ctx = get_context(); in pmap_unwire()
[all …]
Dcontrol.c41 get_context(void) in get_context() function
Ddb_memrw.c114 old_ctx = get_context(); in db_write_text()
Dpromlib.c104 state->saved_ctx = get_context(); in _mode_monitor()
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_read_support_format_rar5.c514 static inline struct rar5* get_context(struct archive_read* a) { in get_context() function
663 struct rar5* rar = get_context(a); in run_filter()
772 struct rar5* rar = get_context(a); in apply_filters()
2116 struct rar5* rar = get_context(a); in skip_unprocessed_bytes()
2201 struct rar5* rar = get_context(a); in process_base_block()
2368 struct rar5* rar = get_context(a); in skip_base_block()
2449 struct rar5* rar = get_context(a); in rar5_read_header()
2613 struct rar5* rar = get_context(a); in decode_number()
2943 struct rar5* rar = get_context(ar); in parse_filter()
3029 struct rar5* rar = get_context(a); in copy_string()
[all …]
/netbsd/src/external/bsd/kyua-cli/dist/store/
Dtransaction_test.cpp473 const engine::context context1 = tx.get_context(id1); in ATF_TEST_CASE_BODY()
474 const engine::context context2 = tx.get_context(id2); in ATF_TEST_CASE_BODY()
475 const engine::context context3 = tx.get_context(id3); in ATF_TEST_CASE_BODY()
497 tx.get_context(456)); in ATF_TEST_CASE_BODY()
519 tx.get_context(78)); in ATF_TEST_CASE_BODY()
558 tx.get_context(10)); in ATF_TEST_CASE_BODY()
560 tx.get_context(20)); in ATF_TEST_CASE_BODY()
Dtransaction.hpp123 engine::context get_context(const int64_t);
Dtransaction.cpp665 get_context(stmt.safe_column_int64("context_id"))); in get_action()
707 const engine::context context = get_context( in get_latest_action()
726 store::transaction::get_context(const int64_t context_id) in get_context() function in store::transaction
/netbsd/src/sys/arch/sun68k/sun68k/
Dcontrol.h41 int get_context(void);
/netbsd/src/sys/arch/sun3/sun3/
Dcontrol.h68 int get_context(void);
Dcontrol.c41 get_context(void) in get_context() function
Dpmap.c594 saved_ctxnum = get_context(); in context_free()
1118 saved_ctx = get_context(); in pv_changepte()
1211 saved_ctx = get_context(); in pv_syncflags()
1699 if (get_context() != 0) { in pmap_bootstrap()
2212 if (pmap->pm_ctxnum != get_context()) { in pmap_enter_user()
2629 if (pmap->pm_ctxnum != get_context()) { in pmap_fault_reload()
3017 old_ctx = get_context(); in pmap_protect1()
3057 if (pmap->pm_ctxnum != get_context()) in pmap_protect_mmu()
3146 old_ctx = get_context(); in pmap_protect_noctx()
3236 old_ctx = get_context(); in pmap_remove1()
[all …]
/netbsd/src/sys/arch/sun2/include/
Dpte.h182 #define kernel_context() get_context(); set_context(0)
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/
Dp2p_flush.py105 gobject.MainLoop().get_context().iteration(True)
Dp2p_listen.py108 gobject.MainLoop().get_context().iteration(True)
Dp2p_disconnect.py105 gobject.MainLoop().get_context().iteration(True)
Dp2p_stop_find.py110 gobject.MainLoop().get_context().iteration(True)
Dp2p_find.py118 gobject.MainLoop().get_context().iteration(True)
Dp2p_invite.py136 gobject.MainLoop().get_context().iteration(True)
Dp2p_group_add.py150 gobject.MainLoop().get_context().iteration(True)
/netbsd/src/external/gpl3/binutils/dist/gold/
Dgdb-index.cc266 get_context(off_t die_offset);
748 Gdb_index_info_reader::get_context(off_t die_offset) in get_context() function in gold::Gdb_index_info_reader
757 context = get_context(parent_offset); in get_context()
807 full_name.assign(this->get_context(parent_offset)); in get_qualified_name()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/
Dtcs_utils.h158 struct tcs_context *get_context(TCS_CONTEXT_HANDLE);
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-202013042 (thread_rec): Replace "get_context" parameter with "disposition";