Lines Matching defs:geom
732 prop_dictionary_t disk_info, odisk_info, geom;
735 geom = prop_dictionary_create();
737 prop_dictionary_set_uint64(geom, "sectors-per-unit",
740 prop_dictionary_set_uint32(geom, "sector-size", dg->dg_secsize);
743 prop_dictionary_set_uint16(geom, "sectors-per-track",
747 prop_dictionary_set_uint16(geom, "tracks-per-cylinder",
751 prop_dictionary_set_uint64(geom, "cylinders-per-unit",
755 prop_dictionary_set_uint32(geom, "physical-sector-size",
757 prop_dictionary_set_uint32(geom, "aligned-sector",
761 prop_dictionary_set(disk_info, "geometry", geom);
766 prop_object_release(geom);