/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptspi.c | 99 * mptspi_setTargetNegoParms - Update the target negotiation parameters 101 * @target: per target private data 104 * Update the target negotiation parameters based on the Inquiry 108 mptspi_setTargetNegoParms(MPT_SCSI_HOST *hd, VirtTarget *target, in mptspi_setTargetNegoParms() argument 113 int id = (int) target->id; in mptspi_setTargetNegoParms() 121 target->negoFlags = pspi_data->noQas; in mptspi_setTargetNegoParms() 127 target->tflags &= ~MPT_TARGET_FLAGS_Q_YES; in mptspi_setTargetNegoParms() 151 target->negoFlags |= MPT_TAPE_NEGO_IDP; in mptspi_setTargetNegoParms() 162 if (target in mptspi_setTargetNegoParms() [all...] |
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | dfs_cache.c | 181 READ_ONCE(ce->tgthint) == t ? " (target hint)" : ""); in dfscache_proc_show() 230 cifs_dbg(FYI, "target list:\n"); in dump_tgts() 233 READ_ONCE(ce->tgthint) == t ? " (target hint)" : ""); in dump_tgts() 339 /* Return target hint of a DFS cache entry */ 360 /* Allocate a new DFS target */ 380 * target hint. 385 struct cache_dfs_tgt *target; in copy_ref_data() local 412 target = list_first_entry_or_null(&ce->tlist, struct cache_dfs_tgt, in copy_ref_data() 414 WRITE_ONCE(ce->tgthint, target); in copy_ref_data() 623 struct cache_dfs_tgt *target; in update_cache_entry_locked() local 756 setup_referral(const char *path, struct cache_entry *ce, struct dfs_info3_param *ref, const char *target) setup_referral() argument 1019 parse_target_share(const char *target, char **share) parse_target_share() argument [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | ptrace.c | 432 static int genregs_get(struct task_struct *target, in genregs_get() argument 439 membuf_store(&to, getreg(target, reg * sizeof(unsigned long))); in genregs_get() 443 static int genregs_set(struct task_struct *target, in genregs_set() argument 452 ret = putreg(target, pos, *k++); in genregs_set() 463 ret = putreg(target, pos, word); in genregs_set() 693 static int ioperm_active(struct task_struct *target, in ioperm_active() argument 696 struct io_bitmap *iobm = target->thread.io_bitmap; in ioperm_active() 701 static int ioperm_get(struct task_struct *target, in ioperm_get() argument 705 struct io_bitmap *iobm = target->thread.io_bitmap; in ioperm_get() 1022 static int genregs32_get(struct task_struct *target, in genregs32_get() argument 1036 genregs32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) genregs32_set() argument [all...] |
/third_party/gn/src/gn/ |
H A D | xcode_object.cc | 489 const PBXTarget* target) in PBXContainerItemProxy() 490 : project_(project), target_(target) {} in PBXContainerItemProxy() 801 PBXNativeTarget* target) { in AddSourceFile() 808 DCHECK(target); in AddSourceFile() 809 target->AddFileForIndexing(file_reference); in AddSourceFile() 858 // the basename of the product generated by the target. in AddNativeTarget() 893 void PBXProject::AddTarget(std::unique_ptr<PBXTarget> target) { in AddTarget() argument 894 DCHECK(target); in AddTarget() 895 targets_.push_back(std::move(target)); in AddTarget() 914 for (const auto& target in Visit() 488 PBXContainerItemProxy(const PBXProject* project, const PBXTarget* target) PBXContainerItemProxy() argument 799 AddSourceFile(const std::string& navigator_path, const std::string& source_path, PBXNativeTarget* target) AddSourceFile() argument 1033 PBXTargetDependency( const PBXTarget* target, std::unique_ptr<PBXContainerItemProxy> container_item_proxy) PBXTargetDependency() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_screen.c | 657 enum pipe_texture_target target, in virgl_is_format_supported() 677 assert(target == PIPE_BUFFER || in virgl_is_format_supported() 678 target == PIPE_TEXTURE_1D || in virgl_is_format_supported() 679 target == PIPE_TEXTURE_1D_ARRAY || in virgl_is_format_supported() 680 target == PIPE_TEXTURE_2D || in virgl_is_format_supported() 681 target == PIPE_TEXTURE_2D_ARRAY || in virgl_is_format_supported() 682 target == PIPE_TEXTURE_RECT || in virgl_is_format_supported() 683 target == PIPE_TEXTURE_3D || in virgl_is_format_supported() 684 target == PIPE_TEXTURE_CUBE || in virgl_is_format_supported() 685 target in virgl_is_format_supported() 655 virgl_is_format_supported( struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bind) virgl_is_format_supported() argument [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | OpsTask.cpp | 480 GrSurfaceProxyView dstView(sk_ref_sp(this->target(0)), fTargetOrigin, fTargetSwizzle); in onPrePrepare() 494 SkASSERT(this->target(0)->peekRenderTarget()); in onPrepare() 507 GrSurfaceProxyView dstView(sk_ref_sp(this->target(0)), fTargetOrigin, fTargetSwizzle); in onPrepare() 532 // chain.head()->prePrepare(flushState->gpu()->getContext(), &this->target(0), in onPrepare() 551 GrRenderTargetProxy* proxy = this->target(0)->asRenderTargetProxy(); in onExecute() 646 GrSurfaceProxyView dstView(sk_ref_sp(this->target(0)), fTargetOrigin, fTargetSwizzle); in onExecute() 690 GrSurfaceProxy* proxy = this->target(0); in setColorLoadOp() 706 return this->target(0) == opsTask->target(0) && in canMerge() 749 // (This works because the opsTask all target th in mergeFrom() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.cpp | 678 void PluginFrontendDelegate::Push(const PageTarget& target, const std::string& params) in Push() argument 680 if (target.url.empty()) { in Push() 686 EventReport::SendPageRouterException(PageRouterExcepType::PAGE_STACK_OVERFLOW_ERR, target.url); in Push() 690 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in Push() 692 LoadPage(GenerateNextPageId(), PageTarget(pagePath, target.container), false, params); in Push() 698 void PluginFrontendDelegate::Replace(const PageTarget& target, const std::string& params) in Replace() argument 700 if (target.url.empty()) { in Replace() 705 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in Replace() 707 LoadReplacePage(GenerateNextPageId(), PageTarget(pagePath, target.container), params); in Replace() 737 void PluginFrontendDelegate::BackWithTarget(const PageTarget& target, cons argument 1074 LoadPage( int32_t pageId, const PageTarget& target, bool isMainPage, const std::string& params) LoadPage() argument 1495 LoadReplacePage(int32_t pageId, const PageTarget& target, const std::string& params) LoadReplacePage() argument [all...] |
/third_party/jinja2/ |
H A D | compiler.py | 583 for target, (action, param) in frame.symbols.loads.items(): 587 self.writeline(f"{target} = {self.get_resolve_func()}({param!r})") 589 self.writeline(f"{target} = {param}") 591 undefs.append(target) 600 for target in frame.symbols.loads: 601 undefs.append(target) 715 f"{name!r}: {target}" 716 for name, target in frame.symbols.dump_stores().items() 746 def mark_parameter_stored(self, target: str) -> None: 751 self._param_def_block[-1].discard(target) [all...] |
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.h | 142 void Name(target_type target); \ 143 void Name(target_type target, COND_TYPED_ARGS); 152 void Branch(Label* target); 153 void Branch(int32_t target); 155 void Branch(Label* target, Condition cond, Register r1, const Operand& r2, 157 void Branch(int32_t target, Condition cond, Register r1, const Operand& r2, 185 void BranchTrueShortF(Register rs, Label* target); 186 void BranchFalseShortF(Register rs, Label* target); 188 void BranchTrueF(Register rs, Label* target); 189 void BranchFalseF(Register rs, Label* target); [all...] |
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri2.c | 359 templ.target = PIPE_TEXTURE_2D; in dri2_allocate_buffer() 521 templ.target = screen->target; in dri2_allocate_textures() 859 if (pscreen->is_format_supported(pscreen, map->pipe_format, screen->target, 0, 0, in dri2_create_image_from_winsys() 862 if (pscreen->is_format_supported(pscreen, map->pipe_format, screen->target, 0, 0, in dri2_create_image_from_winsys() 869 screen->target, 0, 0, PIPE_BIND_SAMPLER_VIEW)) { in dri2_create_image_from_winsys() 879 screen->target, 0, 0, PIPE_BIND_SAMPLER_VIEW)) { in dri2_create_image_from_winsys() 886 screen->target, 0, 0, PIPE_BIND_SAMPLER_VIEW)) { in dri2_create_image_from_winsys() 912 templ.target = screen->target; in dri2_create_image_from_winsys() 1967 unsigned target, usage; dri2_interop_export_object() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 53 PageTarget target = PageTarget(""); member 148 void Push(const PageTarget& target, const std::string& params, 150 void Replace(const PageTarget& target, const std::string& params, 152 void BackWithTarget(const PageTarget& target, const std::string& params); 379 int32_t pageId, const PageTarget& target, bool isMainPage, const std::string& params, bool isRestore = false); 432 void StartPush(const PageTarget& target, const std::string& params, 434 void StartReplace(const PageTarget& target, const std::string& params, 436 void StartBack(const PageTarget& target, const std::string& params); 437 void BackCheckAlert(const PageTarget& target, const std::string& params); 440 bool IsNavigationStage(const PageTarget& target); [all...] |
/kernel/linux/linux-6.6/drivers/iommu/intel/ |
H A D | perfmon.c | 792 int target = cpumask_first(&iommu_pmu_cpu_mask); in iommu_pmu_cpu_offline() local 797 * new target. in iommu_pmu_cpu_offline() 799 if (target < nr_cpu_ids && target != iommu_pmu->cpu) { in iommu_pmu_cpu_offline() 800 perf_pmu_migrate_context(&iommu_pmu->pmu, cpu, target); in iommu_pmu_cpu_offline() 801 iommu_pmu->cpu = target; in iommu_pmu_cpu_offline() 808 target = cpumask_any_but(cpu_online_mask, cpu); in iommu_pmu_cpu_offline() 810 if (target < nr_cpu_ids) in iommu_pmu_cpu_offline() 811 cpumask_set_cpu(target, &iommu_pmu_cpu_mask); in iommu_pmu_cpu_offline() 815 perf_pmu_migrate_context(&iommu_pmu->pmu, cpu, target); in iommu_pmu_cpu_offline() [all...] |
/third_party/glfw/src/ |
H A D | win32_init.c | 441 WCHAR* target; in _glfwCreateWideStringFromUTF8Win32() local 452 target = _glfw_calloc(count, sizeof(WCHAR)); in _glfwCreateWideStringFromUTF8Win32() 454 if (!MultiByteToWideChar(CP_UTF8, 0, source, -1, target, count)) in _glfwCreateWideStringFromUTF8Win32() 458 _glfw_free(target); in _glfwCreateWideStringFromUTF8Win32() 462 return target; in _glfwCreateWideStringFromUTF8Win32() 469 char* target; in _glfwCreateUTF8FromWideStringWin32() local 480 target = _glfw_calloc(size, 1); in _glfwCreateUTF8FromWideStringWin32() 482 if (!WideCharToMultiByte(CP_UTF8, 0, source, -1, target, size, NULL, NULL)) in _glfwCreateUTF8FromWideStringWin32() 486 _glfw_free(target); in _glfwCreateUTF8FromWideStringWin32() 490 return target; in _glfwCreateUTF8FromWideStringWin32() [all...] |
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_emit.c | 783 const struct pipe_stream_output_target *target = in emit_state() local 785 struct v3d_resource *rsc = target ? in emit_state() 786 v3d_resource(target->buffer) : NULL; in emit_state() 793 if (!target) in emit_state() 799 target->buffer_offset + in emit_state() 802 (target->buffer_size - offset) >> 2; in emit_state() 807 if (target) { in emit_state() 810 target->buffer_offset + in emit_state() 815 if (target) { in emit_state() 817 target in emit_state() [all...] |
/third_party/node/src/crypto/ |
H A D | crypto_sig.cc | 329 void Sign::Initialize(Environment* env, Local<Object> target) { in Initialize() argument 341 SetConstructorFunction(env->context(), target, "Sign", t); in Initialize() 343 SignJob::Initialize(env, target); in Initialize() 348 NODE_DEFINE_CONSTANT(target, kSignJobModeSign); in Initialize() 349 NODE_DEFINE_CONSTANT(target, kSignJobModeVerify); in Initialize() 350 NODE_DEFINE_CONSTANT(target, kSigEncDER); in Initialize() 351 NODE_DEFINE_CONSTANT(target, kSigEncP1363); in Initialize() 352 NODE_DEFINE_CONSTANT(target, RSA_PKCS1_PSS_PADDING); in Initialize() 459 void Verify::Initialize(Environment* env, Local<Object> target) { in Initialize() argument 471 SetConstructorFunction(env->context(), target, "Verif in Initialize() [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | codegen.c | 629 ppir_block *target; in ppir_codegen_encode_branch() local 658 target = branch->target; in ppir_codegen_encode_branch() 659 while (list_is_empty(&target->instr_list)) { in ppir_codegen_encode_branch() 660 if (!target->list.next) in ppir_codegen_encode_branch() 662 target = list_entry(target->list.next, ppir_block, list); in ppir_codegen_encode_branch() 665 assert(!list_is_empty(&target->instr_list)); in ppir_codegen_encode_branch() 667 target_instr = list_first_entry(&target->instr_list, ppir_instr, list); in ppir_codegen_encode_branch() 668 b->branch.target in ppir_codegen_encode_branch() [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_batch.c | 380 struct crocus_bo *target, int32_t target_offset, in emit_reloc() 383 assert(target != NULL); in emit_reloc() 385 if (target == batch->ice->workaround_bo) in emit_reloc() 391 crocus_use_bo(batch, target, writable); in emit_reloc() 408 target->kflags &= ~EXEC_OBJECT_SUPPORTS_48B_ADDRESS; in emit_reloc() 422 .target_handle = find_exec_index(batch, target), in emit_reloc() 435 struct crocus_bo *target, uint32_t target_offset, in crocus_command_reloc() 441 target, target_offset, reloc_flags); in crocus_command_reloc() 446 struct crocus_bo *target, uint32_t target_offset, in crocus_state_reloc() 452 target, target_offse in crocus_state_reloc() 378 emit_reloc(struct crocus_batch *batch, struct crocus_reloc_list *rlist, uint32_t offset, struct crocus_bo *target, int32_t target_offset, unsigned int reloc_flags) emit_reloc() argument 434 crocus_command_reloc(struct crocus_batch *batch, uint32_t batch_offset, struct crocus_bo *target, uint32_t target_offset, unsigned int reloc_flags) crocus_command_reloc() argument 445 crocus_state_reloc(struct crocus_batch *batch, uint32_t state_offset, struct crocus_bo *target, uint32_t target_offset, unsigned int reloc_flags) crocus_state_reloc() argument [all...] |
/third_party/python/Doc/tools/extensions/ |
H A D | pyspecific.py | 93 has_t, title, target = split_explicit_title(text) 95 target = utils.unescape(target) 96 refnode = nodes.reference(title, title, refuri=SOURCE_URI % target) 223 {'source': [(docname, target), ...], 'args': args} 284 target = self.arguments[2].strip("\"'") 286 target = None 287 if not target: 288 target = "audit_event_{}_{}".format( 292 ids.append(target) [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboStateQueryTests.cpp | 46 void checkAttachmentComponentSizeAtLeast (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, int r, int g, int b, int a, int d, int s) in checkAttachmentComponentSizeAtLeast() argument 66 gl.glGetFramebufferAttachmentParameteriv(target, attachment, paramNames[ndx], &state); in checkAttachmentComponentSizeAtLeast() 83 void checkAttachmentComponentSizeExactly (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, int r, int g, int b, int a, int d, int s) in checkAttachmentComponentSizeExactly() argument 103 gl.glGetFramebufferAttachmentParameteriv(target, attachment, paramNames[ndx], &state); in checkAttachmentComponentSizeExactly() 144 void checkAttachmentParam(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, GLenum pname, GLenum reference) in checkAttachmentParam() argument 147 gl.glGetFramebufferAttachmentParameteriv(target, attachment, pname, &state); in checkAttachmentParam() 153 void checkColorAttachmentParam(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum pname, GLenum reference) in checkColorAttachmentParam() argument 155 checkAttachmentParam(testCtx, gl, target, GL_COLOR_ATTACHMENT0, pname, reference); in checkColorAttachmentParam() 893 // check color target in test() 896 // check depth target in test() 1003 GLenum target; init() member [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | aachba.c | 1536 int bus, target; in aac_construct_hbacmd() local 1559 target = scmd_id(cmd); in aac_construct_hbacmd() 1560 hbacmd->it_nexus = dev->hba_map[bus][target].rmw_nexus; in aac_construct_hbacmd() 1757 static void aac_set_safw_target_qd(struct aac_dev *dev, int bus, int target) in aac_set_safw_target_qd() argument 1762 if (dev->hba_map[bus][target].devtype != AAC_DEVTYPE_NATIVE_RAW) in aac_set_safw_target_qd() 1765 identify_resp = dev->hba_map[bus][target].safw_identify_resp; in aac_set_safw_target_qd() 1767 dev->hba_map[bus][target].qd_limit = 32; in aac_set_safw_target_qd() 1773 dev->hba_map[bus][target].qd_limit = 32; in aac_set_safw_target_qd() 1775 dev->hba_map[bus][target].qd_limit = in aac_set_safw_target_qd() 1780 struct aac_ciss_identify_pd **identify_resp, u32 bus, u32 target) in aac_issue_safw_bmic_identify() 1779 aac_issue_safw_bmic_identify(struct aac_dev *dev, struct aac_ciss_identify_pd **identify_resp, u32 bus, u32 target) aac_issue_safw_bmic_identify() argument 1898 aac_free_safw_identify_resp(struct aac_dev *dev, int bus, int target) aac_free_safw_identify_resp() argument 1911 u32 target; aac_free_safw_all_identify_resp() local 1934 u32 target; aac_get_safw_attr_all_targets() local 1970 u32 i, bus, target; aac_set_safw_attr_all_targets() local 2043 u32 tmp, bus, target; aac_get_adapter_info() local [all...] |
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_base.cpp | 222 GLenum target = 0; in BindBuffer() local 223 tie(succ, target) = NVal(env, funcArg[NARG_POS::FIRST]).ToGLenum(); in BindBuffer() 229 context->GetWebGLRenderingContextImpl().BindBuffer(env, target, funcArg[NARG_POS::SECOND]); in BindBuffer() 241 GLenum target = 0; in BindFramebuffer() local 242 tie(succ, target) = NVal(env, funcArg[NARG_POS::FIRST]).ToGLenum(); in BindFramebuffer() 248 context->GetWebGLRenderingContextImpl().BindFrameBuffer(env, target, funcArg[NARG_POS::SECOND]); in BindFramebuffer() 260 GLenum target = 0; in BindRenderbuffer() local 261 tie(succ, target) = NVal(env, funcArg[NARG_POS::FIRST]).ToGLenum(); in BindRenderbuffer() 267 context->GetWebGLRenderingContextImpl().BindRenderBuffer(env, target, funcArg[NARG_POS::SECOND]); in BindRenderbuffer() 277 GLenum target in BindTexture() local 513 GLenum target = 0; CheckFramebufferStatus() local 1198 GLenum target = 0; FramebufferRenderbuffer() local 1227 GLenum target = 0; FramebufferTexture2D() local 1334 GLenum target = 0; Hint() local 1701 GLenum target = 0; TexParameterf() local 1728 GLenum target = 0; TexParameteri() local 2366 GLenum target = 0; GenerateMipmap() local 2445 GLenum target = 0; GetBufferParameter() local 2477 GLenum target = 0; GetFramebufferAttachmentParameter() local 2523 GLenum target = 0; GetRenderbufferParameter() local 2545 GLenum target = 0; GetTexParameter() local [all...] |
/foundation/ability/idl_tool/util/ |
H A D | string.h | 97 String Replace(const char* target, const char* replacement) const; 99 String Replace(const String& target, const String& replacement) const;
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | render_boundary_manager.cpp | 31 renderTask.target = isDebugBoundary; in PostTaskRenderBoundary() 55 if (renderLayoutBoundaryTaskQueue_.front().target == isDebugBoundary) { in ResetTaskQueue()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
H A D | system_window_scene.h | 50 void CreateOverlayManager(bool isShow, const RefPtr<FrameNode>& target) in CreateOverlayManager() argument 53 overlayManager_ = MakeRefPtr<OverlayManager>(target); in CreateOverlayManager()
|
/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/core/ |
H A D | index.js | 99 * @param {ViewModel} target ViewModel instance 103 function proxy(target, source, key) { 104 Object.defineProperty(target, key, {
|