Searched refs:gpart_physpath (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/tests/sys/geom/class/part/
H A Dmisc.sh66 gpart_physpath=$(diskinfo -p ${md}.nopa)
67 atf_check_equal "${physpath}/a" "$gpart_physpath"
89 gpart_physpath=$(diskinfo -p ${md}.nopp1)
90 atf_check_equal "${physpath}/p1" "$gpart_physpath"
112 gpart_physpath=$(diskinfo -p ${md}.nops1)
113 atf_check_equal "${physpath}/s1" "$gpart_physpath"
137 gpart_physpath=$(diskinfo -p ${md}.nops1a)
138 atf_check_equal "${physpath}/s1/a" "$gpart_physpath"

Completed in 78 milliseconds