Lines Matching refs:s32
241 typedef void (*NANDCallback)( s32 result, NANDCommandBlock *block );
249 s32 fileDescriptor;
250 s32 origFd;
270 s32 NANDInit (void);
273 s32 NANDCreate (const char *path, u8 perm, u8 attr);
274 s32 NANDCreateAsync (const char *path, u8 perm, u8 attr, NANDCallback cb, NANDCommandBlock *bl…
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);
295 s32 NANDReadDir (const char *path, char *nameList, u32 *num);
296 s32 NANDReadDirAsync (const char *path, char *nameList, u32 *num, NANDCallback cb, NANDCommandB…
297 s32 NANDCreateDir (const char *path, u8 perm, u8 attr);
298 s32 NANDCreateDirAsync (const char *path, u8 perm, u8 attr, NANDCallback cb, NANDCommandBlock *bl…
299 s32 NANDChangeDir (const char *path);
300 s32 NANDChangeDirAsync (const char *path, NANDCallback cb, NANDCommandBlock *block);
301 s32 NANDGetCurrentDir ( char path[NAND_MAX_PATH]);
302 s32 NANDGetHomeDir ( char path[NAND_MAX_PATH]);
305 s32 NANDDelete (const char *path);
306 s32 NANDDeleteAsync (const char *path, NANDCallback cb, NANDCommandBlock *block);
307 s32 NANDMove (const char *path, const char *destDir);
308 s32 NANDMoveAsync (const char *path, const char *destDir, NANDCallback cb, NANDCommandBlock …
309 s32 NANDGetStatus (const char *path, NANDStatus *stat);
310 s32 NANDGetStatusAsync (const char *path, NANDStatus *stat, NANDCallback cb, NANDCommandBlo…
311 s32 NANDSetStatus (const char *path, const NANDStatus *stat);
312 s32 NANDSetStatusAsync (const char *path, const NANDStatus *stat, NANDCallback cb, NANDCommandBlo…
313 s32 NANDGetType (const char *path, u8 *type);
314 s32 NANDGetTypeAsync (const char *path, u8 *type, NANDCallback cb, NANDCommandBlock *block);
317 s32 NANDFreeBlocks (u32 *bytes, u32 *inodes);
318 s32 NANDFreeBlocksAsync(u32 *bytes, u32 *inodes, NANDCallback cb, NANDCommandBlock *block);
320 s32 NANDCheck (u32 fsBlock, u32 inode, u32 *answer);
321 s32 NANDCheckAsync (u32 fsBlock, u32 inode, u32 *answer, NANDCallback cb, NANDCommandBlock *b…