Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/fdread/
HDfdutil.c127 { FDF_5_360 | FL_2STEP },
323 out->flags |= FL_2STEP; in parse_fmt()
325 out->flags &= ~FL_2STEP; in parse_fmt()
364 if (in.flags & FL_2STEP) in print_fmt()
/freebsd-13-stable/sys/sys/
HDfdcio.h97 #define FL_2STEP 0x0002 /* 2 steps between cylinders */ macro
/freebsd-13-stable/usr.sbin/fdcontrol/
HDfdcontrol.c184 if (ft.flags & FL_2STEP) { in main()
/freebsd-13-stable/sys/dev/fdc/
HDfdc.c146 { FDF_5_360 | FL_2STEP | FL_AUTO},
893 steptrac = (fd->ft->flags & FL_2STEP)? 2: 1; in fdc_worker()