Lines Matching defs:slot
52 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()
810 s32 CardUtilUnmount(s32 slot) in CardUtilUnmount()
826 s32 CardUtilList(s32 slot, CardUtilDirent* directory) in CardUtilList()
841 s32 CardUtilFormat(s32 slot) in CardUtilFormat()
856 s32 CardUtilErase(s32 slot, s32 fileNo) in CardUtilErase()
873 s32 CardUtilOpen(s32 slot, s32 fileNo, void* buffer) in CardUtilOpen()
894 s32 CardUtilSave(s32 slot, CARDStat* stat, void* buffer) in CardUtilSave()
908 s32 slot; in CardUtilMain() local
1138 s32 CardUtilGetProgress(s32 slot) in CardUtilGetProgress()