Searched refs:NANDFileInfo (Results 1 – 5 of 5) sorted by relevance
| /RvlSDK-2.1/include/revolution/ |
| D | nand.h | 246 typedef struct NANDFileInfo struct 255 } NANDFileInfo; argument 275 s32 NANDOpen (const char *path, NANDFileInfo *info, u8 accType); 276 s32 NANDOpenAsync (const char *path, NANDFileInfo *info, u8 accType, NANDCallback cb, NANDCo… 277 s32 NANDClose (NANDFileInfo *info); 278 s32 NANDCloseAsync (NANDFileInfo *info, NANDCallback cb, NANDCommandBlock *block); 279 s32 NANDRead (NANDFileInfo *info, void *buf, u32 length); 280 s32 NANDReadAsync (NANDFileInfo *info, void *buf, u32 length, NANDCallback cb, NANDCom… 281 s32 NANDWrite (NANDFileInfo *info, const void *buf, u32 length); 282 s32 NANDWriteAsync (NANDFileInfo *info, const void *buf, u32 length, NANDCallback cb, NANDCom… [all …]
|
| /RvlSDK-2.1/build/demos/nanddemo/src/ |
| D | safe.c | 47 NANDFileInfo info; in checkFileData() 89 NANDFileInfo info; in initFile() 122 NANDFileInfo safeInfo, unsafeInfo; in main()
|
| D | basic.c | 71 NANDFileInfo info; in main()
|
| D | gamesave.c | 188 NANDFileInfo info; in CreateFile() 237 NANDFileInfo info; in PrintFile()
|
| D | async.c | 43 static NANDFileInfo s_info;
|