/external/linux-kselftest/tools/testing/selftests/powerpc/dscr/ |
D | dscr_sysfs_test.c | 45 DIR *sysfs; in check_all_cpu_dscr_defaults() local 49 sysfs = opendir(CPU_PATH); in check_all_cpu_dscr_defaults() 50 if (!sysfs) { in check_all_cpu_dscr_defaults() 55 while ((dp = readdir(sysfs))) { in check_all_cpu_dscr_defaults() 74 closedir(sysfs); in check_all_cpu_dscr_defaults()
|
/external/linux-kselftest/tools/testing/selftests/cpufreq/ |
D | main.sh | 49 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'` 52 echo $msg sysfs is not mounted >&2 60 echo $msg cpus not available in sysfs >&2 65 echo $msg cpufreq directory not available in sysfs >&2
|
/external/autotest/client/site_tests/graphics_KernelMemory/ |
D | control | 7 PURPOSE = 'Verify that kernel exports graphics memory info through sysfs.' 10 - Unable to read memory sysfs field. 11 - Unable to read gem objects sysfs field. 25 Verifies kernel gem objects and memory info values can be read from sysfs.
|
/external/autotest/client/site_tests/kernel_CrosECSysfs/ |
D | control | 7 PURPOSE = 'Test cros_ec driver and sysfs interface' 8 CRITERIA = 'Fails if EC sysfs interface is not present' 16 DOC = 'Checks that the sysfs interface to the EC is present and working.'
|
/external/autotest/client/site_tests/kernel_CrosECSysfsAccel/ |
D | control | 7 PURPOSE = 'Test cros_ec_accel driver and sysfs interface' 8 CRITERIA = 'Fails if sysfs accel interface is not present or data is invalid' 16 DOC = 'Checks that the sysfs interface to the EC accels is present and working.'
|
/external/iputils/ |
D | arping.c | 71 struct sysfs_devattr_values *sysfs; member 729 if (!device.sysfs) { in find_device_by_sysfs() 730 device.sysfs = malloc(sizeof(*device.sysfs)); in find_device_by_sysfs() 731 sysfs_devattr_values_init(device.sysfs, 0); in find_device_by_sysfs() 786 if (device.sysfs->value[SYSFS_DEVATTR_IFINDEX].ulong) { in find_device_by_sysfs() 787 if (device.sysfs->value[SYSFS_DEVATTR_FLAGS].ulong & IFF_RUNNING) in find_device_by_sysfs() 797 sysfs_devattr_values_init(device.sysfs, 1); in find_device_by_sysfs() 798 memcpy(device.sysfs, &sysfs_devattr_values, sizeof(*device.sysfs)); in find_device_by_sysfs() 810 device.ifindex = device.sysfs->value[SYSFS_DEVATTR_IFINDEX].ulong; in find_device_by_sysfs() 811 device.name = device.sysfs->ifname; in find_device_by_sysfs() [all …]
|
/external/linux-kselftest/tools/testing/selftests/gpio/ |
D | gpio-mockup.sh | 43 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'` 45 echo $msg sysfs is not mounted >&2 56 source gpio-mockup-sysfs.sh
|
D | Makefile | 7 TEST_FILES := gpio-mockup-sysfs.sh
|
/external/iptables/extensions/ |
D | libxt_IDLETIMER.man | 6 each timer is created in sysfs. This attribute contains the timer remaining 12 When the timer expires, the target module sends a sysfs notification to the 23 Send netlink messages in addition to sysfs notifications and show remaining
|
/external/ltp/testscripts/ |
D | sysfs.sh | 85 mount -t sysfs sysfs $MNT_POINT
|
/external/ltp/testcases/kernel/firmware/fw_load_kernel/ |
D | README | 11 should be written to sysfs file 'fwnum' (the maximum number is 32). This write 13 'result' device sysfs file. Also, some information regarding module loading,
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 25 sysfs /sys sysfs defaults 0 0
|
D | initrd.txt | 48 mount -t sysfs -o nodev,noexec,nosuid sysfs /sys
|
/external/linux-kselftest/tools/testing/selftests/cpu-hotplug/ |
D | cpu-on-off-test.sh | 19 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'` 22 echo $msg sysfs is not mounted >&2
|
/external/strace/linux/arc/ |
D | syscallent.h | 7 [247] = { 3, 0, SEN(sysfs), "sysfs" },
|
/external/linux-kselftest/tools/testing/selftests/memory-hotplug/ |
D | mem-on-off-test.sh | 18 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'` 21 echo $msg sysfs is not mounted >&2
|
/external/libcap/kdebug/ |
D | test-init.sh | 7 mount -t sysfs sys /sys
|
/external/autotest/client/site_tests/power_NoConsoleSuspend/ |
D | control | 14 Sets the no_console_suspend kernel option via sysfs, then suspends the system.
|
/external/cros/system_api/dbus/power_manager/ |
D | peripheral_battery_status.proto | 12 // Path of the battery sysfs.
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 46 | 8 [ 1722.511384] last sysfs file: /sys/devices/virtual/irqk/irqk/dev
|
/external/rootdev/ |
D | README.chromium | 12 - Walks sysfs to discover the block devices
|
/external/ltp/testcases/kernel/containers/netns/ |
D | netns_sysfs.sh | 63 ns_exec $NS_HANDLE $NS_TYPE mount -t sysfs none /sys 2>/dev/null
|
/external/autotest/client/site_tests/suite_HWQual/ |
D | control.probe_ac | 26 This is a sample test that probes sysfs and makes sure that AC driver
|
D | control.probe_bat | 25 This is a sample test that probes sysfs and makes sure that batteries driver
|
/external/autotest/client/site_tests/power_ProbeDriver/ |
D | control | 26 This is a sample test that probes sysfs and makes sure that AC driver
|