Home
last modified time | relevance | path

Searched refs:dtype_options (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dadd_definition.c205 if (disk_type->dtype_options & SUP_PHEAD) { in add_disktype()
212 if (disk_type->dtype_options & SUP_PSECT) { in add_disktype()
217 if (disk_type->dtype_options & SUP_BPT) { in add_disktype()
223 if (disk_type->dtype_options & SUP_FMTTIME) { in add_disktype()
228 if (disk_type->dtype_options & SUP_CYLSKEW) { in add_disktype()
233 if (disk_type->dtype_options & SUP_TRKSKEW) { in add_disktype()
243 if (disk_type->dtype_options & SUP_ATRKS) { in add_disktype()
248 if (disk_type->dtype_options & SUP_ASECT) { in add_disktype()
253 if (disk_type->dtype_options & SUP_CACHE) { in add_disktype()
273 if (disk_type->dtype_options & SUP_BPS) { in add_disktype()
[all …]
H A Dmain.c654 &cur_dtype->dtype_options); in get_disk_characteristics()
657 get_fmt_time(&cur_dtype->dtype_options); in get_disk_characteristics()
659 get_cyl_skew(&cur_dtype->dtype_options); in get_disk_characteristics()
661 get_trk_skew(&cur_dtype->dtype_options); in get_disk_characteristics()
663 get_trks_zone(&cur_dtype->dtype_options); in get_disk_characteristics()
664 cur_dtype->dtype_atrks = get_atrks(&cur_dtype->dtype_options); in get_disk_characteristics()
665 cur_dtype->dtype_asect = get_asect(&cur_dtype->dtype_options); in get_disk_characteristics()
668 get_threshold(&cur_dtype->dtype_options); in get_disk_characteristics()
670 get_min_prefetch(&cur_dtype->dtype_options); in get_disk_characteristics()
673 &cur_dtype->dtype_options); in get_disk_characteristics()
[all …]
H A Dmenu_command.c529 d->dtype_psect = get_psect(&d->dtype_options); in c_type()
532 d->dtype_fmt_time = get_fmt_time(&d->dtype_options); in c_type()
533 d->dtype_cyl_skew = get_cyl_skew(&d->dtype_options); in c_type()
534 d->dtype_trk_skew = get_trk_skew(&d->dtype_options); in c_type()
535 d->dtype_trks_zone = get_trks_zone(&d->dtype_options); in c_type()
536 d->dtype_atrks = get_atrks(&d->dtype_options); in c_type()
537 d->dtype_asect = get_asect(&d->dtype_options); in c_type()
538 d->dtype_cache = get_cache(&d->dtype_options); in c_type()
539 d->dtype_threshold = get_threshold(&d->dtype_options); in c_type()
542 &d->dtype_options); in c_type()
[all …]
H A Dctlr_scsi.c731 if (cur_dtype->dtype_options & SUP_READ_RETRIES && in scsi_ms_page1()
738 if (cur_dtype->dtype_options & SUP_WRITE_RETRIES && in scsi_ms_page1()
1035 if (cur_dtype->dtype_options & SUP_CYLSKEW && in scsi_ms_page3()
1048 if (cur_dtype->dtype_options & SUP_TRKS_ZONE && in scsi_ms_page3()
1057 if (cur_dtype->dtype_options & SUP_ATRKS && in scsi_ms_page3()
1215 if ((cur_dtype->dtype_options & SUP_PHEAD) && fixed->heads != 0) { in scsi_ms_page4()
1449 if (((cur_dtype->dtype_options & (SUP_CACHE | SUP_PREFETCH | in scsi_ms_page38()
1520 if ((cur_dtype->dtype_options & SUP_CACHE) && in scsi_ms_page38()
1526 if ((cur_dtype->dtype_options & SUP_PREFETCH) && in scsi_ms_page38()
1532 if ((cur_dtype->dtype_options & SUP_CACHE_MIN) && in scsi_ms_page38()
[all …]
H A Dhardware_structs.h82 ulong_t dtype_options; /* flags for options */ member
H A Dstartup.c786 dtype->dtype_options = flags; in sup_setdtype()
2495 result |= (dp1->dtype_options != dp2->dtype_options); in check_dtypes_for_inconsistency()