| /foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
| H A D | system_defined_appitem_napi.cpp | 48 auto ctxt = std::make_shared<ContextBase>(); in New() local 77 GetSystemDefinedAppItem( napi_env env, napi_callback_info info, std::shared_ptr<ContextBase> ctxt) GetSystemDefinedAppItem() argument 89 auto ctxt = std::make_shared<ContextBase>(); GetAppId() local 101 auto ctxt = std::make_shared<ContextBase>(); SetAppId() local 122 auto ctxt = std::make_shared<ContextBase>(); GetAppName() local 134 auto ctxt = std::make_shared<ContextBase>(); SetAppName() local 155 auto ctxt = std::make_shared<ContextBase>(); GetAppIconId() local 167 auto ctxt = std::make_shared<ContextBase>(); SetAppIconId() local 188 auto ctxt = std::make_shared<ContextBase>(); GetAppLabelId() local 200 auto ctxt = std::make_shared<ContextBase>(); SetAppLabelId() local 221 auto ctxt = std::make_shared<ContextBase>(); GetBundleName() local 233 auto ctxt = std::make_shared<ContextBase>(); SetBundleName() local 254 auto ctxt = std::make_shared<ContextBase>(); GetAbilityName() local 266 auto ctxt = std::make_shared<ContextBase>(); SetAbilityName() local [all...] |
| H A D | system_defined_form_napi.cpp | 47 auto ctxt = std::make_shared<ContextBase>(); in New() local 76 GetSystemDefinedForm( napi_env env, napi_callback_info info, std::shared_ptr<ContextBase> ctxt) GetSystemDefinedForm() argument 88 auto ctxt = std::make_shared<ContextBase>(); GetFormId() local 100 auto ctxt = std::make_shared<ContextBase>(); SetFormId() local 121 auto ctxt = std::make_shared<ContextBase>(); GetFormName() local 133 auto ctxt = std::make_shared<ContextBase>(); SetFormName() local 154 auto ctxt = std::make_shared<ContextBase>(); GetBundleName() local 166 auto ctxt = std::make_shared<ContextBase>(); SetBundleName() local 187 auto ctxt = std::make_shared<ContextBase>(); GetAbilityName() local 199 auto ctxt = std::make_shared<ContextBase>(); SetAbilityName() local 220 auto ctxt = std::make_shared<ContextBase>(); GetModule() local 232 auto ctxt = std::make_shared<ContextBase>(); SetModule() local [all...] |
| /foundation/distributeddatamgr/udmf/interfaces/jskits/common/ |
| H A D | napi_queue.h | 183 std::shared_ptr<ContextBase> ctxt; global() member [all...] |
| /foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/ |
| H A D | napi_queue.cpp | 75 auto ctxt = aCtx->ctxt; in AsyncWork() local 100 GenerateOutput(ContextBase *ctxt) GenerateOutput() argument [all...] |
| /kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
| H A D | sev-es.c | 78 static enum es_result vc_decode_insn(struct es_em_ctxt *ctxt) in vc_decode_insn() argument 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 [all...] |
| /kernel/linux/linux-5.10/arch/x86/xen/ |
| H A D | smp_pv.c | 264 struct vcpu_guest_context *ctxt; in cpu_initialize_context() local [all...] |
| /kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/ |
| H A D | switch.c | 70 struct kvm_cpu_context *ctxt = &vcpu->arch.ctxt; in __activate_traps() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/ |
| H A D | subpage_prot.c | 39 ucontext_t *ctxt = (ucontext_t *)ctxt_v; in segv() local
|
| H A D | wild_bctr.c | 26 static void save_regs(ucontext_t *ctxt) in save_regs() argument
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
| H A D | netdev_rx.c | 58 hfi1_netdev_allocate_ctxt(struct hfi1_devdata *dd, struct hfi1_ctxtdata **ctxt) hfi1_netdev_allocate_ctxt() argument 121 hfi1_netdev_allot_ctxt(struct hfi1_netdev_priv *priv, struct hfi1_ctxtdata **ctxt) hfi1_netdev_allot_ctxt() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | phy-ctxt.c | 126 static void iwl_mvm_phy_ctxt_cmd_hdr(struct iwl_mvm_phy_ctxt *ctxt, in iwl_mvm_phy_ctxt_cmd_hdr() argument 265 int iwl_mvm_phy_ctxt_add(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt, in iwl_mvm_phy_ctxt_add() argument 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/net/sunrpc/xprtrdma/ |
| H A D | svc_rdma_backchannel.c | 137 struct svc_rdma_send_ctxt *ctxt; in rpcrdma_bc_send_request() local 75 svc_rdma_bc_sendto(struct svcxprt_rdma *rdma, struct rpc_rqst *rqst, struct svc_rdma_send_ctxt *ctxt) svc_rdma_bc_sendto() argument [all...] |
| /kernel/linux/linux-5.10/fs/nilfs2/ |
| H A D | btnode.c | 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-5.10/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-encoder.c | 127 static int pvr2_encoder_cmd(void *ctxt, in pvr2_encoder_cmd() argument
|
| /kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-encoder.c | 127 static int pvr2_encoder_cmd(void *ctxt, in pvr2_encoder_cmd() argument
|
| /kernel/linux/linux-6.6/fs/nilfs2/ |
| H A D | btnode.c | 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/drivers/infiniband/hw/hfi1/ |
| H A D | netdev_rx.c | 58 hfi1_netdev_allocate_ctxt(struct hfi1_devdata *dd, struct hfi1_ctxtdata **ctxt) hfi1_netdev_allocate_ctxt() argument 121 hfi1_netdev_allot_ctxt(struct hfi1_netdev_rx *rx, struct hfi1_ctxtdata **ctxt) hfi1_netdev_allot_ctxt() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | phy-ctxt.c | 69 static void iwl_mvm_phy_ctxt_cmd_hdr(struct iwl_mvm_phy_ctxt *ctxt, in iwl_mvm_phy_ctxt_cmd_hdr() argument 155 int iwl_mvm_phy_send_rlc(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt, in iwl_mvm_phy_send_rlc() argument 78 iwl_mvm_phy_ctxt_set_rxchain(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt, __le32 *rxchain_info, u8 chains_static, u8 chains_dynamic) iwl_mvm_phy_ctxt_set_rxchain() argument 116 iwl_mvm_phy_ctxt_cmd_data_v1(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt, struct iwl_phy_context_cmd_v1 *cmd, struct cfg80211_chan_def *chandef, u8 chains_static, u8 chains_dynamic) iwl_mvm_phy_ctxt_cmd_data_v1() argument 137 iwl_mvm_phy_ctxt_cmd_data(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt, struct iwl_phy_context_cmd *cmd, struct cfg80211_chan_def *chandef, u8 chains_static, u8 chains_dynamic) iwl_mvm_phy_ctxt_cmd_data() argument 195 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 253 iwl_mvm_phy_ctxt_add(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_add() argument 274 iwl_mvm_phy_ctxt_ref(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt) iwl_mvm_phy_ctxt_ref() argument 285 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 325 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-6.6/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_wwan.c | 164 static int ipc_wwan_newlink(void *ctxt, struct net_device *dev, in ipc_wwan_newlink() argument 193 static void ipc_wwan_dellink(void *ctxt, struct net_device *dev, in ipc_wwan_dellink() argument
|
| /kernel/linux/linux-6.6/arch/x86/xen/ |
| H A D | smp_pv.c | 255 struct vcpu_guest_context *ctxt; in cpu_initialize_context() local [all...] |
| /kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
| H A D | svc_rdma_backchannel.c | 143 struct svc_rdma_send_ctxt *ctxt; in rpcrdma_bc_send_request() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/ |
| H A D | subpage_prot.c | 39 ucontext_t *ctxt = (ucontext_t *)ctxt_v; in segv() local
|
| H A D | wild_bctr.c | 26 static void save_regs(ucontext_t *ctxt) in save_regs() argument
|
| /third_party/curl/docs/examples/ |
| H A D | htmltitle.cpp | 243 htmlParserCtxtPtr ctxt; in parseHtml() local
|
| /third_party/libwebsockets/lib/misc/ |
| H A D | sha-1.c | 104 sha1_step(struct sha1_ctxt *ctxt) in sha1_step() argument 192 _sha1_init(struct sha1_ctxt *ctxt) _sha1_init() argument 203 sha1_pad(struct sha1_ctxt *ctxt) sha1_pad() argument 237 sha1_loop(struct sha1_ctxt *ctxt, const unsigned char *input, size_t len) sha1_loop() argument 258 sha1_result(struct sha1_ctxt *ctxt, void *digest0) sha1_result() argument [all...] |