Home
last modified time | relevance | path

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

/external/mtools/
Dfloppyd_io.h44 #define FLOPPYD_CAP_LARGE_SEEK 2 /* large seeks */ macro
Dfloppyd_io.c317 if(This->capabilities & FLOPPYD_CAP_LARGE_SEEK) { in floppyd_io()
600 ((This->capabilities & FLOPPYD_CAP_LARGE_SEEK) ? in FloppydOpen()
Dfloppyd_installtest.c118 (cap & FLOPPYD_CAP_LARGE_SEEK) ? " LargeFiles" : ""); in authenticate_to_floppyd()
Dfloppyd.c452 cap |= FLOPPYD_CAP_LARGE_SEEK; in do_auth()