Home
last modified time | relevance | path

Searched refs:attr_name (Results 1 – 5 of 5) sorted by relevance

/tools/usb/usbip/src/
Dusbip_bind.c40 char attr_name[] = "bind"; in bind_usbip() local
46 SYSFS_DRIVERS_NAME, USBIP_HOST_DRV_NAME, attr_name); in bind_usbip()
63 char attr_name[] = "unbind"; in unbind_other() local
111 SYSFS_DRIVERS_NAME, driver, attr_name); in unbind_other()
Dutils.c17 char attr_name[] = "match_busid"; in modify_match_busid() local
26 attr_name); in modify_match_busid()
/tools/usb/usbip/libsrc/
Dusbip_host_common.c214 char attr_name[] = "usbip_sockfd"; in usbip_export_device() local
240 edev->udev.path, attr_name); in usbip_export_device()
/tools/perf/util/
Dpython.c525 get_tracepoint_field(struct pyrf_event *pevent, PyObject *attr_name) in get_tracepoint_field() argument
527 const char *str = _PyUnicode_AsString(PyObject_Str(attr_name)); in get_tracepoint_field()
550 pyrf_sample_event__getattro(struct pyrf_event *pevent, PyObject *attr_name) in pyrf_sample_event__getattro() argument
556 obj = get_tracepoint_field(pevent, attr_name); in pyrf_sample_event__getattro()
559 return obj ?: PyObject_GenericGetAttr((PyObject *) pevent, attr_name); in pyrf_sample_event__getattro()
Ddwarf-aux.c306 static int die_get_attr_udata(Dwarf_Die *tp_die, unsigned int attr_name, in die_get_attr_udata() argument
311 if (dwarf_attr_integrate(tp_die, attr_name, &attr) == NULL || in die_get_attr_udata()