Searched refs:syspathname (Results 1 - 1 of 1) sorted by last modified time

/linux-master/tools/testing/selftests/net/
H A Drtnetlink.sh363 syspathname="/sys/class/net/$devdummy/ifalias"
372 if [ -r "$syspathname" ] ; then
373 read namehave < "$syspathname"
380 echo "$namewant" > "$syspathname"
384 echo "" > "$syspathname"
388 uuidgen > "$syspathname" &

Completed in 218 milliseconds