HomeSort by relevance Sort by last modified time
    Searched refs:SYSFS (Results 1 - 7 of 7) sorted by null

  /external/linux-kselftest/tools/testing/selftests/cpufreq/
cpufreq.sh 211 if [ ! -d $SYSFS/power/ -o ! -f $SYSFS/power/state ]; then
212 printf "$SYSFS/power/state not available\n"
226 present=$(cat $SYSFS/power/state | grep $filename)
229 printf "Tried to $1 but $filename isn't present in $SYSFS/power/state\n"
235 echo $filename > $SYSFS/power/state
main.sh 12 SYSFS=
49 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`
51 if [ ! -d "$SYSFS" ]; then
52 echo $msg sysfs is not mounted >&2
56 CPUROOT=$SYSFS/devices/system/cpu
60 echo $msg cpus not available in sysfs >&2
65 echo $msg cpufreq directory not available in sysfs >&2
  /external/linux-kselftest/tools/testing/selftests/gpio/
gpio-mockup.sh 6 #2: sysfs/debugfs not mount
11 SYSFS=
29 echo "-t: interface type: chardev(char device) and sysfs(being"
43 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`
44 if [ ! -d "$SYSFS" ]; then
45 echo $msg sysfs is not mounted >&2
48 GPIO_SYSFS=`echo $SYSFS/class/gpio`
49 GPIO_DRV_SYSFS=`echo $SYSFS/devices/platform/$module/gpio`
56 source gpio-mockup-sysfs.s
    [all...]
  /external/linux-kselftest/tools/testing/selftests/cpu-hotplug/
cpu-on-off-test.sh 4 SYSFS=
19 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`
21 if [ ! -d "$SYSFS" ]; then
22 echo $msg sysfs is not mounted >&2
26 if ! ls $SYSFS/devices/system/cpu/cpu* > /dev/null 2>&1; then
32 online_cpus=`cat $SYSFS/devices/system/cpu/online`
42 offline_cpus=`cat $SYSFS/devices/system/cpu/offline`
58 for cpu in $SYSFS/devices/system/cpu/cpu*; do
77 grep -q 1 $SYSFS/devices/system/cpu/cpu$1/onlin
    [all...]
  /external/linux-kselftest/tools/testing/selftests/memory-hotplug/
mem-on-off-test.sh 4 SYSFS=
18 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`
20 if [ ! -d "$SYSFS" ]; then
21 echo $msg sysfs is not mounted >&2
25 if ! ls $SYSFS/devices/system/memory/memory* > /dev/null 2>&1; then
30 if ! grep -q 1 $SYSFS/devices/system/memory/memory*/removable; then
43 for memory in $SYSFS/devices/system/memory/memory*; do
63 grep -q online $SYSFS/devices/system/memory/memory$1/state
68 grep -q offline $SYSFS/devices/system/memory/memory$1/stat
    [all...]
  /external/ltp/testcases/kernel/containers/
TEST_PLAN.txt 25 PROC+SYSFS ISOLATION (NEAR FUTURE)
  /external/ltp/testcases/kernel/security/integrity/ima/tests/
ima_setup.sh 29 SYSFS="/sys"
84 SECURITYFS="$(mount_helper securityfs $SYSFS/kernel/security)"

Completed in 1165 milliseconds