Home
last modified time | relevance | path

Searched refs:name (Results 42476 - 42500 of 60061) sorted by relevance

1...<<1691169216931694169516961697169816991700>>...2403

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c835 * wpas_dbus_handler_get_interface - Get the object path for an interface name
2353 blob->name = os_strdup(blob_name); in wpas_dbus_handler_add_blob()
2354 if (!blob->data || !blob->name) { in wpas_dbus_handler_add_blob()
2361 wpas_notify_blob_added(wpa_s, blob->name); in wpas_dbus_handler_add_blob()
2367 os_free(blob->name); in wpas_dbus_handler_add_blob()
3834 * wpas_dbus_getter_ifname - Get interface name
3853 * wpas_dbus_getter_driver - Get interface name
3867 if (wpa_s->driver == NULL || wpa_s->driver->name == NULL) { in wpas_dbus_getter_driver()
3875 return wpas_dbus_string_property_getter(iter, wpa_s->driver->name, in wpas_dbus_getter_driver()
3976 * wpas_dbus_getter_bridge_ifname - Get interface name
5581 char *name; wpas_dbus_handler_subscribe_preq() local
[all...]
/third_party/openGLES/api/GL/
H A Dglext.h637 typedef void (APIENTRYP PFNGLBINDATTRIBLOCATIONPROC) (GLuint program, GLuint index, const GLchar *name);
646 typedef void (APIENTRYP PFNGLGETACTIVEATTRIBPROC) (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
647 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMPROC) (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
649 typedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONPROC) (GLuint program, const GLchar *name);
655 typedef GLint (APIENTRYP PFNGLGETUNIFORMLOCATIONPROC) (GLuint program, const GLchar *name);
731 GLAPI void APIENTRY glBindAttribLocation (GLuint program, GLuint index, const GLchar *name);
740 GLAPI void APIENTRY glGetActiveAttrib (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
741 GLAPI void APIENTRY glGetActiveUniform (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
743 GLAPI GLint APIENTRY glGetAttribLocation (GLuint program, const GLchar *name);
749 GLAPI GLint APIENTRY glGetUniformLocation (GLuint program, const GLchar *name);
[all...]
/third_party/mesa3d/include/GL/
H A Dglext.h656 typedef void (APIENTRYP PFNGLBINDATTRIBLOCATIONPROC) (GLuint program, GLuint index, const GLchar *name);
665 typedef void (APIENTRYP PFNGLGETACTIVEATTRIBPROC) (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
666 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMPROC) (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
668 typedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONPROC) (GLuint program, const GLchar *name);
674 typedef GLint (APIENTRYP PFNGLGETUNIFORMLOCATIONPROC) (GLuint program, const GLchar *name);
750 GLAPI void APIENTRY glBindAttribLocation (GLuint program, GLuint index, const GLchar *name);
759 GLAPI void APIENTRY glGetActiveAttrib (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
760 GLAPI void APIENTRY glGetActiveUniform (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
762 GLAPI GLint APIENTRY glGetAttribLocation (GLuint program, const GLchar *name);
768 GLAPI GLint APIENTRY glGetUniformLocation (GLuint program, const GLchar *name);
[all...]
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglext.h655 typedef void (APIENTRYP PFNGLBINDATTRIBLOCATIONPROC) (GLuint program, GLuint index, const GLchar *name);
664 typedef void (APIENTRYP PFNGLGETACTIVEATTRIBPROC) (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
665 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMPROC) (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
667 typedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONPROC) (GLuint program, const GLchar *name);
673 typedef GLint (APIENTRYP PFNGLGETUNIFORMLOCATIONPROC) (GLuint program, const GLchar *name);
749 GLAPI void APIENTRY glBindAttribLocation (GLuint program, GLuint index, const GLchar *name);
758 GLAPI void APIENTRY glGetActiveAttrib (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
759 GLAPI void APIENTRY glGetActiveUniform (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
761 GLAPI GLint APIENTRY glGetAttribLocation (GLuint program, const GLchar *name);
767 GLAPI GLint APIENTRY glGetUniformLocation (GLuint program, const GLchar *name);
[all...]
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglext.h655 typedef void (APIENTRYP PFNGLBINDATTRIBLOCATIONPROC) (GLuint program, GLuint index, const GLchar *name);
664 typedef void (APIENTRYP PFNGLGETACTIVEATTRIBPROC) (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
665 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMPROC) (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
667 typedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONPROC) (GLuint program, const GLchar *name);
673 typedef GLint (APIENTRYP PFNGLGETUNIFORMLOCATIONPROC) (GLuint program, const GLchar *name);
749 GLAPI void APIENTRY glBindAttribLocation (GLuint program, GLuint index, const GLchar *name);
758 GLAPI void APIENTRY glGetActiveAttrib (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
759 GLAPI void APIENTRY glGetActiveUniform (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
761 GLAPI GLint APIENTRY glGetAttribLocation (GLuint program, const GLchar *name);
767 GLAPI GLint APIENTRY glGetUniformLocation (GLuint program, const GLchar *name);
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c241 const char *name; member
249 .name = "LCD",
272 .name = "DIGIT",
295 .name = "LCD2",
318 .name = "LCD3",
721 DSSDBG("GO %s\n", mgr_desc[channel].name); in dispc_mgr_go()
3190 /* change name to mode? */
3381 seq_printf(s, "- %s -\n", mgr_desc[channel].name); in dispc_dump_clocks_channel()
3385 seq_printf(s, "%s clk source = %s\n", mgr_desc[channel].name, in dispc_dump_clocks_channel()
3484 #define DISPC_REG(i, name) nam in dispc_dump_regs()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/
H A Dibmvfc.c87 char *name; member
100 { IBMVFC_FABRIC_MAPPED, IBMVFC_NAME_SERVER_FAIL, DID_ERROR, 1, 1, "name server failure" },
252 return cmd_status[rc].name; in ibmvfc_get_cmd_error()
301 char *name; member
324 char *name; member
328 { 0x02, "port name not registered" },
329 { 0x03, "node name not registered" },
333 { 0x08, "symbolic port name not registered" },
334 { 0x09, "symbolic node name not registered" },
358 return ls_explain[i].name; in ibmvfc_get_ls_explain()
383 char *name; global() member
1192 const char *name; ibmvfc_gather_partition_info() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dgadget.c1297 hs_ep->ep.name, req_buf, hs_req->req.length); in dwc2_hsotg_handle_unaligned_buf_start()
1326 hs_ep->ep.name, hs_req->req.status, hs_req->req.actual); in dwc2_hsotg_handle_unaligned_buf_complete()
1416 ep->name, req, req->length, req->buf, req->no_interrupt, in dwc2_hsotg_ep_queue()
2125 hs_ep, hs_ep->ep.name, hs_req, result, hs_req->req.complete); in dwc2_hsotg_complete_request()
3916 hs_ep->name); in dwc2_hsotg_ep_stop_xfr()
4024 __func__, ep->name, desc->bEndpointAddress, desc->bmAttributes, in dwc2_hsotg_ep_enable()
4361 dev_info(hs->dev, "%s(ep %p %s, %d)\n", __func__, ep, ep->name, value); in dwc2_hsotg_ep_sethalt()
4373 dev_err(hs->dev, "%s is Isochronous Endpoint\n", ep->name); in dwc2_hsotg_ep_sethalt()
4379 ep->name); in dwc2_hsotg_ep_sethalt()
4545 dev_info(hsotg->dev, "bound driver %s\n", driver->driver.name); in dwc2_hsotg_udc_start()
[all...]
/kernel/linux/linux-6.6/fs/f2fs/
H A Df2fs.h512 * disk_name, or a buffer that holds the decoded no-key name.
518 * For casefolded directories: the casefolded name, but it's left NULL
519 * if the original name is not valid Unicode, if the original name is
523 * we fall back to treating the name as an opaque byte sequence.
820 f2fs_hash_t chash; /* hash value of given file name */
821 unsigned int clevel; /* maximum level of given file name */
2338 #define PAGE_PRIVATE_GET_FUNC(name, flagname) \
2339 static inline bool page_private_##name(struct page *page) \
2346 #define PAGE_PRIVATE_SET_FUNC(name, flagnam
2792 f2fs_kmem_cache_create(const char *name, size_t size) f2fs_kmem_cache_create() argument
3368 is_dot_dotdot(const u8 *name, size_t len) is_dot_dotdot() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dgadget.c1296 hs_ep->ep.name, req_buf, hs_req->req.length); in dwc2_hsotg_handle_unaligned_buf_start()
1325 hs_ep->ep.name, hs_req->req.status, hs_req->req.actual); in dwc2_hsotg_handle_unaligned_buf_complete()
1415 ep->name, req, req->length, req->buf, req->no_interrupt, in dwc2_hsotg_ep_queue()
2125 hs_ep, hs_ep->ep.name, hs_req, result, hs_req->req.complete); in dwc2_hsotg_complete_request()
3916 hs_ep->name); in dwc2_hsotg_ep_stop_xfr()
4024 __func__, ep->name, desc->bEndpointAddress, desc->bmAttributes, in dwc2_hsotg_ep_enable()
4383 dev_info(hs->dev, "%s(ep %p %s, %d)\n", __func__, ep, ep->name, value); in dwc2_hsotg_ep_sethalt()
4395 dev_err(hs->dev, "%s is Isochronous Endpoint\n", ep->name); in dwc2_hsotg_ep_sethalt()
4401 ep->name); in dwc2_hsotg_ep_sethalt()
4570 dev_info(hsotg->dev, "bound driver %s\n", driver->driver.name); in dwc2_hsotg_udc_start()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c243 const char *name; member
251 .name = "LCD",
274 .name = "DIGIT",
297 .name = "LCD2",
320 .name = "LCD3",
724 DSSDBG("GO %s\n", mgr_desc[channel].name); in dispc_mgr_go()
3217 /* change name to mode? */
3408 seq_printf(s, "- %s -\n", mgr_desc[channel].name); in dispc_dump_clocks_channel()
3412 seq_printf(s, "%s clk source = %s\n", mgr_desc[channel].name, in dispc_dump_clocks_channel()
3511 #define DISPC_REG(i, name) nam in dispc_dump_regs()
[all...]
/third_party/python/Objects/
H A Ddictobject.c1187 insert_into_dictkeys(PyDictKeysObject *keys, PyObject *name) in insert_into_dictkeys() argument
1189 assert(PyUnicode_CheckExact(name)); in insert_into_dictkeys()
1190 Py_hash_t hash = unicode_get_hash(name); in insert_into_dictkeys()
1192 hash = PyUnicode_Type.tp_hash(name); in insert_into_dictkeys()
1198 Py_ssize_t ix = unicodekeys_lookup_unicode(keys, name, hash); in insert_into_dictkeys()
1203 Py_INCREF(name); in insert_into_dictkeys()
1211 ep->me_key = name; in insert_into_dictkeys()
3837 "dict(**kwargs) -> new dictionary initialized with the name=value pairs\n"
5433 PyObject *name, PyObject *value) in _PyObject_StoreInstanceAttribute()
5440 if (PyUnicode_CheckExact(name)) { in _PyObject_StoreInstanceAttribute()
5432 _PyObject_StoreInstanceAttribute(PyObject *obj, PyDictValues *values, PyObject *name, PyObject *value) _PyObject_StoreInstanceAttribute() argument
5492 _PyObject_GetInstanceAttribute(PyObject *obj, PyDictValues *values, PyObject *name) _PyObject_GetInstanceAttribute() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py40 # The top level is a command name (comm)
159 def dsoname(name):
160 if name == "[kernel.kallsyms]":
162 return name
544 QueryExec(query, "SELECT call_path_id, name, short_name, COUNT(calls.id), SUM(return_time - call_time)" + ipc_str + ", SUM(branch_count)"
552 " GROUP BY call_path_id, name, short_name"
571 def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, name, dso, count, time, insn_cnt, cyc_cnt, branch_count, parent_item):
579 self.data = [ name, dso, str(count), str(time), PercentToOneDP(time, parent_item.time), str(insn_cnt), insn_pcnt, str(cyc_cnt), cyc_pcnt, ipc, str(branch_count), br_pcnt ]
581 self.data = [ name, dso, str(count), str(time), PercentToOneDP(time, parent_item.time), str(branch_count), PercentToOneDP(branch_count, parent_item.branch_count) ]
778 " AND symbols.name"
[all...]
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c160 "6789 rport name %llx != node port name %llx", in lpfc_dev_loss_tmo_callbk()
168 "6790 rport name %llx dev_loss_evt pending", in lpfc_dev_loss_tmo_callbk()
212 uint8_t *name; in lpfc_dev_loss_tmo_handler() local
229 name = (uint8_t *) &ndlp->nlp_portname; in lpfc_dev_loss_tmo_handler()
276 *name, *(name+1), *(name+2), *(name+3), in lpfc_dev_loss_tmo_handler()
277 *(name in lpfc_dev_loss_tmo_handler()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c219 "6789 rport name %llx != node port name %llx", in lpfc_dev_loss_tmo_callbk()
227 "6790 rport name %llx dev_loss_evt pending\n", in lpfc_dev_loss_tmo_callbk()
434 uint8_t *name; in lpfc_dev_loss_tmo_handler() local
442 name = (uint8_t *)&ndlp->nlp_portname; in lpfc_dev_loss_tmo_handler()
463 *name, *(name+1), *(name+2), *(name+3), in lpfc_dev_loss_tmo_handler()
464 *(name in lpfc_dev_loss_tmo_handler()
[all...]
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dexported-sql-viewer.py40 # The top level is a command name (comm)
160 def dsoname(name):
161 if name == "[kernel.kallsyms]":
163 return name
545 QueryExec(query, "SELECT call_path_id, name, short_name, COUNT(calls.id), SUM(return_time - call_time)" + ipc_str + ", SUM(branch_count)"
553 " GROUP BY call_path_id, name, short_name"
572 def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, name, dso, count, time, insn_cnt, cyc_cnt, branch_count, parent_item):
580 self.data = [ name, dso, str(count), str(time), PercentToOneDP(time, parent_item.time), str(insn_cnt), insn_pcnt, str(cyc_cnt), cyc_pcnt, ipc, str(branch_count), br_pcnt ]
582 self.data = [ name, dso, str(count), str(time), PercentToOneDP(time, parent_item.time), str(branch_count), PercentToOneDP(branch_count, parent_item.branch_count) ]
779 " AND symbols.name"
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.cc15 // - Neither the name of Sun Microsystems or the names of contributors may
2580 #define DEFINE_OPIVV(name, funct6) \
2581 void Assembler::name##_vv(VRegister vd, VRegister vs2, VRegister vs1, \
2586 #define DEFINE_OPFVV(name, funct6) \
2587 void Assembler::name##_vv(VRegister vd, VRegister vs2, VRegister vs1, \
2592 #define DEFINE_OPFWV(name, funct6) \
2593 void Assembler::name##_wv(VRegister vd, VRegister vs2, VRegister vs1, \
2598 #define DEFINE_OPFRED(name, funct6) \
2599 void Assembler::name##_vs(VRegister vd, VRegister vs2, VRegister vs1, \
2604 #define DEFINE_OPIVX(name, funct
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_ext_autogen.cpp1045 void GL_APIENTRY GL_RequestExtensionANGLE(const GLchar *name) in GL_RequestExtensionANGLE() argument
1048 EVENT(context, GLRequestExtensionANGLE, "context = %d, name = 0x%016" PRIxPTR "", CID(context), in GL_RequestExtensionANGLE()
1049 (uintptr_t)name); in GL_RequestExtensionANGLE()
1056 context, angle::EntryPoint::GLRequestExtensionANGLE, name)); in GL_RequestExtensionANGLE()
1059 context->requestExtension(name); in GL_RequestExtensionANGLE()
1061 ANGLE_CAPTURE(RequestExtensionANGLE, isCallValid, context, name); in GL_RequestExtensionANGLE()
1069 void GL_APIENTRY GL_DisableExtensionANGLE(const GLchar *name) in GL_DisableExtensionANGLE() argument
1072 EVENT(context, GLDisableExtensionANGLE, "context = %d, name = 0x%016" PRIxPTR "", CID(context), in GL_DisableExtensionANGLE()
1073 (uintptr_t)name); in GL_DisableExtensionANGLE()
1080 context, angle::EntryPoint::GLDisableExtensionANGLE, name)); in GL_DisableExtensionANGLE()
3652 GL_BindUniformLocationCHROMIUM(GLuint program, GLint location, const GLchar *name) GL_BindUniformLocationCHROMIUM() argument
3933 GL_BindFragDataLocationEXT(GLuint program, GLuint color, const GLchar *name) GL_BindFragDataLocationEXT() argument
3960 GL_BindFragDataLocationIndexedEXT(GLuint program, GLuint colorNumber, GLuint index, const GLchar *name) GL_BindFragDataLocationIndexedEXT() argument
3991 GL_GetFragDataIndexEXT(GLuint program, const GLchar *name) GL_GetFragDataIndexEXT() argument
4024 GL_GetProgramResourceLocationIndexEXT(GLuint program, GLenum programInterface, const GLchar *name) GL_GetProgramResourceLocationIndexEXT() argument
8342 GL_GetObjectLabelKHR(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label) GL_GetObjectLabelKHR() argument
8429 GL_ObjectLabelKHR(GLenum identifier, GLuint name, GLsizei length, const GLchar *label) GL_ObjectLabelKHR() argument
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.c438 /* 将name保存到netdeivce */ in oal_net_alloc_netdev_mqs()
439 if (memcpy_s(netdev->name, OAL_IF_NAME_SIZE, puc_name, size) != EOK) { in oal_net_alloc_netdev_mqs()
510 if (strncmp(netdev->name, "Hisilicon", strlen("Hisilicon")) == 0) { in oal_net_register_netdev()
/device/board/hihope/rk3568/audio_drivers/headset_monitor/src/
H A Danalog_headset_gpio.c477 hs->inDev->name = pdev->name; in CreateAndRegisterInputDevice()
H A Danalog_headset_adc.c452 hs->inDev->name = pdev->name; in CreateAndRegisterInputDevice()
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/node/
H A Drk_codec_node.cpp27 RKCodecNode::RKCodecNode(const std::string& name, const std::string& type, const std::string &cameraId) in RKCodecNode() argument
28 : NodeBase(name, type, cameraId) in RKCodecNode()
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/
H A Drk_codec_node.cpp27 RKCodecNode::RKCodecNode(const std::string& name, const std::string& type, const std::string &cameraId) in RKCodecNode() argument
28 : NodeBase(name, type, cameraId) in RKCodecNode()
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Dmtd_vendor_storage.c362 .name = "vendor_storage",
415 .name = "mtd_vendor_storage",
/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_connector.h8 * that the name of the copyright holders not be used in advertising or
1085 * @name:
1089 char name[DRM_DISPLAY_MODE_LEN]; member
1231 /** @name: human readable name, can be overwritten by the driver */
1232 char *name; member

Completed in 221 milliseconds

1...<<1691169216931694169516961697169816991700>>...2403