Home
last modified time | relevance | path

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

/freebsd/usr.sbin/fdread/
H A Dfdutil.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/sys/sys/
H A Dfdcio.h97 #define FL_2STEP 0x0002 /* 2 steps between cylinders */ macro
/freebsd/usr.sbin/fdcontrol/
H A Dfdcontrol.c184 if (ft.flags & FL_2STEP) { in main()
/freebsd/sys/dev/fdc/
H A Dfdc.c144 { FDF_5_360 | FL_2STEP | FL_AUTO},
892 steptrac = (fd->ft->flags & FL_2STEP)? 2: 1; in fdc_worker()