Searched refs:slot (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-2.1/build/demos/carddemo/src/ |
| D | cardutil.c | 52 s32 slot; member 190 static s32 DoMount(s32 slot, void* workArea) in DoMount() argument 203 result = CARDMount(slot, workArea, 0); in DoMount() 208 resultSectorSize = CARDGetSectorSize(slot, &CardControl.sectorSize); in DoMount() 213 result = CARDCheck(slot); in DoMount() 216 resultSectorSize = CARDGetSectorSize(slot, &CardControl.sectorSize); in DoMount() 230 result = CARDFreeBlocks(slot, &CardControl.byteNotUsed, &CardControl.filesNotUsed); in DoMount() 240 static s32 DoUnmount(s32 slot) in DoUnmount() argument 246 return CARDUnmount(slot); in DoUnmount() 254 static s32 DoFormat(s32 slot) in DoFormat() argument [all …]
|
| D | listdemo.c | 447 static int DrawUsage(int slot, char* commandA, char* commandB, char* message) in DrawUsage() argument 451 width = DEMORFPrintf(16, 45, 0, "SLOT-%c: ", "AB"[slot]); in DrawUsage()
|
| /RvlSDK-2.1/build/demos/carddemo/include/ |
| D | cardutil.h | 77 s32 CardUtilMount ( s32 slot, void* workArea ); 78 s32 CardUtilUnmount ( s32 slot ); 79 s32 CardUtilList ( s32 slot, CardUtilDirent* directory ); 80 s32 CardUtilFormat ( s32 slot ); 81 s32 CardUtilErase ( s32 slot, s32 fileNo ); 82 s32 CardUtilOpen ( s32 slot, s32 fileNo, void* buffer ); 83 s32 CardUtilSave ( s32 slot, CARDStat* stat, void* buffer ); 84 s32 CardUtilGetProgress( s32 slot );
|