Home
last modified time | relevance | path

Searched refs:target (Results 301 - 325 of 7089) sorted by relevance

1...<<11121314151617181920>>...284

/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dptrace.c837 static int s390_regs_get(struct task_struct *target, in s390_regs_get() argument
842 if (target == current) in s390_regs_get()
843 save_access_regs(target->thread.acrs); in s390_regs_get()
846 membuf_store(&to, __peek_user(target, pos)); in s390_regs_get()
850 static int s390_regs_set(struct task_struct *target, in s390_regs_set() argument
857 if (target == current) in s390_regs_set()
858 save_access_regs(target->thread.acrs); in s390_regs_set()
863 rc = __poke_user(target, pos, *k++); in s390_regs_set()
874 rc = __poke_user(target, pos, word); in s390_regs_set()
880 if (rc == 0 && target in s390_regs_set()
886 s390_fpregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_fpregs_get() argument
901 s390_fpregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_fpregs_set() argument
941 s390_last_break_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_last_break_get() argument
948 s390_last_break_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_last_break_set() argument
956 s390_tdb_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_tdb_get() argument
969 s390_tdb_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_tdb_set() argument
977 s390_vxrs_low_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_vxrs_low_get() argument
993 s390_vxrs_low_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_vxrs_low_set() argument
1017 s390_vxrs_high_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_vxrs_high_get() argument
1029 s390_vxrs_high_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_vxrs_high_set() argument
1046 s390_system_call_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_system_call_get() argument
1053 s390_system_call_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_system_call_set() argument
1063 s390_gs_cb_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_gs_cb_get() argument
1078 s390_gs_cb_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_gs_cb_set() argument
1117 s390_gs_bc_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_gs_bc_get() argument
1130 s390_gs_bc_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_gs_bc_set() argument
1175 s390_runtime_instr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_runtime_instr_get() argument
1189 s390_runtime_instr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_runtime_instr_set() argument
1331 s390_compat_regs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_compat_regs_get() argument
1345 s390_compat_regs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_compat_regs_set() argument
1381 s390_compat_regs_high_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_compat_regs_high_get() argument
1394 s390_compat_regs_high_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_compat_regs_high_set() argument
1427 s390_compat_last_break_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_compat_last_break_get() argument
1436 s390_compat_last_break_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_compat_last_break_set() argument
[all...]
/third_party/gn/src/gn/
H A Dinnerapis_publicinfo_generator.cc24 #include "gn/target.h"
89 static bool TraverIncludeDirs(const OhosComponentChecker *checker, const Target *target, const Scope *scope, in TraverIncludeDirs() argument
98 if (!checker->CheckIncludesAbsoluteDepsOther(target, label, real_dir.value(), err)) { in TraverIncludeDirs()
109 const Target *target = params.target; in CheckIncludes() local
114 if (!checker->CheckInnerApiIncludesOverRange(target, label, dir, err)) { in CheckIncludes()
120 if (!checker->CheckIncludesAbsoluteDepsOther(target, label, dir, err)) { in CheckIncludes()
261 static std::string GetPublicConfigsInfo(const Target *target, const std::string &label, Scope *scope, in GetPublicConfigsInfo() argument
265 const UniqueVector<LabelConfigPair> configs = target->public_configs(); in GetPublicConfigsInfo()
268 PublicConfigInfoParams params = { target, labe in GetPublicConfigsInfo()
278 GetAllDependentConfigsInfo(const Target *target, const std::string &label, Scope *scope, const OhosComponentChecker *checker, Err *err) GetAllDependentConfigsInfo() argument
300 GetPrivateConfigsInfo(const Target *target, const std::string &label, Scope *scope, const OhosComponentChecker *checker, Err *err) GetPrivateConfigsInfo() argument
316 GetPublicHeadersInfo(const Target *target) GetPublicHeadersInfo() argument
335 GetPublicDepsInfo(const Target *target, const std::string &label, const OhosComponentChecker *checker, Err *err) GetPublicDepsInfo() argument
362 GetOutNameAndTypeInfo(const Scope *scope, const std::string &target, const std::string &type) GetOutNameAndTypeInfo() argument
456 GeneratedInnerapiPublicInfo(const Target *target, const Label &label, Scope *scope, const std::string &type, Err *err) GeneratedInnerapiPublicInfo() argument
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/fpu/
H A Dregset.c23 int regset_fpregs_active(struct task_struct *target, const struct user_regset *regset) in regset_fpregs_active() argument
28 int regset_xregset_fpregs_active(struct task_struct *target, const struct user_regset *regset) in regset_xregset_fpregs_active() argument
53 * Invalidate cached FPU registers before modifying the stopped target
56 * This forces the target task on resume to restore the FPU registers from
71 int xfpregs_get(struct task_struct *target, const struct user_regset *regset, in xfpregs_get() argument
74 struct fpu *fpu = &target->thread.fpu; in xfpregs_get()
86 copy_xstate_to_uabi_buf(to, target, XSTATE_COPY_FX); in xfpregs_get()
90 int xfpregs_set(struct task_struct *target, const struct user_regset *regset, in xfpregs_set() argument
94 struct fpu *fpu = &target->thread.fpu; in xfpregs_set()
130 int xstateregs_get(struct task_struct *target, cons argument
142 xstateregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) xstateregs_set() argument
179 ssp_active(struct task_struct *target, const struct user_regset *regset) ssp_active() argument
187 ssp_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) ssp_get() argument
212 ssp_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) ssp_set() argument
400 fpregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) fpregs_get() argument
431 fpregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) fpregs_set() argument
[all...]
/third_party/libuv/src/
H A Didna.c465 char* target; in uv_utf16_to_wtf8() local
485 target = uv__malloc(target_len + 1); in uv_utf16_to_wtf8()
486 if (target == NULL) { in uv_utf16_to_wtf8()
489 *target_ptr = target; in uv_utf16_to_wtf8()
491 target = *target_ptr; in uv_utf16_to_wtf8()
494 target_end = target + target_len; in uv_utf16_to_wtf8()
496 while (target != target_end && w_source_len) { in uv_utf16_to_wtf8()
505 *target++ = code_point; in uv_utf16_to_wtf8()
507 *target++ = 0xC0 | (code_point >> 6); in uv_utf16_to_wtf8()
508 if (target in uv_utf16_to_wtf8()
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dptrace.c943 static int s390_regs_get(struct task_struct *target, in s390_regs_get() argument
948 if (target == current) in s390_regs_get()
949 save_access_regs(target->thread.acrs); in s390_regs_get()
952 membuf_store(&to, __peek_user(target, pos)); in s390_regs_get()
956 static int s390_regs_set(struct task_struct *target, in s390_regs_set() argument
963 if (target == current) in s390_regs_set()
964 save_access_regs(target->thread.acrs); in s390_regs_set()
969 rc = __poke_user(target, pos, *k++); in s390_regs_set()
980 rc = __poke_user(target, pos, word); in s390_regs_set()
986 if (rc == 0 && target in s390_regs_set()
992 s390_fpregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_fpregs_get() argument
1007 s390_fpregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_fpregs_set() argument
1047 s390_last_break_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_last_break_get() argument
1054 s390_last_break_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_last_break_set() argument
1062 s390_tdb_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_tdb_get() argument
1073 s390_tdb_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_tdb_set() argument
1081 s390_vxrs_low_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_vxrs_low_get() argument
1097 s390_vxrs_low_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_vxrs_low_set() argument
1121 s390_vxrs_high_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_vxrs_high_get() argument
1133 s390_vxrs_high_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_vxrs_high_set() argument
1150 s390_system_call_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_system_call_get() argument
1157 s390_system_call_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_system_call_set() argument
1167 s390_gs_cb_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_gs_cb_get() argument
1182 s390_gs_cb_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_gs_cb_set() argument
1221 s390_gs_bc_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_gs_bc_get() argument
1234 s390_gs_bc_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_gs_bc_set() argument
1279 s390_runtime_instr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_runtime_instr_get() argument
1293 s390_runtime_instr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_runtime_instr_set() argument
1435 s390_compat_regs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_compat_regs_get() argument
1449 s390_compat_regs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_compat_regs_set() argument
1485 s390_compat_regs_high_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_compat_regs_high_get() argument
1498 s390_compat_regs_high_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_compat_regs_high_set() argument
1531 s390_compat_last_break_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) s390_compat_last_break_get() argument
1540 s390_compat_last_break_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) s390_compat_last_break_set() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
H A Dregset.c16 int regset_fpregs_active(struct task_struct *target, const struct user_regset *regset) in regset_fpregs_active() argument
21 int regset_xregset_fpregs_active(struct task_struct *target, const struct user_regset *regset) in regset_xregset_fpregs_active() argument
29 int xfpregs_get(struct task_struct *target, const struct user_regset *regset, in xfpregs_get() argument
32 struct fpu *fpu = &target->thread.fpu; in xfpregs_get()
43 int xfpregs_set(struct task_struct *target, const struct user_regset *regset, in xfpregs_set() argument
47 struct fpu *fpu = &target->thread.fpu; in xfpregs_set()
74 int xstateregs_get(struct task_struct *target, const struct user_regset *regset, in xstateregs_get() argument
77 struct fpu *fpu = &target->thread.fpu; in xstateregs_get()
106 int xstateregs_set(struct task_struct *target, const struct user_regset *regset, in xstateregs_set() argument
110 struct fpu *fpu = &target in xstateregs_set()
288 fpregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) fpregs_get() argument
315 fpregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) fpregs_set() argument
[all...]
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dptrace.c33 static int riscv_gpr_get(struct task_struct *target, in riscv_gpr_get() argument
37 return membuf_write(&to, task_pt_regs(target), in riscv_gpr_get()
41 static int riscv_gpr_set(struct task_struct *target, in riscv_gpr_set() argument
48 regs = task_pt_regs(target); in riscv_gpr_set()
53 static int riscv_fpr_get(struct task_struct *target, in riscv_fpr_get() argument
57 struct __riscv_d_ext_state *fstate = &target->thread.fstate; in riscv_fpr_get()
59 if (target == current) in riscv_fpr_get()
67 static int riscv_fpr_set(struct task_struct *target, in riscv_fpr_set() argument
73 struct __riscv_d_ext_state *fstate = &target->thread.fstate; in riscv_fpr_set()
88 static int riscv_vr_get(struct task_struct *target, in riscv_vr_get() argument
118 riscv_vr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) riscv_vr_set() argument
309 compat_riscv_gpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) compat_riscv_gpr_get() argument
321 compat_riscv_gpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) compat_riscv_gpr_set() argument
[all...]
/kernel/linux/linux-6.6/fs/smb/server/
H A Dunicode.c18 * @target: where converted character should be copied
24 * responsibility of the caller to ensure that the target buffer is large
30 cifs_mapchar(char *target, const __u16 *from, const struct nls_table *cp, in cifs_mapchar() argument
48 *target = ':'; in cifs_mapchar()
51 *target = '*'; in cifs_mapchar()
54 *target = '?'; in cifs_mapchar()
57 *target = '|'; in cifs_mapchar()
60 *target = '>'; in cifs_mapchar()
63 *target = '<'; in cifs_mapchar()
73 len = cp->uni2char(src_char, target, NLS_MAX_CHARSET_SIZ in cifs_mapchar()
342 smbConvertToUTF16(__le16 *target, const char *source, int srclen, const struct nls_table *cp, int mapchars) smbConvertToUTF16() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTexture2Tests.hpp150 TokenStrings createShaderTokens(GLint target, GLint verifyTarget, GLint format, GLint sample, const std::string outputBase = "image",
153 virtual bool caseAllowed(GLint target, GLint format);
155 virtual bool sparseAllocateTexture(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint levels);
156 virtual bool allocateTexture(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint levels);
157 virtual bool writeDataToTexture(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level);
158 virtual bool verifyTextureData(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level);
178 bool readsAllowed(GLint target, GLint format, bool shaderOnly = false);
179 bool atomicAllowed(GLint target, GLint format);
180 bool depthStencilAllowed(GLint target, GLint format);
182 bool UncommittedReads(const Functions& gl, GLint target, GLin
[all...]
/third_party/node/deps/v8/src/baseline/s390/
H A Dbaseline-assembler-s390-inl.h22 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() argument
23 return op.rb() == target || op.rx() == target; in Clobbers()
139 Register rhs, Label* target) { in JumpIfHelper()
145 __ b(AsMasmCondition(cc), target); in JumpIfHelper() local
172 void BaselineAssembler::Jump(Label* target, Label::Distance distance) { in Jump() argument
174 __ b(target); in Jump()
178 Label* target, Label::Distance) { in JumpIfRoot()
180 __ JumpIfRoot(value, index, target); in JumpIfRoot()
184 Label* target, Labe in JumpIfNotRoot()
138 JumpIfHelper(MacroAssembler* assm, Condition cc, Register lhs, Register rhs, Label* target) JumpIfHelper() argument
177 JumpIfRoot(Register value, RootIndex index, Label* target, Label::Distance) JumpIfRoot() argument
183 JumpIfNotRoot(Register value, RootIndex index, Label* target, Label::Distance) JumpIfNotRoot() argument
189 JumpIfSmi(Register value, Label* target, Label::Distance) JumpIfSmi() argument
195 JumpIfImmediate(Condition cc, Register left, int right, Label* target, Label::Distance distance) JumpIfImmediate() argument
202 JumpIfNotSmi(Register value, Label* target, Label::Distance) JumpIfNotSmi() argument
236 TestAndBranch(Register value, int mask, Condition cc, Label* target, Label::Distance) TestAndBranch() argument
240 __ b(AsMasmCondition(cc), target); TestAndBranch() local
243 JumpIf(Condition cc, Register lhs, const Operand& rhs, Label* target, Label::Distance) JumpIf() argument
251 __ b(AsMasmCondition(cc), target); JumpIf() local
254 JumpIfObjectType(Condition cc, Register object, InstanceType instance_type, Register map, Label* target, Label::Distance) JumpIfObjectType() argument
266 JumpIfInstanceType(Condition cc, Register map, InstanceType instance_type, Label* target, Label::Distance) JumpIfInstanceType() argument
281 JumpIfPointer(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfPointer() argument
291 JumpIfSmi(Condition cc, Register value, Smi smi, Label* target, Label::Distance) JumpIfSmi() argument
299 JumpIfSmi(Condition cc, Register lhs, Register rhs, Label* target, Label::Distance) JumpIfSmi() argument
307 JumpIfTagged(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfTagged() argument
315 JumpIfTagged(Condition cc, MemOperand operand, Register value, Label* target, Label::Distance) JumpIfTagged() argument
322 JumpIfByte(Condition cc, Register value, int32_t byte, Label* target, Label::Distance) JumpIfByte() argument
507 StoreTaggedSignedField(Register target, int offset, Smi value) StoreTaggedSignedField() argument
516 StoreTaggedFieldWithWriteBarrier(Register target, int offset, Register value) StoreTaggedFieldWithWriteBarrier() argument
527 StoreTaggedFieldNoWriteBarrier(Register target, int offset, Register value) StoreTaggedFieldNoWriteBarrier() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl_1_autogen.h86 void getMapdv(GLenum target, GLenum query, GLdouble *v); \
87 void getMapfv(GLenum target, GLenum query, GLfloat *v); \
88 void getMapiv(GLenum target, GLenum query, GLint *v); \
114 void map1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, \
116 void map1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, \
118 void map2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, \
120 void map2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, \
225 void texImage1D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, \
254 void copyTexImage1D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, \
256 void copyTexSubImage1D(GLenum target, GLin
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dapi.pb.cc387 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { in _InternalSerialize()
398 target = stream->WriteStringMaybeAliased( in _InternalSerialize()
399 1, this->_internal_name(), target); in _InternalSerialize()
405 target = stream->EnsureSpace(target); in _InternalSerialize()
406 target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: in _InternalSerialize()
407 InternalWriteMessage(2, this->_internal_methods(i), target, stream); in _InternalSerialize()
413 target = stream->EnsureSpace(target); in _InternalSerialize()
414 target in _InternalSerialize()
386 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
790 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1125 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
[all...]
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-sysfs.c73 if (!info->orig || !info->target || in coresight_add_sysfs_link()
76 if (!info->orig->has_conns_grp || !info->target->has_conns_grp) in coresight_add_sysfs_link()
79 /* first link orig->target */ in coresight_add_sysfs_link()
82 &info->target->dev.kobj, in coresight_add_sysfs_link()
87 /* second link target->orig */ in coresight_add_sysfs_link()
88 ret = sysfs_add_link_to_group(&info->target->dev.kobj, in coresight_add_sysfs_link()
100 info->target->nr_links++; in coresight_add_sysfs_link()
111 if (!info->orig || !info->target || in coresight_remove_sysfs_link()
119 sysfs_remove_link_from_group(&info->target->dev.kobj, in coresight_remove_sysfs_link()
124 info->target in coresight_remove_sysfs_link()
143 coresight_make_links(struct coresight_device *orig, struct coresight_connection *conn, struct coresight_device *target) coresight_make_links() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-reflect.cc23 Handle<Object> target = args.at(1); in BUILTIN() local
27 if (!target->IsJSReceiver()) { in BUILTIN()
44 isolate, Handle<JSReceiver>::cast(target), name, &desc, Just(kDontThrow)); in BUILTIN()
53 Handle<Object> target = args.at(1); in BUILTIN() local
56 if (!target->IsJSReceiver()) { in BUILTIN()
69 isolate, Handle<JSReceiver>::cast(target), name, &desc); in BUILTIN()
79 Handle<Object> target = args.at(1); in BUILTIN() local
81 if (!target->IsJSReceiver()) { in BUILTIN()
91 KeyAccumulator::GetKeys(Handle<JSReceiver>::cast(target), in BUILTIN()
100 Handle<Object> target in BUILTIN() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dqsfp.c316 static int __i2c_write(struct hfi1_pportdata *ppd, u32 target, int i2c_addr, in __i2c_write() argument
324 bus = target ? dd->asic_data->i2c_bus1 : dd->asic_data->i2c_bus0; in __i2c_write()
335 int i2c_write(struct hfi1_pportdata *ppd, u32 target, int i2c_addr, int offset, in i2c_write() argument
340 if (!check_chip_resource(ppd->dd, i2c_target(target), __func__)) in i2c_write()
343 ret = __i2c_write(ppd, target, i2c_addr, offset, bp, len); in i2c_write()
355 static int __i2c_read(struct hfi1_pportdata *ppd, u32 target, int i2c_addr, in __i2c_read() argument
363 bus = target ? dd->asic_data->i2c_bus1 : dd->asic_data->i2c_bus0; in __i2c_read()
374 int i2c_read(struct hfi1_pportdata *ppd, u32 target, int i2c_addr, int offset, in i2c_read() argument
379 if (!check_chip_resource(ppd->dd, i2c_target(target), __func__)) in i2c_read()
382 ret = __i2c_read(ppd, target, i2c_add in i2c_read()
397 qsfp_write(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp, int len) qsfp_write() argument
453 one_qsfp_write(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp, int len) one_qsfp_write() argument
477 qsfp_read(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp, int len) qsfp_read() argument
530 one_qsfp_read(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp, int len) one_qsfp_read() argument
560 u32 target = ppd->dd->hfi1_id; refresh_qsfp_cache() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dqsfp.c274 static int __i2c_write(struct hfi1_pportdata *ppd, u32 target, int i2c_addr, in __i2c_write() argument
282 bus = target ? dd->asic_data->i2c_bus1 : dd->asic_data->i2c_bus0; in __i2c_write()
293 int i2c_write(struct hfi1_pportdata *ppd, u32 target, int i2c_addr, int offset, in i2c_write() argument
298 if (!check_chip_resource(ppd->dd, i2c_target(target), __func__)) in i2c_write()
301 ret = __i2c_write(ppd, target, i2c_addr, offset, bp, len); in i2c_write()
313 static int __i2c_read(struct hfi1_pportdata *ppd, u32 target, int i2c_addr, in __i2c_read() argument
321 bus = target ? dd->asic_data->i2c_bus1 : dd->asic_data->i2c_bus0; in __i2c_read()
332 int i2c_read(struct hfi1_pportdata *ppd, u32 target, int i2c_addr, int offset, in i2c_read() argument
337 if (!check_chip_resource(ppd->dd, i2c_target(target), __func__)) in i2c_read()
340 ret = __i2c_read(ppd, target, i2c_add in i2c_read()
355 qsfp_write(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp, int len) qsfp_write() argument
411 one_qsfp_write(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp, int len) one_qsfp_write() argument
435 qsfp_read(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp, int len) qsfp_read() argument
488 one_qsfp_read(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp, int len) one_qsfp_read() argument
518 u32 target = ppd->dd->hfi1_id; refresh_qsfp_cache() local
[all...]
/third_party/node/tools/gyp/pylib/gyp/
H A Dinput.py81 # base_non_configuration_keys is a list of key names that belong in the target
329 for target in target_list:
330 # If this target already has an explicit 'toolset', and no 'toolsets'
332 if "toolset" in target and "toolsets" not in target:
333 new_target_list.append(target)
336 toolsets = target.get("toolsets", ["target"])
338 toolsets = ["target"]
340 if "toolsets" in target
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dinput.py81 # base_non_configuration_keys is a list of key names that belong in the target
329 for target in target_list:
330 # If this target already has an explicit 'toolset', and no 'toolsets'
332 if "toolset" in target and "toolsets" not in target:
333 new_target_list.append(target)
336 toolsets = target.get("toolsets", ["target"])
338 toolsets = ["target"]
340 if "toolsets" in target
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBufferMapTests.cpp612 deUint32 target = bufferTargets[targetNdx]; in init() local
618 writeGroup->addChild(new BufferMapReadCase(m_context, (string(getBufferTargetName(target)) + "_full").c_str(), "", target, hint, size, 0, size, write)); in init()
619 writeGroup->addChild(new BufferMapReadCase(m_context, (string(getBufferTargetName(target)) + "_partial").c_str(), "", target, hint, size, partialOffs, partialSize, write)); in init()
632 deUint32 target = bufferTargets[targetNdx]; in init() local
635 string name = string(getBufferTargetName(target)) + "_" + getUsageHintName(hint); in init()
637 hintsGroup->addChild(new BufferMapReadCase(m_context, name.c_str(), "", target, hint, size, 0, size, WRITE_BUFFER_SUB_DATA)); in init()
657 deUint32 target = bufferTargets[targetNdx]; in init() local
662 string name = string(getBufferTargetName(target)) in init()
678 deUint32 target = bufferTargets[targetNdx]; init() local
695 deUint32 target = bufferTargets[targetNdx]; init() local
710 deUint32 target = bufferTargets[targetNdx]; init() local
725 deUint32 target = bufferTargets[targetNdx]; init() local
740 deUint32 target = bufferTargets[targetNdx]; init() local
762 deUint32 target = bufferTargets[targetNdx]; init() local
783 deUint32 target = bufferTargets[targetNdx]; init() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dqla1280.c81 that the target device actually supports it
109 - Kill all leftovers of target-mode support which never worked anyway
306 - Added new routine to set target parameters for ISP12160.
774 qla1280_wait_for_pending_commands(struct scsi_qla_host *ha, int bus, int target) in qla1280_wait_for_pending_commands() argument
784 * Wait for all commands with the designated bus/target in qla1280_wait_for_pending_commands()
794 if (target >= 0 && SCSI_TCN_32(cmd) != target) in qla1280_wait_for_pending_commands()
823 int bus, target, lun; in qla1280_error_action() local
836 target = SCSI_TCN_32(cmd); in qla1280_error_action()
872 target, lu in qla1280_error_action()
1115 qla1280_set_target_parameters(struct scsi_qla_host *ha, int bus, int target) qla1280_set_target_parameters() argument
1186 int target = device->id; qla1280_slave_configure() local
1244 int bus, target; qla1280_done() local
1985 qla1280_set_target_defaults(struct scsi_qla_host *ha, int bus, int target) qla1280_set_target_defaults() argument
2019 int bus, target; qla1280_set_defaults() local
2070 qla1280_config_target(struct scsi_qla_host *ha, int bus, int target) qla1280_config_target() argument
2132 int target, status; qla1280_config_bus() local
2164 int bus, target, status = 0; qla1280_nvram_config() local
2607 qla1280_device_reset(struct scsi_qla_host *ha, int bus, int target) qla1280_device_reset() argument
2644 unsigned int bus, target, lun; qla1280_abort_command() local
3893 int bus, target, lun; qla1280_get_target_parameters() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dqla1280.c81 that the target device actually supports it
109 - Kill all leftovers of target-mode support which never worked anyway
306 - Added new routine to set target parameters for ISP12160.
764 qla1280_wait_for_pending_commands(struct scsi_qla_host *ha, int bus, int target) in qla1280_wait_for_pending_commands() argument
774 * Wait for all commands with the designated bus/target in qla1280_wait_for_pending_commands()
784 if (target >= 0 && SCSI_TCN_32(cmd) != target) in qla1280_wait_for_pending_commands()
813 int bus, target, lun; in qla1280_error_action() local
826 target = SCSI_TCN_32(cmd); in qla1280_error_action()
862 target, lu in qla1280_error_action()
1105 qla1280_set_target_parameters(struct scsi_qla_host *ha, int bus, int target) qla1280_set_target_parameters() argument
1176 int target = device->id; qla1280_slave_configure() local
1234 int bus, target; qla1280_done() local
1975 qla1280_set_target_defaults(struct scsi_qla_host *ha, int bus, int target) qla1280_set_target_defaults() argument
2009 int bus, target; qla1280_set_defaults() local
2060 qla1280_config_target(struct scsi_qla_host *ha, int bus, int target) qla1280_config_target() argument
2122 int target, status; qla1280_config_bus() local
2154 int bus, target, status = 0; qla1280_nvram_config() local
2597 qla1280_device_reset(struct scsi_qla_host *ha, int bus, int target) qla1280_device_reset() argument
2634 unsigned int bus, target, lun; qla1280_abort_command() local
3883 int bus, target, lun; qla1280_get_target_parameters() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DImageTest.cpp428 // Create a target texture from the image in createEGLImageTargetTexture2D()
441 // Create a target texture from the image in createEGLImageTargetTexture2DArray()
454 // Create a target texture from the image in createEGLImageTargetTextureExternal()
682 // Create a target texture from the image in createEGLImageTargetRenderbuffer()
720 // Draw a quad with the target texture in verifyResultsTexture()
1144 // Test EGL_NO_CONTEXT with a 2D texture target which does require a context. in TEST_P()
1161 // If the resource specified by <dpy>, <ctx>, <target>, <buffer> and <attrib_list> has an off - in TEST_P()
1196 // If the resource specified by <dpy>, <ctx>, <target>, <buffer> and in TEST_P()
1246 // If <target> is EGL_GL_TEXTURE_2D_KHR, EGL_GL_TEXTURE_CUBE_MAP_*_KHR or in TEST_P()
1247 // EGL_GL_TEXTURE_3D_KHR and <buffer> is not the name of a texture object of type <target>, in TEST_P()
1677 GLTexture target; Source2DTarget2D_helper() local
1709 GLTexture target; TEST_P() local
1745 GLTexture target; TEST_P() local
1779 GLTexture target; TEST_P() local
1812 GLTexture target; TEST_P() local
1861 GLTexture target; Source2DTarget2DArray_helper() local
1898 GLTexture target; TEST_P() local
1943 GLTexture target; SourceAHBTarget2D_helper() local
2004 GLTexture target; TEST_P() local
2085 GLTexture target; TEST_P() local
2294 GLTexture target; TEST_P() local
2355 GLTexture target; SourceAHBTarget2DArray_helper() local
2408 GLTexture target; SourceAHBTargetExternal_helper() local
2499 GLTexture target; TEST_P() local
2647 GLTexture target; TEST_P() local
3153 GLTexture target; SourceAHBTargetExternalESSL3_helper() local
3275 GLRenderbuffer target; Source2DTargetRenderbuffer_helper() local
3325 GLTexture target; SourceNativeClientBufferTargetExternal_helper() local
3377 GLRenderbuffer target; SourceNativeClientBufferTargetRenderbuffer_helper() local
3422 GLTexture target; Source2DTargetExternal_helper() local
3465 GLTexture target; Source2DTargetExternalESSL3_helper() local
3510 GLTexture target; SourceCubeTarget2D_helper() local
3561 GLRenderbuffer target; SourceCubeTargetRenderbuffer_helper() local
3611 GLTexture target; SourceCubeTargetExternal_helper() local
3658 GLTexture target; SourceCubeTargetExternalESSL3_helper() local
3708 GLTexture target; Source3DTargetTexture_helper() local
3766 GLRenderbuffer target; Source3DTargetRenderbuffer_helper() local
3820 GLTexture target; Source3DTargetExternal_helper() local
3873 GLTexture target; Source3DTargetExternalESSL3_helper() local
3914 GLTexture target; SourceRenderbufferTargetTexture_helper() local
3958 GLTexture target; SourceRenderbufferTargetTextureExternal_helper() local
4000 GLTexture target; SourceRenderbufferTargetTextureExternalESSL3_helper() local
4043 GLRenderbuffer target; SourceRenderbufferTargetRenderbuffer_helper() local
4235 GLTexture target; TEST_P() local
4269 GLTexture target; TEST_P() local
4305 GLTexture target; TEST_P() local
4360 GLTexture target; TEST_P() local
[all...]
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestConversion.java377 ByteBuffer target = ByteBuffer.allocate(targetLen); in stepFromUnicode()
395 target.limit(currentTargetLimit); in stepFromUnicode()
397 cr = encoder.encode(source, target, currentSourceLimit == sourceLen); in stepFromUnicode()
401 if (target.position() == cc.bytes.limit()) { in stepFromUnicode()
402 // target contains the correct number of bytes in stepFromUnicode()
407 //target.limit(targetLen); in stepFromUnicode()
408 target.limit(targetLen); in stepFromUnicode()
409 cr = encoder.flush(target); in stepFromUnicode()
437 cc.fromUnicodeResult = target; in stepFromUnicode()
438 return target in stepFromUnicode()
[all...]
/kernel/linux/linux-5.10/include/linux/netfilter_bridge/
H A Debtables.h40 unsigned int (*target)(struct sk_buff *skb, member
42 unsigned int hook_num, const struct xt_target *target,
45 const struct xt_target *target, void *targinfo,
47 void (*destroy)(const struct xt_target *target, void *targinfo);
58 unsigned int (*target)(struct sk_buff *skb, member
60 unsigned int hook_num, const struct xt_target *target,
63 const struct xt_target *target, void *targinfo,
65 void (*destroy)(const struct xt_target *target, void *targinfo);
122 static inline bool ebt_invalid_target(int target) in ebt_invalid_target() argument
124 return (target < in ebt_invalid_target()
[all...]
/kernel/linux/linux-5.10/tools/perf/arch/arm64/annotate/
H A Dinstructions.c16 char *s = strchr(ops->raw, ','), *target, *endptr; in arm64_mov__parse() local
28 target = ++s; in arm64_mov__parse()
29 ops->target.raw = strdup(target); in arm64_mov__parse()
30 if (ops->target.raw == NULL) in arm64_mov__parse()
33 ops->target.addr = strtoull(target, &endptr, 16); in arm64_mov__parse()
34 if (endptr == target) in arm64_mov__parse()
46 ops->target.name = strdup(s); in arm64_mov__parse()
49 if (ops->target in arm64_mov__parse()
[all...]

Completed in 28 milliseconds

1...<<11121314151617181920>>...284