Lines Matching refs:geom
32 f_dprintf "%s: loading includes..." geom.subr
92 # Parse sysctl(8) `kern.geom.confxml' data into a series of structs. GEOM
97 # is the class number and N is the geom number).
104 eval "$( sysctl -n kern.geom.confxml | awk '
107 struct_count["geom"] = 0
124 struct = struct ( struct ? "" : "geom" )
137 struct = struct ( struct ? "" : "geom" )
163 $1 ~ /^<(class|geom)$/ && mesh {
191 $1 == "</geom>" {
199 set_value("ngeoms", struct_count["geom"])
203 struct_count["geom"] = 0
218 local classn=1 class ngeoms geomn geom
294 # geom Find GEOM_GEOM struct
322 geom|GEOM_GEOM) __type=geom ;;
344 if [ "${__type:-geom}" = "geom" ]; then
380 # f_geom_parent $geom|$consumer|$provider|$config [$var_to_set]
382 # Get the GEOM class associated with one of $geom, $consumer, $provider or
413 f_dprintf "%s: GEOM_SELF_SCAN_ALL=[%s]" geom.subr "$GEOM_SELF_SCAN_ALL"
421 f_dprintf "%s: Initialized %u geom devices in %u classes." \
422 geom.subr "$ngeoms" "$NGEOM_CLASSES"
427 f_dprintf "%s: Successfully loaded." geom.subr