Searched refs:dtype_options (Results 1 – 6 of 6) sorted by relevance
205 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()238 if (disk_type->dtype_options & SUP_TRKS_ZONE) { 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()[all …]
654 &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()666 cur_dtype->dtype_cache = get_cache(&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()[all …]
527 d->dtype_phead = get_phead(d->dtype_nhead, &d->dtype_options); in c_type()529 d->dtype_psect = get_psect(&d->dtype_options); in c_type()530 d->dtype_bpt = get_bpt(d->dtype_nsect, &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()[all …]
731 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()1040 if (cur_dtype->dtype_options & SUP_TRKSKEW && fixed->track_skew != 0) { in scsi_ms_page3()1044 if (cur_dtype->dtype_options & SUP_PSECT && fixed->sect_track != 0) { in scsi_ms_page3()1048 if (cur_dtype->dtype_options & SUP_TRKS_ZONE && in scsi_ms_page3()1053 if (cur_dtype->dtype_options & SUP_ASECT && fixed->alt_sect_zone != 0) { 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()[all …]
82 ulong_t dtype_options; /* flags for options */ member
786 dtype->dtype_options = flags; in sup_setdtype()2495 result |= (dp1->dtype_options != dp2->dtype_options); in check_dtypes_for_inconsistency()