Home
last modified time | relevance | path

Searched defs:s (Results 1 – 3 of 3) sorted by relevance

/FileX-v6.4.1/common/inc/
Dfx_file.h60 #define _fx_file_allocate(f, s) _fx_file_extended_allocate(f, (ULONG64)s); 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.h1181 #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
1184 #define fx_file_truncate_release(f, s) fx_file_extended_truncate_release(f, (ULONG64)s); argument
1352 #define fx_media_open(m, n, d, i, p, s) _fxe_media_open(m, n, d, i, p, s, sizeof(FX_MEDIA)) argument
/FileX-v6.4.1/common/src/
Dfx_media_format.c136 UINT sectors_per_fat, f, s; in _fx_media_format() local