Searched refs:CARDCallback (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-3.1.4/include/revolution/ |
| D | card.h | 263 typedef void (*CARDCallback)( s32 chan, s32 result ); typedef 270 s32 CARDCheckAsync ( s32 chan, CARDCallback callback ); 272 s32 CARDCheckExAsync ( s32 chan, s32* xferBytes, CARDCallback callback ); 274 … ( s32 chan, const char* fileName, u32 size, CARDFileInfo* fileInfo, CARDCallback callback ); 276 s32 CARDDeleteAsync ( s32 chan, const char* fileName, CARDCallback callback ); 278 s32 CARDFastDeleteAsync ( s32 chan, s32 fileNo, CARDCallback callback ); 281 s32 CARDFormatAsync ( s32 chan, CARDCallback callback ); 291 s32 CARDMount ( s32 chan, void* workArea, CARDCallback detachCallback ); 292 s32 CARDMountAsync ( s32 chan, void* workArea, CARDCallback detachCallback, CARDCallback at… 297 s32 CARDRenameAsync ( s32 chan, const char* oldName, const char* newName, CARDCallback callb… [all …]
|
| /RvlSDK-3.1.4/build/demos/carddemo/src/ |
| D | create-bnr-4icon.c | 247 result = CARDMount(chan, WRAM, (CARDCallback)DetachCallback); in MountCard()
|
| D | create-1icon.c | 289 result = CARDMount(chan, WRAM, (CARDCallback)DetachCallback); in MountCard()
|
| D | create-8icon.c | 304 result = CARDMount(chan, WRAM, (CARDCallback)DetachCallback); in MountCard()
|