Home
last modified time | relevance | path

Searched refs:RedMemSet (Results 1 – 12 of 12) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredutils.h48 void RedMemSet( void * pDest,
/FreeRTOS-Plus/Source/Reliance-Edge/util/
A Dmemory.c193 void RedMemSet( void * pDest, in RedMemSet() function
/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dformat.c112 RedMemSet( gpRedMR, 0U, sizeof( *gpRedMR ) ); in RedVolFormat()
A Dcore.c120 RedMemSet( gaRedVolume, 0U, sizeof( gaRedVolume ) ); in RedCoreInit()
121 RedMemSet( gaCoreVol, 0U, sizeof( gaCoreVol ) ); in RedCoreInit()
523 RedMemSet( pStatFS, 0U, sizeof( *pStatFS ) ); in RedCoreVolStat()
1487 RedMemSet( pStat, 0U, sizeof( *pStat ) ); in RedCoreStat()
A Dinode.c112 RedMemSet( pInode, 0U, sizeof( *pInode ) ); in RedInodeMount()
227 RedMemSet( pInode, 0U, sizeof( *pInode ) ); in RedInodeCreate()
A Dbuffer.c190 RedMemSet( &gBufCtx, 0U, sizeof( gBufCtx ) ); in RedBufferInit()
338 RedMemSet( gBufCtx.b.aabBuffer[ bIdx ], 0U, REDCONF_BLOCK_SIZE ); in RedBufferGet()
A Dinodedata.c865RedMemSet( &pInode->pbData[ ulOldSizeByteInBlock ], 0U, REDCONF_BLOCK_SIZE - ulOldSizeByteInBlock … in ExpandPrepare()
1198 RedMemSet( pbBuffer, 0U, ulLen ); in ReadUnaligned()
1274 RedMemSet( &pbBuffer[ ulBlockIndex << BLOCK_SIZE_P2 ], 0U, REDCONF_BLOCK_SIZE ); in ReadAligned()
A Ddir.c905 RedMemSet( &de, 0U, sizeof( de ) ); in DirEntryWrite()
/FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/
A Dredposixcompat.h145 #define memset( d, c, l ) RedMemSet( d, ( uint8_t ) ( c ), ( uint32_t ) ( l ) )
A Dfsstress.c813 RedMemSet( pParam, 0U, sizeof( *pParam ) ); in FsstressDefaultParams()
/FreeRTOS-Plus/Source/Reliance-Edge/posix/
A Dposix.c212 RedMemSet( gaHandle, 0U, sizeof( gaHandle ) ); in red_init()
215 RedMemSet( gaTask, 0U, sizeof( gaTask ) ); in red_init()
2540 RedMemSet( pHandle, 0U, sizeof( *pHandle ) ); in FildesOpen()
/FreeRTOS-Plus/Source/Reliance-Edge/tests/util/
A Dprintf.c781 RedMemSet( pFormatType, 0U, sizeof( *pFormatType ) ); in ParseFormatSpecifier()

Completed in 44 milliseconds