Searched defs:p_file (Results 1 – 6 of 6) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/fs/common/src/ |
| D | fs_proc_mem.c | 50 static FSResult FSi_MemArchiveProc(FSFile *p_file, FSCommandType cmd) in FSi_MemArchiveProc() 133 BOOL FS_CreateFileFromMemory(FSFile *p_file, void *buf, u32 size) in FS_CreateFileFromMemory()
|
| D | fs_proc_rom.c | 121 static FSResult FSi_RomArchiveProc(FSFile *p_file, FSCommandType cmd) in FSi_RomArchiveProc() 159 static FSResult FSi_EmptyArchiveProc(FSFile *p_file, FSCommandType cmd) in FSi_EmptyArchiveProc() 348 BOOL FS_CreateFileFromRom(FSFile *p_file, u32 offset, u32 size) in FS_CreateFileFromRom()
|
| D | fs_overlay.c | 443 BOOL FS_LoadOverlayImageAsync(FSOverlayInfo *p_ovi, FSFile *p_file) in FS_LoadOverlayImageAsync() 477 FSFile p_file[1]; in FS_LoadOverlayImage() local
|
| D | fs_proc_default.c | 575 static FSResult FSi_OpenFileFastDefault(FSFile *p_file) in FSi_OpenFileFastDefault() 620 static FSResult FSi_OpenFileDirectDefault(FSFile *p_file) in FSi_OpenFileDirectDefault()
|
| /TwlSDK-5.1.0/include/nitro/fs/ |
| D | overlay.h | 289 SDK_INLINE void FS_RegisterOverlayToDebugger(const FSOverlayInfo *p_ovi, const FSFile *p_file) in FS_RegisterOverlayToDebugger()
|
| /TwlSDK-5.1.0/build/demos/wireless_shared/mbp/ |
| D | mbp.c | 184 FSFile file, *p_file; in MBP_RegistFile() local
|