Home
last modified time | relevance | path

Searched refs:ulImapStartBN (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/core/include/
A Dredcorevol.h47 uint32_t ulImapStartBN; member
/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dformat.c84 … uint32_t ulImapBlockLimit = gpRedCoreVol->ulImapStartBN + ( gpRedCoreVol->ulImapNodeCount * 2U ); in RedVolFormat()
92 … for( ulImapBlock = gpRedCoreVol->ulImapStartBN; ulImapBlock < ulImapBlockLimit; ulImapBlock++ ) in RedVolFormat()
A Dimapextern.c294 ulBlock = gpRedCoreVol->ulImapStartBN + ( ulImapNode * 2U ); in RedImapNodeBlock()
A Dcore.c223 pCoreVol->ulImapStartBN = 3U; in RedCoreInit()
234 … pCoreVol->ulInodeTableStartBN = pCoreVol->ulImapStartBN + ( pCoreVol->ulImapNodeCount * 2U ); in RedCoreInit()

Completed in 11 milliseconds