Lines Matching refs:u32

159 typedef u32	VFEvent;
168 u32 parentStartCluster;
169 u32 parentPos;
171 u32 status;
180 u32 fileSize;
193 u32 parentStartCluster;
194 u32 parentPos;
195 u32 status;
205 u32 fileSize;
232 extern void VFInitEx ( void* heapStartAddress, u32 size );
236 extern VFDevErr VFCreateSystemFileNANDFlash( const char* sysFileName, u32 fileSize );
237 extern VFDevErr VFCreateSystemFileRam ( void* memory, u32 fileSize );
242 extern VFErr VFAttachDriveNANDFlashCache( const char* drive, void* cacheAddress, u32 cac…
243 extern VFErr VFAttachDriveNANDFlashCacheW( const VFWchar* drive, void* cacheAddress, u32
246 extern VFErr VFAttachDriveRamCache ( const char* drive, void* cacheAddress, u32 cac…
247 extern VFErr VFAttachDriveRamCacheW ( const VFWchar* drive, void* cacheAddress, u32
250 extern VFErr VFAttachDriveDVDCache ( const char* drive, void* cacheAddress, u32 cac…
251 extern VFErr VFAttachDriveDVDCacheW ( const VFWchar* drive, void* cacheAddress, u32
270 …veNANDFlashCache ( const char* drive, const char* sysFileName, void* cacheAddress, u32 cacheSize );
271 …ANDFlashCacheW( const VFWchar* drive, const char* sysFileName, void* cacheAddress, u32 cacheSize );
274 …VFMountDriveRamCache ( const char* drive, void* memory, void* cacheAddress, u32 cache_size );
275 …ountDriveRamCacheW ( const VFWchar* drive, void* memory, void* cacheAddress, u32 cache_size );
278 …veDVDCache ( const char* drive, const char* sysFileName, void* cacheAddress, u32 cacheSize );
279 …VDCacheW ( const VFWchar* drive, const char* sysFileName, void* cacheAddress, u32 cacheSize );
286 extern VFFile* VFCreateFile ( const char* path, u32 attr );
287 extern VFFile* VFCreateFileW ( const VFWchar* path, u32 attr );
288 extern VFFile* VFOpenFile ( const char* path, const char* mode, u32 attr );
289 extern VFFile* VFOpenFileW ( const VFWchar* path, const VFWchar* mode, u32
293 extern VFErr VFReadFile ( VFFile* file, void* buf, u32 size , u32* read_…
294 extern VFErr VFWriteFile ( VFFile* file, const void* buf, u32 size );
327 extern VFErr VFCutFileSize ( const char* path, u32 fileSize );
328 extern VFErr VFCutFileSizeW ( const VFWchar* path, u32 fileSize );
333 extern VFErr VFSetSyncMode ( const char* drive, u32 mode );
334 extern VFErr VFSetSyncModeW ( const VFWchar* drive, u32 mode );