Searched refs:FL_AUTO (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/usr.sbin/fdread/
H A Dfdutil.c91 { { 0,0,0,0,0,0,0,0,0,0,0,FL_AUTO } };
358 out->flags |= FL_AUTO;
360 out->flags &= ~FL_AUTO;
407 if (in.flags & FL_AUTO)
/freebsd-10.1-release/usr.sbin/fdcontrol/
H A Dfdcontrol.c191 if (ft.flags & FL_AUTO) {
/freebsd-10.1-release/sys/dev/fdc/
H A Dfdc.c144 { FDF_5_1200 | FL_AUTO },
145 { FDF_5_360 | FL_2STEP | FL_AUTO},
155 { FDF_3_1440 | FL_AUTO},
156 { FDF_3_720 | FL_AUTO},
161 { FDF_3_1440 | FL_AUTO },
163 { FDF_3_2880 | FL_AUTO }, /* XXX: probably doesn't work */
165 { FDF_3_720 | FL_AUTO},
1317 if (!(fd->ft->flags & FL_AUTO))
1322 if (!(fd->ft->flags & FL_AUTO))
/freebsd-10.1-release/sys/sys/
H A Dfdcio.h99 #define FL_AUTO 0x0008 /* autodetect format */ macro

Completed in 116 milliseconds