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

/illumos-gate/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
[all...]
H A Dmain.c629 &cur_dtype->dtype_options);
632 get_fmt_time(&cur_dtype->dtype_options);
634 get_cyl_skew(&cur_dtype->dtype_options);
636 get_trk_skew(&cur_dtype->dtype_options);
638 get_trks_zone(&cur_dtype->dtype_options);
639 cur_dtype->dtype_atrks = get_atrks(&cur_dtype->dtype_options);
640 cur_dtype->dtype_asect = get_asect(&cur_dtype->dtype_options);
641 cur_dtype->dtype_cache = get_cache(&cur_dtype->dtype_options);
643 get_threshold(&cur_dtype->dtype_options);
645 get_min_prefetch(&cur_dtype->dtype_options);
[all...]
H A Dmenu_command.c523 d->dtype_phead = get_phead(d->dtype_nhead, &d->dtype_options);
525 d->dtype_psect = get_psect(&d->dtype_options);
526 d->dtype_bpt = get_bpt(d->dtype_nsect, &d->dtype_options);
528 d->dtype_fmt_time = get_fmt_time(&d->dtype_options);
529 d->dtype_cyl_skew = get_cyl_skew(&d->dtype_options);
530 d->dtype_trk_skew = get_trk_skew(&d->dtype_options);
531 d->dtype_trks_zone = get_trks_zone(&d->dtype_options);
532 d->dtype_atrks = get_atrks(&d->dtype_options);
533 d->dtype_asect = get_asect(&d->dtype_options);
534 d->dtype_cache = get_cache(&d->dtype_options);
[all...]
H A Dhardware_structs.h81 ulong_t dtype_options; /* flags for options */ member in struct:disk_type
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
[all...]
H A Dstartup.c766 dtype->dtype_options = flags;
2482 result |= (dp1->dtype_options != dp2->dtype_options);

Completed in 126 milliseconds