/tools/usb/usbip/libsrc/ |
D | usbip_common.c | 295 void usbip_names_get_class(char *buff, size_t size, uint8_t class, in usbip_names_get_class() argument 300 if (class == 0 && subclass == 0 && protocol == 0) { in usbip_names_get_class() 301 snprintf(buff, size, "(Defined at Interface level) (%02x/%02x/%02x)", class, subclass, protocol); in usbip_names_get_class() 305 p = names_protocol(class, subclass, protocol); in usbip_names_get_class() 309 s = names_subclass(class, subclass); in usbip_names_get_class() 313 c = names_class(class); in usbip_names_get_class() 317 snprintf(buff, size, "%s / %s / %s (%02x/%02x/%02x)", c, s, p, class, subclass, protocol); in usbip_names_get_class()
|
D | names.c | 37 struct class { struct 38 struct class *next; argument 79 static struct class *classes[HASHSZ] = { NULL, }; 107 struct class *c; in names_class() 230 struct class *c; in new_class() 237 c = my_malloc(sizeof(struct class) + strlen(name)); in new_class()
|
D | usbip_common.h | 149 void usbip_names_get_class(char *buff, size_t size, uint8_t class,
|
/tools/perf/Documentation/ |
D | asciidoc.conf | 80 <refmiscinfo class="source">perf</refmiscinfo> 81 <refmiscinfo class="version">{perf_version}</refmiscinfo> 82 <refmiscinfo class="manual">perf Manual</refmiscinfo>
|
D | security.txt | 44 class xdp_socket 47 +class perf_event 63 class xdp_socket 65 +class perf_event 114 9. Login and check that dmesg output doesn't mention that perf_event class is unknown to SELinux su… 178 class perf_event { cpu kernel open read tracepoint write };
|
/tools/testing/selftests/tc-testing/ |
D | TODO.txt | 23 - Proper exception handling - make an exception class and use it 25 - a TestCase class, for easier testcase handling, searching, comparison 27 - a TestSuite class
|
/tools/testing/selftests/firmware/ |
D | fw_fallback.sh | 142 echo 4 >/sys/class/firmware/timeout 163 echo -n 2 >/sys/class/firmware/timeout 200 echo 4 >/sys/class/firmware/timeout
|
D | fw_lib.sh | 179 echo "$OLD_TIMEOUT" >/sys/class/firmware/timeout 216 if [ -d /sys/class/firmware/ ]; then
|
/tools/lib/perf/Documentation/ |
D | asciidoc.conf | 77 <refmiscinfo class="source">libperf</refmiscinfo> 78 <refmiscinfo class="version">{libperf_version}</refmiscinfo> 79 <refmiscinfo class="manual">libperf Manual</refmiscinfo>
|
/tools/lib/traceevent/Documentation/ |
D | asciidoc.conf | 77 <refmiscinfo class="source">libtraceevent</refmiscinfo> 78 <refmiscinfo class="version">{libtraceevent_version}</refmiscinfo> 79 <refmiscinfo class="manual">libtraceevent Manual</refmiscinfo>
|
/tools/testing/selftests/ir/ |
D | ir_loopback.sh | 22 RCDEV=$(grep -l DRV_NAME=rc-loopback /sys/class/rc/rc*/uevent | grep -o 'rc[0-9]\+')
|
/tools/usb/usbip/vudc/ |
D | vudc_server_example.sh | 69 [[ -d /sys/class/udc/usbip-vudc.0 ]] || modprobe usbip-vudc num=1
|
/tools/testing/selftests/bpf/ |
D | test_tc_edt.sh | 71 cat /sys/class/net/veth_dst/statistics/rx_bytes ) 79 cat /sys/class/net/veth_dst/statistics/rx_bytes )
|
D | test_lirc_mode2.sh | 20 for i in /sys/class/rc/rc*
|
/tools/testing/selftests/drivers/net/netdevsim/ |
D | ethtool-common.sh | 47 old_netdevs=$(ls /sys/class/net)
|
D | udp_tunnel_nic.sh | 30 [ -e /sys/class/net/$dev ] && ip link del dev $dev 236 new=$(ls /sys/class/net) 263 old_netdevs=$(ls /sys/class/net) 348 old_netdevs=$(ls /sys/class/net) 814 old_netdevs=$(ls /sys/class/net) 817 old_netdevs=$(ls /sys/class/net) 922 old_netdevs=$(ls /sys/class/net)
|
/tools/include/uapi/drm/ |
D | i915_drm.h | 206 #define __I915_PMU_ENGINE(class, instance, sample) \ argument 207 ((class) << I915_PMU_CLASS_SHIFT | \ 211 #define I915_PMU_ENGINE_BUSY(class, instance) \ argument 212 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_BUSY) 214 #define I915_PMU_ENGINE_WAIT(class, instance) \ argument 215 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_WAIT) 217 #define I915_PMU_ENGINE_SEMA(class, instance) \ argument 218 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_SEMA)
|
/tools/testing/selftests/zram/ |
D | zram_lib.sh | 66 echo $i > /sys/class/zram-control/hot_remove 88 cat /sys/class/zram-control/hot_add > /dev/null
|
/tools/testing/selftests/net/ |
D | toeplitz.sh | 89 for i in /sys/class/net/${DEV}/queues/rx-*/rps_cpus
|
/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 8 A new plugin should be written in python as a class that inherits from TdcPlugin. 27 The functions in the class should follow the following interfaces:
|
/tools/perf/util/ |
D | bpf-prologue.c | 335 u8 class = BPF_CLASS(insn->code); in prologue_relocate() local 338 if (class != BPF_JMP) in prologue_relocate()
|
D | data-convert-bt.c | 1059 struct bt_ctf_event_class *class) in add_tracepoint_types() argument 1065 ret = add_tracepoint_fields_types(cw, common_fields, class); in add_tracepoint_types() 1067 ret = add_tracepoint_fields_types(cw, fields, class); in add_tracepoint_types() 1073 struct bt_ctf_event_class *class) in add_bpf_output_types() argument 1080 ret = bt_ctf_event_class_add_field(class, len_type, "raw_len"); in add_bpf_output_types() 1088 return bt_ctf_event_class_add_field(class, seq_type, "raw_data"); in add_bpf_output_types()
|
/tools/testing/selftests/net/forwarding/ |
D | sch_ets_tests.sh | 190 tc class change dev $put classid 10:2 ets quantum 8000
|
/tools/thermal/tmon/ |
D | README | 15 introduced sysfs entry at /sys/class/thermal with a matrix of symbolic
|
/tools/memory-model/litmus-tests/ |
D | README | 135 class in which the first write is moved to a separate process. 167 The structure of a litmus-test name is the litmus-test class, a plus 173 Each class defines the pattern of accesses and of the variables accessed. 176 litmus-test class is "MP" (message passing), which may be found on the
|