Home
last modified time | relevance | path

Searched refs:sysfs (Results 1 – 25 of 93) 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()
70 closedir(sysfs); in check_all_cpu_dscr_defaults()
/external/linux-kselftest/tools/testing/selftests/cpufreq/
Dmain.sh45 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`
48 echo $msg sysfs is not mounted >&2
56 echo $msg cpus not available in sysfs >&2
61 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/lisa/tools/scripts/
Dodroid_sampler.py33 sysfs = { variable in OdroidSampler
38 'arm' : sysfs['arm'] + '/sensor_W',
39 'kfc' : sysfs['kfc'] + '/sensor_W',
/external/linux-kselftest/tools/testing/selftests/gpio/
Dgpio-mockup.sh38 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`
40 echo $msg sysfs is not mounted >&2
51 source gpio-mockup-sysfs.sh
DMakefile3 TEST_FILES := gpio-mockup-sysfs.sh $(BINARIES)
/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/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/security/integrity/ima/tests/
Dima_setup.sh40 if ! mount -t sysfs sysfs $SYSFS 2>/dev/null ; then
/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
/external/strace/linux/arc/
Dsyscallent.h7 [247] = { 3, 0, SEN(sysfs), "sysfs" },
/external/linux-kselftest/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh14 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`
17 echo $msg sysfs is not mounted >&2
/external/linux-kselftest/tools/testing/selftests/cpu-hotplug/
Dcpu-on-off-test.sh16 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`
19 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/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_bat25 This is a sample test that probes sysfs and makes sure that batteries driver
/external/autotest/client/site_tests/power_ProbeDriver/
Dcontrol.probe_bat25 This is a sample test that probes sysfs and makes sure that batteries driver
/external/autotest/server/site_tests/firmware_ECBattery/
Dcontrol20 This test check battery status read from EC console and kernel sysfs match.

1234