Home
last modified time | relevance | path

Searched refs:dtype_rpm (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dhardware_structs.h92 uint_t dtype_rpm; /* rotations per minute */ member
H A Dmain.c633 cur_dtype->dtype_rpm = AVG_RPM; in get_disk_characteristics()
655 cur_dtype->dtype_rpm = get_rpm(); in get_disk_characteristics()
H A Dadd_definition.c221 col = add_entry(col, fd, " : rpm = %d", disk_type->dtype_rpm); in add_disktype()
H A Dstartup.c724 dtype->dtype_rpm = val; in sup_setdtype()
2102 search_dtype->dtype_rpm = search_label.dkl_rpm; in add_device_to_disklist()
2503 result |= (dp1->dtype_rpm != dp2->dtype_rpm); in check_dtypes_for_inconsistency()
H A Dlabel.c314 label.dkl_rpm = cur_dtype->dtype_rpm; in write_label()
378 geom.dkg_rpm = cur_dtype->dtype_rpm; in write_label()
H A Dauto_sense.c681 disk->dtype_rpm = label->dkl_rpm; in new_direct_disk_type()
1401 rpm = disk_type->dtype_rpm; in use_existing_disk_type()
1873 disk->dtype_rpm = label->dkl_rpm;
H A Dmodify_partition.c502 label->dkl_rpm = tptr->dtype_rpm;
H A Dmenu_command.c531 d->dtype_rpm = get_rpm(); in c_type()
1058 format_time = ((60000 / cur_dtype->dtype_rpm) +1) * in c_format()