Home
last modified time | relevance | path

Searched refs:sysfs (Results 1 – 25 of 86) sorted by relevance

1234

/external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
Ddscr_sysfs_test.c45 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/
Dmain.sh49 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/
Dcontrol7 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/
Dcontrol7 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/
Dcontrol7 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/
Darping.c71 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/
Dgpio-mockup.sh43 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`
45 echo $msg sysfs is not mounted >&2
56 source gpio-mockup-sysfs.sh
DMakefile7 TEST_FILES := gpio-mockup-sysfs.sh
/external/iptables/extensions/
Dlibxt_IDLETIMER.man6 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/
Dsysfs.sh85 mount -t sysfs sysfs $MNT_POINT
/external/ltp/testcases/kernel/firmware/fw_load_kernel/
DREADME11 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/
Drcu-test-image.txt25 sysfs /sys sysfs defaults 0 0
Dinitrd.txt48 mount -t sysfs -o nodev,noexec,nosuid sysfs /sys
/external/linux-kselftest/tools/testing/selftests/cpu-hotplug/
Dcpu-on-off-test.sh19 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`
22 echo $msg sysfs is not mounted >&2
/external/strace/linux/arc/
Dsyscallent.h7 [247] = { 3, 0, SEN(sysfs), "sysfs" },
/external/linux-kselftest/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh18 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`
21 echo $msg sysfs is not mounted >&2
/external/libcap/kdebug/
Dtest-init.sh7 mount -t sysfs sys /sys
/external/autotest/client/site_tests/power_NoConsoleSuspend/
Dcontrol14 Sets the no_console_suspend kernel option via sysfs, then suspends the system.
/external/cros/system_api/dbus/power_manager/
Dperipheral_battery_status.proto12 // Path of the battery sysfs.
/external/syzkaller/pkg/report/testdata/linux/report/
D468 [ 1722.511384] last sysfs file: /sys/devices/virtual/irqk/irqk/dev
/external/rootdev/
DREADME.chromium12 - Walks sysfs to discover the block devices
/external/ltp/testcases/kernel/containers/netns/
Dnetns_sysfs.sh63 ns_exec $NS_HANDLE $NS_TYPE mount -t sysfs none /sys 2>/dev/null
/external/autotest/client/site_tests/suite_HWQual/
Dcontrol.probe_ac26 This is a sample test that probes sysfs and makes sure that AC driver
Dcontrol.probe_bat25 This is a sample test that probes sysfs and makes sure that batteries driver
/external/autotest/client/site_tests/power_ProbeDriver/
Dcontrol26 This is a sample test that probes sysfs and makes sure that AC driver

1234