Searched refs:RedMemSet (Results 1 – 12 of 12) sorted by relevance
| /FreeRTOS-Plus/Source/Reliance-Edge/include/ |
| A D | redutils.h | 48 void RedMemSet( void * pDest,
|
| /FreeRTOS-Plus/Source/Reliance-Edge/util/ |
| A D | memory.c | 193 void RedMemSet( void * pDest, in RedMemSet() function
|
| /FreeRTOS-Plus/Source/Reliance-Edge/core/driver/ |
| A D | format.c | 112 RedMemSet( gpRedMR, 0U, sizeof( *gpRedMR ) ); in RedVolFormat()
|
| A D | core.c | 120 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 D | inode.c | 112 RedMemSet( pInode, 0U, sizeof( *pInode ) ); in RedInodeMount() 227 RedMemSet( pInode, 0U, sizeof( *pInode ) ); in RedInodeCreate()
|
| A D | buffer.c | 190 RedMemSet( &gBufCtx, 0U, sizeof( gBufCtx ) ); in RedBufferInit() 338 RedMemSet( gBufCtx.b.aabBuffer[ bIdx ], 0U, REDCONF_BLOCK_SIZE ); in RedBufferGet()
|
| A D | inodedata.c | 865 …RedMemSet( &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 D | dir.c | 905 RedMemSet( &de, 0U, sizeof( de ) ); in DirEntryWrite()
|
| /FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/ |
| A D | redposixcompat.h | 145 #define memset( d, c, l ) RedMemSet( d, ( uint8_t ) ( c ), ( uint32_t ) ( l ) )
|
| A D | fsstress.c | 813 RedMemSet( pParam, 0U, sizeof( *pParam ) ); in FsstressDefaultParams()
|
| /FreeRTOS-Plus/Source/Reliance-Edge/posix/ |
| A D | posix.c | 212 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 D | printf.c | 781 RedMemSet( pFormatType, 0U, sizeof( *pFormatType ) ); in ParseFormatSpecifier()
|
Completed in 44 milliseconds