Lines Matching refs:NANDFileInfo
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…
283 s32 NANDSeek (NANDFileInfo *info, s32 offset, s32 whence);
284 s32 NANDSeekAsync (NANDFileInfo *info, s32 offset, s32 whence, NANDCallback cb, NANDCommandB…
285 s32 NANDTell (NANDFileInfo *info, u32 *pos);
286 s32 NANDTellAsync (NANDFileInfo *info, u32 *pos, NANDCallback cb, NANDCommandBlock *block);
287 s32 NANDGetLength (NANDFileInfo *info, u32 *length);
288 s32 NANDGetLengthAsync (NANDFileInfo *info, u32 *length, NANDCallback cb, NANDCommandBlock *block…
289 s32 NANDSafeOpen (const char *path, NANDFileInfo *info, u8 accType, void *buf, u32 length);
290 s32 NANDSafeOpenAsync (const char *path, NANDFileInfo *info, u8 accType, void *buf, u32 length, …
291 s32 NANDSafeClose (NANDFileInfo *info);
292 s32 NANDSafeCloseAsync (NANDFileInfo *info, NANDCallback cb, NANDCommandBlock *block);