1 #!/bin/sh 2 if [ "$1" = "-h" ] ; then 3 echo "Show the underlying path for a device." 4 exit 5 fi 6 7 # shellcheck disable=SC2154 8 echo upath="$VDEV_UPATH"
Cache object: 629812ba1f86cb86b99d121333b07406
[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]
This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.