Searched defs:s (Results 1 – 3 of 3) sorted by relevance
/FileX-v6.4.1/common/inc/ |
D | fx_file.h | 60 #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
|
D | fx_api.h | 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 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/ |
D | fx_media_format.c | 136 UINT sectors_per_fat, f, s; in _fx_media_format() local
|