Lines Matching defs:fixed

376 	 * parameter is not fixed, then issue a mode select to
705 struct mode_err_recov *fixed;
720 fixed = &u_fixed.page1;
767 MODE_SENSE_PC_CHANGEABLE, (caddr_t)fixed,
769 if (status || MODESENSE_PAGE_LEN(fixed) < MIN_PAGE1_LEN) {
782 fixed->read_retry_count != 0) {
789 fixed->write_retry_count != 0) {
809 (uchar_t *)page1, (uchar_t *)fixed,
869 struct mode_disco_reco *fixed;
882 fixed = &u_fixed.page2;
929 MODE_SENSE_PC_CHANGEABLE, (caddr_t)fixed,
931 if (status || MODESENSE_PAGE_LEN(fixed) < MIN_PAGE2_LEN) {
945 (uchar_t *)page2, (uchar_t *)fixed,
1004 struct mode_format *fixed;
1020 fixed = &u_fixed.page3;
1067 MODE_SENSE_PC_CHANGEABLE, (caddr_t)fixed,
1069 if (status || MODESENSE_PAGE_LEN(fixed) < MIN_PAGE3_LEN) {
1092 fixed->cylinder_skew != 0) {
1097 fixed->track_skew != 0) {
1102 fixed->sect_track != 0) {
1107 fixed->tracks_per_zone != 0) {
1112 fixed->alt_sect_zone != 0) {
1117 fixed->alt_tracks_vol != 0) {
1138 (uchar_t *)page3, (uchar_t *)fixed,
1201 struct mode_geometry *fixed;
1215 fixed = &u_fixed.page4;
1262 MODE_SENSE_PC_CHANGEABLE, (caddr_t)fixed,
1264 if (status || MODESENSE_PAGE_LEN(fixed) < MIN_PAGE4_LEN) {
1277 if ((cur_dtype->dtype_options & SUP_PHEAD) && fixed->heads != 0) {
1292 (uchar_t *)page4, (uchar_t *)fixed,
1354 struct mode_cache *fixed;
1367 fixed = &u_fixed.page8;
1421 MODE_SENSE_PC_CHANGEABLE, (caddr_t)fixed,
1423 if (status || MODESENSE_PAGE_LEN(fixed) < MIN_PAGE8_LEN) {
1437 (uchar_t *)page8, (uchar_t *)fixed,
1500 struct mode_cache_ccs *fixed;
1525 fixed = &u_fixed.page38;
1572 MODE_SENSE_PC_CHANGEABLE, (caddr_t)fixed,
1574 if (status || MODESENSE_PAGE_LEN(fixed) < MIN_PAGE38_LEN) {
1590 (fixed->mode & cur_dtype->dtype_cache) ==
1596 (fixed->threshold & cur_dtype->dtype_threshold) ==
1602 (fixed->min_prefetch & cur_dtype->dtype_prefetch_min) ==
1608 (fixed->max_prefetch & cur_dtype->dtype_prefetch_max) ==
1634 (uchar_t *)page38, (uchar_t *)fixed,
2956 * possible formats (fixed sense data and descriptor sense data)