Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.1/build/demos/carddemo/src/
Dcardutil.c52 s32 slot; member
190 static s32 DoMount(s32 slot, void* workArea) in DoMount()
240 static s32 DoUnmount(s32 slot) in DoUnmount()
254 static s32 DoFormat(s32 slot) in DoFormat()
279 static s32 DoErase(s32 slot, s32 fileNo) in DoErase()
340 static s32 DoList(s32 slot, CardUtilDirent* directory) in DoList()
513 static s32 DoOpen(s32 slot, s32 fileNo, void* buffer) in DoOpen()
549 static s32 DoSave(s32 slot, CARDStat* stat, void* buffer) in DoSave()
736 static s32 CardUtilCommand(s32 slot, s32 command, s32 fileNo, void* param) in CardUtilCommand()
795 s32 CardUtilMount(s32 slot, void* workArea) in CardUtilMount()
[all …]
Dlistdemo.c447 static int DrawUsage(int slot, char* commandA, char* commandB, char* message) in DrawUsage()