Home
last modified time | relevance | path

Searched refs:FL_PERPND (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dfdcio.h98 #define FL_PERPND 0x0004 /* perpendicular recording */ macro
174 #define FDF_3_2880 36,2,0xFF,0x1B,80,0,FDC_1MBPS,002,0x4C,1,1,FL_MFM|FL_PERPND
/freebsd/usr.sbin/fdread/
H A Dfdutil.c327 out->flags |= FL_PERPND; in parse_fmt()
329 out->flags &= ~FL_PERPND; in parse_fmt()
366 if (in.flags & FL_PERPND) in print_fmt()
/freebsd/usr.sbin/fdcontrol/
H A Dfdcontrol.c188 if (ft.flags & FL_PERPND) { in main()