Lines Matching defs:geom
736 prop_dictionary_t disk_info, odisk_info, geom;
739 geom = prop_dictionary_create();
741 prop_dictionary_set_uint64(geom, "sectors-per-unit",
744 prop_dictionary_set_uint32(geom, "sector-size", dg->dg_secsize);
747 prop_dictionary_set_uint16(geom, "sectors-per-track",
751 prop_dictionary_set_uint16(geom, "tracks-per-cylinder",
755 prop_dictionary_set_uint64(geom, "cylinders-per-unit",
759 prop_dictionary_set_uint32(geom, "physical-sector-size",
761 prop_dictionary_set_uint32(geom, "aligned-sector",
765 prop_dictionary_set(disk_info, "geometry", geom);
770 prop_object_release(geom);