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

/freebsd-12-stable/tests/sys/geom/class/part/
H A Dmisc.sh67 gpart_physpath=$(diskinfo -p ${md}.nopa)
68 atf_check_equal "${physpath}/a" "$gpart_physpath"
90 gpart_physpath=$(diskinfo -p ${md}.nopp1)
91 atf_check_equal "${physpath}/p1" "$gpart_physpath"
113 gpart_physpath=$(diskinfo -p ${md}.nops1)
114 atf_check_equal "${physpath}/s1" "$gpart_physpath"
138 gpart_physpath=$(diskinfo -p ${md}.nops1a)
139 atf_check_equal "${physpath}/s1/a" "$gpart_physpath"

Completed in 104 milliseconds