Home
last modified time | relevance | path

Searched refs:copyBuf (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.1/build/demos/nanddemo/src/
Dcancel.c150 u8 copyBuf[NAND_FSBLOCK_SIZE] ATTRIBUTE_ALIGN(32); in updateFile() local
157 … s32 ret = NANDSimpleSafeOpen(FILENAME, &info, NAND_ACCESS_WRITE, copyBuf, NAND_FSBLOCK_SIZE); in updateFile()
Dsafe.c130 static u8 copyBuf[COPYBUF_SIZE] ATTRIBUTE_ALIGN(32); in main() local
155 rc = NANDSimpleSafeOpen(SAFE_FILENAME, &safeInfo, NAND_ACCESS_RW, copyBuf, COPYBUF_SIZE); in main()
/RvlSDK-3.1/include/revolution/
Dnand.h272 void *copyBuf; member