Home
last modified time | relevance | path

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

/FileX-v6.2.1/common/inc/
Dfx_file.h60 #define _fx_file_allocate(f, s) _fx_file_extended_allocate(f, (ULONG64)s); argument
76 #define _fx_file_relative_seek(f, b, sf) _fx_file_extended_relative_seek(f, (ULONG64)b, sf); argument
84 #define _fx_file_seek(f, b) _fx_file_extended_seek(f, (ULONG64)b) argument
85 #define _fx_file_truncate(f, s) _fx_file_extended_truncate(f, (ULONG64)s); argument
86 #define _fx_file_truncate_release(f, s) _fx_file_extended_truncate_release(f, (ULONG64)s); argument
Dfx_api.h353 …_IN_LINE_INSERT(i, a, b, c, d, f, g, h) _fx_trace_event_insert((ULONG)i, (ULONG)a, (ULONG)b, (ULON… argument
369 #define FX_TRACE_IN_LINE_INSERT(i, a, b, c, d, f, g, h)
1180 #define fx_file_seek(f, b) fx_file_extended_seek(f, (ULONG64)b) argument
1181 #define fx_file_allocate(f, s) fx_file_extended_allocate(f, (ULONG64)s); argument
1182 #define fx_file_truncate(f, s) fx_file_extended_truncate(f, (ULONG64)s); argument
1183 #define fx_file_relative_seek(f, b, sf) fx_file_extended_relative_seek(f, (ULONG64)b, sf); argument
1184 #define fx_file_truncate_release(f, s) fx_file_extended_truncate_release(f, (ULONG64)s); argument
1326 #define fx_file_open(m, f, n, t) _fxe_file_open(m, f, n, t, sizeof(FX_FILE)) argument
/FileX-v6.2.1/common/src/
Dfx_media_format.c136 UINT sectors_per_fat, f, s; in _fx_media_format() local
548 for (f = 0; f < number_of_fats; f++) in _fx_media_format()
621 … media_ptr -> fx_media_driver_logical_sector = reserved_sectors + (f * sectors_per_fat) + s; in _fx_media_format()