Searched refs:byteNotUsed (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-2.1/build/demos/carddemo/src/ |
| D | list.c | 67 s32 byteNotUsed; in main() local 163 result = CARDFreeBlocks(CARD_CHAN, &byteNotUsed, &filesNotUsed); in main() 171 …OSReport("%d bytes (%d blocks) free.\n%d files free.\n", byteNotUsed, byteNotUsed / sectorSize, fi… in main()
|
| D | cardutil.c | 58 s32 byteNotUsed; member 132 return CardControl.byteNotUsed; in CardUtilByteNotUsed() 150 return (s32) (CardControl.byteNotUsed / CardControl.sectorSize); in CardUtilBlocksNotUsed() 199 CardControl.byteNotUsed = CardControl.filesNotUsed = 0; in DoMount() 230 result = CARDFreeBlocks(slot, &CardControl.byteNotUsed, &CardControl.filesNotUsed); in DoMount() 269 result = CARDFreeBlocks(slot, &CardControl.byteNotUsed, &CardControl.filesNotUsed); in DoFormat() 312 return CARDFreeBlocks(slot, &CardControl.byteNotUsed, &CardControl.filesNotUsed); in DoErase() 400 … (result = CARDFreeBlocks(slot, &CardControl.byteNotUsed, &CardControl.filesNotUsed)) < 0) in DoList() 638 return CARDFreeBlocks(slot, &CardControl.byteNotUsed, &CardControl.filesNotUsed); in DoSave() 725 return CARDFreeBlocks(slot, &CardControl.byteNotUsed, &CardControl.filesNotUsed); in DoSave()
|
| /RvlSDK-2.1/include/revolution/ |
| D | card.h | 282 s32 CARDFreeBlocks ( s32 chan, s32* byteNotUsed, s32* filesNotUsed );
|