Home | History | Annotate | Download | only in utils

Lines Matching refs:dev_name

32 	dev_name=`echo $arg | tr . /`
34 if test ! -f /proc/sys/$dev_name; then
35 echo "/proc/sys/$dev_name does not exist or is not a regular file" >&2
38 echo $val > /proc/sys/$dev_name