Home
last modified time | relevance | path

Searched refs:FL_2STEP (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/sys/
HDfdcio.h97 #define FL_2STEP 0x0002 /* 2 steps between cylinders */ macro
187 #define FDF_3_360 9,2,0xFF,0x20,40,0,1,2,0x50,1,0,FL_MFM|FL_2STEP
192 #define FDF_5_360 9,2,0xFF,0x20,40,0,1,2,0x50,1,0,FL_MFM|FL_2STEP
/freebsd-11-stable/usr.sbin/fdread/
HDfdutil.c149 { FDF_5_360 | FL_2STEP },
350 out->flags |= FL_2STEP; in parse_fmt()
352 out->flags &= ~FL_2STEP; in parse_fmt()
391 if (in.flags & FL_2STEP) in print_fmt()
/freebsd-11-stable/usr.sbin/fdcontrol/
HDfdcontrol.c185 if (ft.flags & FL_2STEP) { in main()
/freebsd-11-stable/sys/dev/fdc/
HDfdc.c159 { FDF_5_360 | FL_2STEP | FL_AUTO},
1075 steptrac = (fd->ft->flags & FL_2STEP)? 2: 1; in fdc_worker()