Home
last modified time | relevance | path

Searched refs:PHYS_PER_PORT (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/udev/
H A Dvdev_id121 PHYS_PER_PORT=
383 PORT=$((PHY / PHYS_PER_PORT))
492 if [ -z "$PHYS_PER_PORT" ] ; then
493 PHYS_PER_PORT=$(awk '$1 == "phys_per_port" \
496 PHYS_PER_PORT=${PHYS_PER_PORT:-4}
498 if ! echo "$PHYS_PER_PORT" | grep -q -E '^[0-9]+$' ; then
499 echo "Error: phys_per_port value $PHYS_PER_PORT is non-numeric"
729 PHYS_PER_PORT=${OPTARG}