Home
last modified time | relevance | path

Searched refs:ctxt (Results 76 - 100 of 389) sorted by relevance

12345678910>>...16

/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_setting.cpp163 std::shared_ptr<ListInputContext> ctxt) in GetInputMethodProperty()
171 JsUtils::GetValue(env, result, ctxt->property.name); in GetInputMethodProperty()
175 JsUtils::GetValue(env, result, ctxt->property.id); in GetInputMethodProperty()
177 if (ctxt->property.name.empty() || ctxt->property.id.empty()) { in GetInputMethodProperty()
180 JsUtils::GetValue(env, result, ctxt->property.name); in GetInputMethodProperty()
184 JsUtils::GetValue(env, result, ctxt->property.id); in GetInputMethodProperty()
186 PARAM_CHECK_RETURN(env, (!ctxt->property.name.empty() && !ctxt->property.id.empty()), in GetInputMethodProperty()
188 IMSA_HILOGD("methodId: %{public}s, packageName: %{public}s.", ctxt in GetInputMethodProperty()
162 GetInputMethodProperty(napi_env env, napi_value argv, std::shared_ptr<ListInputContext> ctxt) GetInputMethodProperty() argument
196 auto ctxt = std::make_shared<ListInputContext>(); ListInputMethod() local
224 auto ctxt = std::make_shared<ListInputContext>(); GetInputMethods() local
280 auto ctxt = std::make_shared<ListInputContext>(); GetAllInputMethods() local
319 auto ctxt = std::make_shared<DisplayOptionalInputMethodContext>(); DisplayOptionalInputMethod() local
341 auto ctxt = std::make_shared<DisplayOptionalInputMethodContext>(); ShowOptionalInputMethods() local
371 auto ctxt = std::make_shared<ListInputContext>(); ListInputMethodSubtype() local
405 auto ctxt = std::make_shared<ListInputContext>(); ListCurrentInputMethodSubtype() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dtrace_ctxts.h66 __field(unsigned int, ctxt)
78 __entry->ctxt = uctxt->ctxt;
89 TP_printk("[%s] ctxt %u:%u " UCTXT_FMT,
91 __entry->ctxt,
107 TP_PROTO(struct hfi1_devdata *dd, unsigned int ctxt,
110 TP_ARGS(dd, ctxt, subctxt, cinfo),
112 __field(unsigned int, ctxt)
121 __entry->ctxt = ctxt;
[all...]
H A Dtrace_rx.h70 __field(u32, ctxt)
79 __entry->ctxt = packet->rcd->ctxt;
87 "[%s] ctxt %d eflags 0x%llx etype %d,%s hlen %d tlen %d updegr %d etail %d",
89 __entry->ctxt,
103 __field(u32, ctxt)
108 __entry->ctxt = rcd->ctxt;
112 TP_printk("[%s] ctxt %d SlowPath: %d DmaRtail: %d",
114 __entry->ctxt,
[all...]
H A Dtrace_tx.h79 TP_printk("[%s] ctxt %u(%u) extra %d",
102 TP_printk("[%s] ctxt %u(%u) on %d credit_ctrl 0x%llx",
212 TP_PROTO(struct hfi1_devdata *dd, u16 ctxt, u16 subctxt),
213 TP_ARGS(dd, ctxt, subctxt),
215 __field(u16, ctxt)
219 __entry->ctxt = ctxt;
224 __entry->ctxt,
230 TP_PROTO(struct hfi1_devdata *dd, u16 ctxt, u16 subctxt,
232 TP_ARGS(dd, ctxt, subctx
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dtrace_ctxts.h25 __field(unsigned int, ctxt)
37 __entry->ctxt = uctxt->ctxt;
48 TP_printk("[%s] ctxt %u:%u " UCTXT_FMT,
50 __entry->ctxt,
66 TP_PROTO(struct hfi1_devdata *dd, unsigned int ctxt,
69 TP_ARGS(dd, ctxt, subctxt, cinfo),
71 __field(unsigned int, ctxt)
80 __entry->ctxt = ctxt;
[all...]
H A Dtrace_rx.h29 __field(u32, ctxt)
38 __entry->ctxt = packet->rcd->ctxt;
46 "[%s] ctxt %d eflags 0x%llx etype %d,%s hlen %d tlen %d updegr %d etail %d",
48 __entry->ctxt,
62 __field(u32, ctxt)
67 __entry->ctxt = rcd->ctxt;
71 TP_printk("[%s] ctxt %d SlowPath: %d DmaRtail: %d",
73 __entry->ctxt,
[all...]
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/vhe/
H A Dsysreg-sr.c27 void sysreg_save_host_state_vhe(struct kvm_cpu_context *ctxt) in sysreg_save_host_state_vhe() argument
29 __sysreg_save_common_state(ctxt); in sysreg_save_host_state_vhe()
33 void sysreg_save_guest_state_vhe(struct kvm_cpu_context *ctxt) in sysreg_save_guest_state_vhe() argument
35 __sysreg_save_common_state(ctxt); in sysreg_save_guest_state_vhe()
36 __sysreg_save_el2_return_state(ctxt); in sysreg_save_guest_state_vhe()
40 void sysreg_restore_host_state_vhe(struct kvm_cpu_context *ctxt) in sysreg_restore_host_state_vhe() argument
42 __sysreg_restore_common_state(ctxt); in sysreg_restore_host_state_vhe()
46 void sysreg_restore_guest_state_vhe(struct kvm_cpu_context *ctxt) in sysreg_restore_guest_state_vhe() argument
48 __sysreg_restore_common_state(ctxt); in sysreg_restore_guest_state_vhe()
49 __sysreg_restore_el2_return_state(ctxt); in sysreg_restore_guest_state_vhe()
[all...]
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/vhe/
H A Dsysreg-sr.c28 void sysreg_save_host_state_vhe(struct kvm_cpu_context *ctxt) in sysreg_save_host_state_vhe() argument
30 __sysreg_save_common_state(ctxt); in sysreg_save_host_state_vhe()
34 void sysreg_save_guest_state_vhe(struct kvm_cpu_context *ctxt) in sysreg_save_guest_state_vhe() argument
36 __sysreg_save_common_state(ctxt); in sysreg_save_guest_state_vhe()
37 __sysreg_save_el2_return_state(ctxt); in sysreg_save_guest_state_vhe()
41 void sysreg_restore_host_state_vhe(struct kvm_cpu_context *ctxt) in sysreg_restore_host_state_vhe() argument
43 __sysreg_restore_common_state(ctxt); in sysreg_restore_host_state_vhe()
47 void sysreg_restore_guest_state_vhe(struct kvm_cpu_context *ctxt) in sysreg_restore_guest_state_vhe() argument
49 __sysreg_restore_common_state(ctxt); in sysreg_restore_guest_state_vhe()
50 __sysreg_restore_el2_return_state(ctxt); in sysreg_restore_guest_state_vhe()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dphy-ctxt.c126 static void iwl_mvm_phy_ctxt_cmd_hdr(struct iwl_mvm_phy_ctxt *ctxt, in iwl_mvm_phy_ctxt_cmd_hdr() argument
130 cmd->id_and_color = cpu_to_le32(FW_CMD_ID_AND_COLOR(ctxt->id, in iwl_mvm_phy_ctxt_cmd_hdr()
131 ctxt->color)); in iwl_mvm_phy_ctxt_cmd_hdr()
214 struct iwl_mvm_phy_ctxt *ctxt, in iwl_mvm_phy_ctxt_apply()
227 iwl_mvm_phy_ctxt_cmd_hdr(ctxt, &cmd, action); in iwl_mvm_phy_ctxt_apply()
241 iwl_mvm_phy_ctxt_cmd_hdr(ctxt, in iwl_mvm_phy_ctxt_apply()
252 IWL_ERR(mvm, "PHY ctxt cmd error ver %d not supported\n", ver); in iwl_mvm_phy_ctxt_apply()
258 IWL_ERR(mvm, "PHY ctxt cmd error. ret=%d\n", ret); in iwl_mvm_phy_ctxt_apply()
265 int iwl_mvm_phy_ctxt_add(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt, in iwl_mvm_phy_ctxt_add() argument
270 ctxt in iwl_mvm_phy_ctxt_add()
213 iwl_mvm_phy_ctxt_apply(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt, struct cfg80211_chan_def *chandef, u8 chains_static, u8 chains_dynamic, u32 action) iwl_mvm_phy_ctxt_apply() argument
284 iwl_mvm_phy_ctxt_ref(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt) iwl_mvm_phy_ctxt_ref() argument
295 iwl_mvm_phy_ctxt_changed(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt, struct cfg80211_chan_def *chandef, u8 chains_static, u8 chains_dynamic) iwl_mvm_phy_ctxt_changed() argument
326 iwl_mvm_phy_ctxt_unref(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt) iwl_mvm_phy_ctxt_unref() argument
[all...]
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dkvm_asm.h266 .macro get_vcpu_ptr vcpu, ctxt
267 get_host_ctxt \ctxt, \vcpu variable
268 ldr \vcpu, [\ctxt, #HOST_CONTEXT_VCPU]
271 .macro get_loaded_vcpu vcpu, ctxt
272 adr_this_cpu \ctxt, kvm_hyp_ctxt, \vcpu variable
273 ldr \vcpu, [\ctxt, #HOST_CONTEXT_VCPU]
276 .macro set_loaded_vcpu vcpu, ctxt, tmp variable
277 adr_this_cpu \ctxt, kvm_hyp_ctxt, \tmp variable
278 str \vcpu, [\ctxt, #HOST_CONTEXT_VCPU]
304 .macro save_callee_saved_regs ctxt
[all...]
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dkvm_asm.h303 .macro get_vcpu_ptr vcpu, ctxt
304 get_host_ctxt \ctxt, \vcpu variable
305 ldr \vcpu, [\ctxt, #HOST_CONTEXT_VCPU]
308 .macro get_loaded_vcpu vcpu, ctxt
309 adr_this_cpu \ctxt, kvm_hyp_ctxt, \vcpu variable
310 ldr \vcpu, [\ctxt, #HOST_CONTEXT_VCPU]
313 .macro set_loaded_vcpu vcpu, ctxt, tmp variable
314 adr_this_cpu \ctxt, kvm_hyp_ctxt, \tmp variable
315 str \vcpu, [\ctxt, #HOST_CONTEXT_VCPU]
342 .macro save_callee_saved_regs ctxt
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsev-shared.c177 static enum es_result vc_init_em_ctxt(struct es_em_ctxt *ctxt, in vc_init_em_ctxt() argument
183 memset(ctxt, 0, sizeof(*ctxt)); in vc_init_em_ctxt()
184 ctxt->regs = regs; in vc_init_em_ctxt()
187 ret = vc_decode_insn(ctxt); in vc_init_em_ctxt()
192 static void vc_finish_insn(struct es_em_ctxt *ctxt) in vc_finish_insn() argument
194 ctxt->regs->ip += ctxt->insn.length; in vc_finish_insn()
197 static enum es_result verify_exception_info(struct ghcb *ghcb, struct es_em_ctxt *ctxt) in verify_exception_info() argument
213 ctxt in verify_exception_info()
225 sev_es_ghcb_hv_call(struct ghcb *ghcb, struct es_em_ctxt *ctxt, u64 exit_code, u64 exit_info_1, u64 exit_info_2) sev_es_ghcb_hv_call() argument
282 __sev_cpuid_hv_ghcb(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) __sev_cpuid_hv_ghcb() argument
315 sev_cpuid_hv(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) sev_cpuid_hv() argument
430 snp_cpuid_hv(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) snp_cpuid_hv() argument
436 snp_cpuid_postprocess(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) snp_cpuid_postprocess() argument
531 snp_cpuid(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) snp_cpuid() argument
635 vc_insn_string_check(struct es_em_ctxt *ctxt, unsigned long address, bool write) vc_insn_string_check() argument
652 vc_insn_string_read(struct es_em_ctxt *ctxt, void *src, char *buf, unsigned int data_size, unsigned int count, bool backwards) vc_insn_string_read() argument
678 vc_insn_string_write(struct es_em_ctxt *ctxt, void *dst, char *buf, unsigned int data_size, unsigned int count, bool backwards) vc_insn_string_write() argument
723 vc_ioio_exitinfo(struct es_em_ctxt *ctxt, u64 *exitinfo) vc_ioio_exitinfo() argument
818 vc_handle_ioio(struct ghcb *ghcb, struct es_em_ctxt *ctxt) vc_handle_ioio() argument
926 vc_handle_cpuid_snp(struct ghcb *ghcb, struct es_em_ctxt *ctxt) vc_handle_cpuid_snp() argument
945 vc_handle_cpuid(struct ghcb *ghcb, struct es_em_ctxt *ctxt) vc_handle_cpuid() argument
987 vc_handle_rdtsc(struct ghcb *ghcb, struct es_em_ctxt *ctxt, unsigned long exit_code) vc_handle_rdtsc() argument
1112 struct es_em_ctxt ctxt; vmgexit_psc() local
[all...]
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/nvhe/
H A Dsysreg-sr.c21 void __sysreg_save_state_nvhe(struct kvm_cpu_context *ctxt) in __sysreg_save_state_nvhe() argument
23 __sysreg_save_el1_state(ctxt); in __sysreg_save_state_nvhe()
24 __sysreg_save_common_state(ctxt); in __sysreg_save_state_nvhe()
25 __sysreg_save_user_state(ctxt); in __sysreg_save_state_nvhe()
26 __sysreg_save_el2_return_state(ctxt); in __sysreg_save_state_nvhe()
29 void __sysreg_restore_state_nvhe(struct kvm_cpu_context *ctxt) in __sysreg_restore_state_nvhe() argument
31 __sysreg_restore_el1_state(ctxt); in __sysreg_restore_state_nvhe()
32 __sysreg_restore_common_state(ctxt); in __sysreg_restore_state_nvhe()
33 __sysreg_restore_user_state(ctxt); in __sysreg_restore_state_nvhe()
34 __sysreg_restore_el2_return_state(ctxt); in __sysreg_restore_state_nvhe()
[all...]
/third_party/libabigail/src/
H A Dabg-reporter-priv.h25 if (diff_context_sptr ctxt = d.context()) \
26 if (diff_sptr _diff_ = ctxt->get_canonical_diff_for(S1, S2)) \
107 maybe_convert_bits_to_bytes(uint64_t bits, const diff_context& ctxt);
110 emit_num_value(uint64_t value, const diff_context& ctxt, ostream& out);
115 const diff_context& ctxt,
120 const diff_context& ctxt,
127 const diff_context& ctxt,
132 represent(const diff_context& ctxt,
138 const diff_context_sptr& ctxt,
144 diff_context& ctxt,
[all...]
/kernel/linux/linux-5.10/arch/x86/xen/
H A Dsmp_pv.c264 struct vcpu_guest_context *ctxt; in cpu_initialize_context() local
273 ctxt = kzalloc(sizeof(*ctxt), GFP_KERNEL); in cpu_initialize_context()
274 if (ctxt == NULL) in cpu_initialize_context()
279 memset(&ctxt->fpu_ctxt, 0, sizeof(ctxt->fpu_ctxt)); in cpu_initialize_context()
286 ctxt->user_regs.eip = (unsigned long)asm_cpu_bringup_and_idle; in cpu_initialize_context()
287 ctxt->flags = VGCF_IN_KERNEL; in cpu_initialize_context()
288 ctxt->user_regs.eflags = 0x1000; /* IOPL_RING1 */ in cpu_initialize_context()
289 ctxt in cpu_initialize_context()
[all...]
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c56 struct svc_rdma_rw_ctxt *ctxt; in svc_rdma_get_rw_ctxt() local
63 ctxt = llist_entry(node, struct svc_rdma_rw_ctxt, rw_node); in svc_rdma_get_rw_ctxt()
65 ctxt = kmalloc_node(struct_size(ctxt, rw_first_sgl, SG_CHUNK_SIZE), in svc_rdma_get_rw_ctxt()
67 if (!ctxt) in svc_rdma_get_rw_ctxt()
70 INIT_LIST_HEAD(&ctxt->rw_list); in svc_rdma_get_rw_ctxt()
73 ctxt->rw_sg_table.sgl = ctxt->rw_first_sgl; in svc_rdma_get_rw_ctxt()
74 if (sg_alloc_table_chained(&ctxt->rw_sg_table, sges, in svc_rdma_get_rw_ctxt()
75 ctxt in svc_rdma_get_rw_ctxt()
87 __svc_rdma_put_rw_ctxt(struct svc_rdma_rw_ctxt *ctxt, struct llist_head *list) __svc_rdma_put_rw_ctxt() argument
94 svc_rdma_put_rw_ctxt(struct svcxprt_rdma *rdma, struct svc_rdma_rw_ctxt *ctxt) svc_rdma_put_rw_ctxt() argument
107 struct svc_rdma_rw_ctxt *ctxt; svc_rdma_destroy_rw_ctxts() local
127 svc_rdma_rw_ctx_init(struct svcxprt_rdma *rdma, struct svc_rdma_rw_ctxt *ctxt, u64 offset, u32 handle, enum dma_data_direction direction) svc_rdma_rw_ctx_init() argument
190 struct svc_rdma_rw_ctxt *ctxt; svc_rdma_cc_release() local
380 struct svc_rdma_rw_ctxt *ctxt; svc_rdma_post_chunk_ctxt() local
420 svc_rdma_vec_to_sg(struct svc_rdma_write_info *info, unsigned int len, struct svc_rdma_rw_ctxt *ctxt) svc_rdma_vec_to_sg() argument
434 svc_rdma_pagelist_to_sg(struct svc_rdma_write_info *info, unsigned int remaining, struct svc_rdma_rw_ctxt *ctxt) svc_rdma_pagelist_to_sg() argument
469 svc_rdma_build_writes(struct svc_rdma_write_info *info, void (*constructor)(struct svc_rdma_write_info *info, unsigned int len, struct svc_rdma_rw_ctxt *ctxt), unsigned int remaining) svc_rdma_build_writes() argument
478 struct svc_rdma_rw_ctxt *ctxt; svc_rdma_build_writes() local
712 struct svc_rdma_rw_ctxt *ctxt; svc_rdma_build_read_segment() local
[all...]
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dsev-es.c78 static enum es_result vc_decode_insn(struct es_em_ctxt *ctxt) in vc_decode_insn() argument
83 memcpy(buffer, (unsigned char *)ctxt->regs->ip, MAX_INSN_SIZE); in vc_decode_insn()
85 insn_init(&ctxt->insn, buffer, MAX_INSN_SIZE, 1); in vc_decode_insn()
86 insn_get_length(&ctxt->insn); in vc_decode_insn()
88 ret = ctxt->insn.immediate.got ? ES_OK : ES_DECODE_FAILED; in vc_decode_insn()
93 static enum es_result vc_write_mem(struct es_em_ctxt *ctxt, in vc_write_mem() argument
101 static enum es_result vc_read_mem(struct es_em_ctxt *ctxt, in vc_read_mem() argument
109 static enum es_result vc_ioio_check(struct es_em_ctxt *ctxt, u16 port, size_t size) in vc_ioio_check() argument
185 struct es_em_ctxt ctxt; in do_boot_stage2_vc() local
192 result = vc_init_em_ctxt(&ctxt, reg in do_boot_stage2_vc()
[all...]
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dunified_record_napi.cpp47 auto ctxt = std::make_shared<ContextBase>(); in New() local
50 auto input = [env, ctxt, &type, &value](size_t argc, napi_value *argv) { in New()
51 ASSERT_BUSINESS_ERR(ctxt, argc == 0 || argc >= 2, in New()
54 ctxt->status = NapiDataUtils::GetValue(env, argv[0], type); in New()
55 ASSERT_BUSINESS_ERR(ctxt, ctxt->status == napi_ok && !type.empty(), in New()
60 ctxt->GetCbInfoSync(env, info, input); in New()
61 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt in New()
179 GetUnifiedRecord( napi_env env, napi_callback_info info, std::shared_ptr<ContextBase> ctxt) GetUnifiedRecord() argument
191 auto ctxt = std::make_shared<ContextBase>(); GetType() local
203 auto ctxt = std::make_shared<ContextBase>(); GetValue() local
[all...]
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dsmp_pv.c255 struct vcpu_guest_context *ctxt; in cpu_initialize_context() local
262 ctxt = kzalloc(sizeof(*ctxt), GFP_KERNEL); in cpu_initialize_context()
263 if (ctxt == NULL) { in cpu_initialize_context()
275 ctxt->user_regs.eip = (unsigned long)asm_cpu_bringup_and_idle; in cpu_initialize_context()
276 ctxt->flags = VGCF_IN_KERNEL; in cpu_initialize_context()
277 ctxt->user_regs.eflags = 0x1000; /* IOPL_RING1 */ in cpu_initialize_context()
278 ctxt->user_regs.ds = __USER_DS; in cpu_initialize_context()
279 ctxt->user_regs.es = __USER_DS; in cpu_initialize_context()
280 ctxt in cpu_initialize_context()
[all...]
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dbtnode.c174 struct nilfs_btnode_chkey_ctxt *ctxt) in nilfs_btnode_prepare_change_key()
178 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_prepare_change_key()
184 obh = ctxt->bh; in nilfs_btnode_prepare_change_key()
185 ctxt->newbh = NULL; in nilfs_btnode_prepare_change_key()
224 ctxt->newbh = nbh; in nilfs_btnode_prepare_change_key()
237 struct nilfs_btnode_chkey_ctxt *ctxt) in nilfs_btnode_commit_change_key()
239 struct buffer_head *obh = ctxt->bh, *nbh = ctxt->newbh; in nilfs_btnode_commit_change_key()
240 __u64 oldkey = ctxt in nilfs_btnode_commit_change_key()
173 nilfs_btnode_prepare_change_key(struct address_space *btnc, struct nilfs_btnode_chkey_ctxt *ctxt) nilfs_btnode_prepare_change_key() argument
236 nilfs_btnode_commit_change_key(struct address_space *btnc, struct nilfs_btnode_chkey_ctxt *ctxt) nilfs_btnode_commit_change_key() argument
276 nilfs_btnode_abort_change_key(struct address_space *btnc, struct nilfs_btnode_chkey_ctxt *ctxt) nilfs_btnode_abort_change_key() argument
[all...]
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dbtnode.c174 struct nilfs_btnode_chkey_ctxt *ctxt) in nilfs_btnode_prepare_change_key()
178 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_prepare_change_key()
184 obh = ctxt->bh; in nilfs_btnode_prepare_change_key()
185 ctxt->newbh = NULL; in nilfs_btnode_prepare_change_key()
224 ctxt->newbh = nbh; in nilfs_btnode_prepare_change_key()
237 struct nilfs_btnode_chkey_ctxt *ctxt) in nilfs_btnode_commit_change_key()
239 struct buffer_head *obh = ctxt->bh, *nbh = ctxt->newbh; in nilfs_btnode_commit_change_key()
240 __u64 oldkey = ctxt in nilfs_btnode_commit_change_key()
173 nilfs_btnode_prepare_change_key(struct address_space *btnc, struct nilfs_btnode_chkey_ctxt *ctxt) nilfs_btnode_prepare_change_key() argument
236 nilfs_btnode_commit_change_key(struct address_space *btnc, struct nilfs_btnode_chkey_ctxt *ctxt) nilfs_btnode_commit_change_key() argument
276 nilfs_btnode_abort_change_key(struct address_space *btnc, struct nilfs_btnode_chkey_ctxt *ctxt) nilfs_btnode_abort_change_key() argument
[all...]
/third_party/curl/lib/vauth/
H A Ddigest.c343 struct MD5_context *ctxt; in Curl_auth_create_digest_md5_message() local
390 ctxt = Curl_MD5_init(Curl_DIGEST_MD5); in Curl_auth_create_digest_md5_message()
391 if(!ctxt) in Curl_auth_create_digest_md5_message()
394 Curl_MD5_update(ctxt, (const unsigned char *) userp, in Curl_auth_create_digest_md5_message()
396 Curl_MD5_update(ctxt, (const unsigned char *) ":", 1); in Curl_auth_create_digest_md5_message()
397 Curl_MD5_update(ctxt, (const unsigned char *) realm, in Curl_auth_create_digest_md5_message()
399 Curl_MD5_update(ctxt, (const unsigned char *) ":", 1); in Curl_auth_create_digest_md5_message()
400 Curl_MD5_update(ctxt, (const unsigned char *) passwdp, in Curl_auth_create_digest_md5_message()
402 Curl_MD5_final(ctxt, digest); in Curl_auth_create_digest_md5_message()
404 ctxt in Curl_auth_create_digest_md5_message()
[all...]
/foundation/distributeddatamgr/udmf/interfaces/jskits/common/
H A Dnapi_queue.h68 #define ASSERT_ARGS(ctxt, condition, message) \
71 (ctxt)->status = napi_invalid_arg; \
72 (ctxt)->error = std::string(message); \
78 #define ASSERT_STATUS(ctxt, message) \
80 if ((ctxt)->status != napi_ok) { \
81 (ctxt)->error = std::string(message); \
82 LOG_ERROR(UDMF_KITS_NAPI, "test (ctxt->status == napi_ok) failed: " message); \
159 #define ASSERT_WITH_ERRCODE(ctxt, condition, errcode, message) \
162 (ctxt)->status = napi_generic_failure; \
163 GenerateNapiError(errcode, (ctxt)
183 std::shared_ptr<ContextBase> ctxt; global() member
[all...]
/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/
H A Djs_keyboard_panel_manager.cpp77 auto ctxt = std::make_shared<PanelManagerContext>(); in ConnectSystemCmd() local
79 auto exec = [ctxt, env, manager](AsyncCall::Context *ctx) { in ConnectSystemCmd()
81 ctxt->SetErrorCode(ret); in ConnectSystemCmd()
83 ctxt->SetState(napi_ok); in ConnectSystemCmd()
86 AsyncCall asyncCall(env, info, ctxt, 0); in ConnectSystemCmd()
191 auto ctxt = std::make_shared<SmartMenuContext>(); in GetSmartMenuCfg() local
192 auto output = [ctxt](napi_env env, napi_value *result) -> napi_status { in GetSmartMenuCfg()
193 *result = JsUtil::GetValue(env, ctxt->smartMenu); in GetSmartMenuCfg()
196 auto exec = [ctxt](AsyncCall::Context *ctx) { in GetSmartMenuCfg()
197 ctxt in GetSmartMenuCfg()
208 auto ctxt = std::make_shared<SendPrivateCommandContext>(); SendPrivateCommand() local
[all...]
/third_party/pulseaudio/src/tests/
H A Dgtk-test.c30 pa_context *ctxt; variable
38 ctxt = pa_context_new(pa_glib_mainloop_get_api(m), NULL); in connect()
39 g_assert(ctxt); in connect()
41 r = pa_context_connect(ctxt, NULL, PA_CONTEXT_NOAUTOSPAWN|PA_CONTEXT_NOFAIL, NULL); in connect()
44 pa_context_set_state_callback(ctxt, context_state_callback, NULL); in connect()
50 pa_context_unref(ctxt); in context_state_callback()
51 ctxt = NULL; in context_state_callback()
79 pa_context_unref(ctxt); in main()

Completed in 13 milliseconds

12345678910>>...16