| /kernel/linux/linux-6.6/drivers/scsi/ |
| H A D | initio.c | 188 /* SCSI channel 0 and target Structure */ 199 /* SCSI channel 1 and target Structure */ 537 /* Stall for a while, wait for target's firmware ready,make it 2 sec ! */ in initio_reset_scsi() 747 if ((host->act_tags[first->target] == 0) && in initio_find_first_pend_scb() 748 !(host->targets[first->target].flags & TCF_BUSY)) in initio_find_first_pend_scb() 751 if ((host->act_tags[first->target] >= in initio_find_first_pend_scb() 752 host->max_tags[first->target]) | in initio_find_first_pend_scb() 753 (host->targets[first->target].flags & TCF_BUSY)) { in initio_find_first_pend_scb() 798 host->act_tags[scbp->target]++; in initio_append_busy_scb() 800 host->targets[scbp->target] in initio_append_busy_scb() [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
| H A D | es2cTexture3DTests.cpp | 124 void callTexImage3D(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, 127 void callTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, 130 void callCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, 133 void callCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, 136 void callCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, 140 void callFramebufferTexture3D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, 380 void Texture3DBase::callTexImage3D(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, in callTexImage3D() argument 385 gl.texImage3DOES(target, level, internalFormat, width, height, depth, border, format, type, pixels); in callTexImage3D() 387 gl.texImage3D(target, level, static_cast<GLint>(internalFormat), width, height, depth, border, format, type, in callTexImage3D() 393 void Texture3DBase::callTexSubImage3D(GLenum target, GLin argument 406 callCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) const callCopyTexSubImage3D() argument 418 callCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void* data) const callCompressedTexImage3D() argument 431 callCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void* data) const callCompressedTexSubImage3D() argument 446 callFramebufferTexture3D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) const callFramebufferTexture3D() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_gles_3_1_autogen.cpp | 310 void GL_APIENTRY GL_FramebufferParameteri(GLenum target, GLenum pname, GLint param) in GL_FramebufferParameteri() argument 313 EVENT(context, GLFramebufferParameteri, "context = %d, target = %s, pname = %s, param = %d", in GL_FramebufferParameteri() 314 CID(context), GLenumToString(GLenumGroup::FramebufferTarget, target), in GL_FramebufferParameteri() 323 target, pname, param)); in GL_FramebufferParameteri() 326 context->framebufferParameteri(target, pname, param); in GL_FramebufferParameteri() 328 ANGLE_CAPTURE(FramebufferParameteri, isCallValid, context, target, pname, param); in GL_FramebufferParameteri() 362 void GL_APIENTRY GL_GetBooleani_v(GLenum target, GLuint index, GLboolean *data) in GL_GetBooleani_v() argument 366 "context = %d, target = %s, index = %u, data = 0x%016" PRIxPTR "", CID(context), in GL_GetBooleani_v() 367 GLenumToString(GLenumGroup::BufferTargetARB, target), index, (uintptr_t)data); in GL_GetBooleani_v() 374 target, inde in GL_GetBooleani_v() 387 GL_GetFramebufferParameteriv(GLenum target, GLenum pname, GLint *params) GL_GetFramebufferParameteriv() argument 687 GL_GetTexLevelParameterfv(GLenum target, GLint level, GLenum pname, GLfloat *params) GL_GetTexLevelParameterfv() argument 719 GL_GetTexLevelParameteriv(GLenum target, GLint level, GLenum pname, GLint *params) GL_GetTexLevelParameteriv() argument 1892 GL_TexStorage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) GL_TexStorage2DMultisample() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
| H A D | js_function.cpp | 146 JSRef<JSObject> target = objectTemplate->NewInstance(); in CreateEventTargetObject() local 160 target->SetPropertyObject("area", area); in CreateEventTargetObject() 161 return target; in CreateEventTargetObject()
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_common_ffi.h | 166 CJEventTarget* target; member 186 CJEventTarget* target; member 214 CJEventTarget* target; member
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
| H A D | analog_clock_component.cpp | 190 jerry_value_t target = jerry_value_to_number(propValue); in GetIntegerProperty() local 191 int32_t res = (int32_t)jerry_get_number_value(target); in GetIntegerProperty() 192 jerry_release_value(target); in GetIntegerProperty()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/ |
| H A D | rs_display_render_params.cpp | 154 void RSDisplayRenderParams::OnSync(const std::unique_ptr<RSRenderParams>& target) in OnSync() argument 156 auto targetDisplayParams = static_cast<RSDisplayRenderParams*>(target.get()); in OnSync() 197 RSRenderParams::OnSync(target); in OnSync()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
| H A D | rs_extended_modifier.h | 239 virtual void Modify(RSNode& target) const = 0; 242 void OnAttachToNode(const std::weak_ptr<RSNode>& target) override 244 target_ = target;
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
| H A D | remote_executor.h | 49 std::string target; member 112 int SendRequestMessage(const std::string &target, Message *message, uint32_t sessionId); 129 int FillRequestPacket(RemoteExecutorRequestPacket *packet, uint32_t sessionId, std::string &target);
|
| /foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
| H A D | egl_wrapper_display.h | 52 EGLBoolean CopyBuffers(EGLSurface surf, NativePixmapType target); 92 EGLImage CreateImage(EGLContext ctx, EGLenum target, 102 EGLImageKHR CreateImageKHR(EGLContext ctx, EGLenum target,
|
| /kernel/linux/linux-5.10/security/apparmor/ |
| H A D | ipc.c | 208 int aa_may_signal(struct aa_label *sender, struct aa_label *target, int sig) in aa_may_signal() argument 215 return xcheck_labels(sender, target, profile, in aa_may_signal() 216 profile_signal_perm(profile, target, MAY_WRITE, &sa), in aa_may_signal()
|
| /kernel/linux/linux-5.10/security/ |
| H A D | inode.c | 242 * @target: a pointer to a string containing the name of the symlink's target. 262 const char *target, in securityfs_create_symlink() 268 if (target) { in securityfs_create_symlink() 269 link = kstrdup(target, GFP_KERNEL); in securityfs_create_symlink() 260 securityfs_create_symlink(const char *name, struct dentry *parent, const char *target, const struct inode_operations *iops) securityfs_create_symlink() argument
|
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| H A D | perf-record.c | 47 .target = { in test__PERF_RECORD() 87 err = perf_evlist__create_maps(evlist, &opts.target); in test__PERF_RECORD() 99 err = perf_evlist__prepare_workload(evlist, &opts.target, argv, false, NULL); in test__PERF_RECORD()
|
| /kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
| H A D | vsp1_uif.c | 103 switch (sel->target) { in uif_get_selection() 116 sel->pad, sel->target); in uif_get_selection() 140 sel->target != V4L2_SEL_TGT_CROP) in uif_set_selection()
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| H A D | gdth_ioctl.h | 91 u8 target; /* target ID */ member 110 u8 target; /* target ID */ member 238 u8 target; /* target ID */ member
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | fsnotify.h | 131 int isdir, struct inode *target, in fsnotify_move() 151 if (target) in fsnotify_move() 152 fsnotify_link_count(target); in fsnotify_move() 129 fsnotify_move(struct inode *old_dir, struct inode *new_dir, const struct qstr *old_name, int isdir, struct inode *target, struct dentry *moved) fsnotify_move() argument
|
| /kernel/linux/linux-6.6/drivers/mtd/nand/spi/ |
| H A D | micron.c | 132 unsigned int target) in micron_select_target() 137 if (target > 1) in micron_select_target() 140 *spinand->scratchbuf = MICRON_SELECT_DIE(target); in micron_select_target() 131 micron_select_target(struct spinand_device *spinand, unsigned int target) micron_select_target() argument
|
| /kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
| H A D | vsp1_uif.c | 105 switch (sel->target) { in uif_get_selection() 118 sel->pad, sel->target); in uif_get_selection() 142 sel->target != V4L2_SEL_TGT_CROP) in uif_set_selection()
|
| /kernel/linux/linux-6.6/tools/perf/tests/ |
| H A D | perf-record.c | 47 .target = { in test__PERF_RECORD() 87 err = evlist__create_maps(evlist, &opts.target); in test__PERF_RECORD() 99 err = evlist__prepare_workload(evlist, &opts.target, argv, false, NULL); in test__PERF_RECORD()
|
| /kernel/linux/linux-6.6/security/ |
| H A D | inode.c | 242 * @target: a pointer to a string containing the name of the symlink's target. 262 const char *target, in securityfs_create_symlink() 268 if (target) { in securityfs_create_symlink() 269 link = kstrdup(target, GFP_KERNEL); in securityfs_create_symlink() 260 securityfs_create_symlink(const char *name, struct dentry *parent, const char *target, const struct inode_operations *iops) securityfs_create_symlink() argument
|
| /kernel/linux/linux-6.6/mm/damon/ |
| H A D | lru_sort.c | 97 * Start of the target memory region in physical address. 106 * End of the target memory region in physical address. 146 static struct damon_target *target; variable 238 return damon_set_region_biggest_system_ram_default(target, in damon_lru_sort_apply_parameters() 335 int err = damon_modules_new_paddr_ctx_target(&ctx, &target); in damon_lru_sort_init()
|
| /test/testfwk/xdevice/src/xdevice/_core/config/ |
| H A D | resource_manager.py | 83 targets = root.iter("target") 84 for target in targets: 85 curr_dic = target.attrib 87 node = target
|
| /test/testfwk/developer_test/src/core/build/ |
| H A D | build_manager.py | 72 for target in target_list: 73 if target: 74 gn_file.write(" \"%s\",\n" % target) 234 LOG.warning("No build target found.")
|
| /third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
| H A D | ConverterPerformanceTest.java | 47 ByteBuffer target = encoder.encode(source); in setup() 49 // target.array() will probably return what we want, but lets take no chances in setup() 50 encBuffer = new byte[target.limit()]; in setup() 52 encBuffer[i] = target.get(i); in setup()
|
| /third_party/jsframework/runtime/main/reactivity/ |
| H A D | observer.js | 18 * <p>Once attached, the observer converts target object's property keys<br> 86 * Augment an target Object or Array by defining hidden properties. 87 * @param {Object|Array} target 90 function copyAugment (target, src, keys) { 93 def(target, key, src[key]); 149 if (Dep.target) {
|