Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/format/
H A Dadd_definition.c209 if (disk_type->dtype_options & SUP_PHEAD) {
216 if (disk_type->dtype_options & SUP_PSECT) {
221 if (disk_type->dtype_options & SUP_BPT) {
227 if (disk_type->dtype_options & SUP_FMTTIME) {
232 if (disk_type->dtype_options & SUP_CYLSKEW) {
237 if (disk_type->dtype_options & SUP_TRKSKEW) {
242 if (disk_type->dtype_options & SUP_TRKS_ZONE) {
247 if (disk_type->dtype_options & SUP_ATRKS) {
252 if (disk_type->dtype_options & SUP_ASECT) {
257 if (disk_type->dtype_options & SUP_CACHE) {
[all …]
H A Dmain.c629 &cur_dtype->dtype_options); in get_disk_characteristics()
632 get_fmt_time(&cur_dtype->dtype_options); in get_disk_characteristics()
634 get_cyl_skew(&cur_dtype->dtype_options); in get_disk_characteristics()
636 get_trk_skew(&cur_dtype->dtype_options); in get_disk_characteristics()
638 get_trks_zone(&cur_dtype->dtype_options); in get_disk_characteristics()
639 cur_dtype->dtype_atrks = get_atrks(&cur_dtype->dtype_options); in get_disk_characteristics()
640 cur_dtype->dtype_asect = get_asect(&cur_dtype->dtype_options); in get_disk_characteristics()
641 cur_dtype->dtype_cache = get_cache(&cur_dtype->dtype_options); in get_disk_characteristics()
643 get_threshold(&cur_dtype->dtype_options); in get_disk_characteristics()
645 get_min_prefetch(&cur_dtype->dtype_options); in get_disk_characteristics()
[all …]
H A Dmenu_command.c522 d->dtype_phead = get_phead(d->dtype_nhead, &d->dtype_options); in c_type()
524 d->dtype_psect = get_psect(&d->dtype_options); in c_type()
525 d->dtype_bpt = get_bpt(d->dtype_nsect, &d->dtype_options); in c_type()
527 d->dtype_fmt_time = get_fmt_time(&d->dtype_options); in c_type()
528 d->dtype_cyl_skew = get_cyl_skew(&d->dtype_options); in c_type()
529 d->dtype_trk_skew = get_trk_skew(&d->dtype_options); in c_type()
530 d->dtype_trks_zone = get_trks_zone(&d->dtype_options); in c_type()
531 d->dtype_atrks = get_atrks(&d->dtype_options); in c_type()
532 d->dtype_asect = get_asect(&d->dtype_options); in c_type()
533 d->dtype_cache = get_cache(&d->dtype_options); in c_type()
[all …]
H A Dctlr_scsi.c781 if (cur_dtype->dtype_options & SUP_READ_RETRIES &&
788 if (cur_dtype->dtype_options & SUP_WRITE_RETRIES &&
1091 if (cur_dtype->dtype_options & SUP_CYLSKEW &&
1096 if (cur_dtype->dtype_options & SUP_TRKSKEW &&
1101 if (cur_dtype->dtype_options & SUP_PSECT &&
1106 if (cur_dtype->dtype_options & SUP_TRKS_ZONE &&
1111 if (cur_dtype->dtype_options & SUP_ASECT &&
1116 if (cur_dtype->dtype_options & SUP_ATRKS &&
1277 if ((cur_dtype->dtype_options & SUP_PHEAD) && fixed->heads != 0) {
1517 if (((cur_dtype->dtype_options & (SUP_CACHE | SUP_PREFETCH |
[all …]
H A Dhardware_structs.h81 ulong_t dtype_options; /* flags for options */ member
H A Dstartup.c766 dtype->dtype_options = flags; in sup_setdtype()
2482 result |= (dp1->dtype_options != dp2->dtype_options);