Home
last modified time | relevance | path

Searched refs:SUP_TRKSKEW (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dstartup.h81 #define SUP_TRKSKEW 0x01000000 /* set track skew */ macro
H A Dprompts.c263 *options |= SUP_TRKSKEW; in get_trk_skew()
H A Dadd_definition.c233 if (disk_type->dtype_options & SUP_TRKSKEW) { in add_disktype()
H A Dstartup.c776 flags |= SUP_TRKSKEW; in sup_setdtype()
H A Dctlr_scsi.c1040 if (cur_dtype->dtype_options & SUP_TRKSKEW && fixed->track_skew != 0) { in scsi_ms_page3()