Home
last modified time | relevance | path

Searched refs:REDCONF_VOLUME_COUNT (Results 1 – 14 of 14) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/toolcmn/
A Dtoolcmn.c58 uint8_t bVolNum = REDCONF_VOLUME_COUNT; in RedFindVolumeNumber()
69 …& ( ulNumber != ULONG_MAX ) && ( pszEndPtr[ 0U ] == '\0' ) && ( ulNumber < REDCONF_VOLUME_COUNT ) ) in RedFindVolumeNumber()
78 for( bIndex = 0U; bIndex < REDCONF_VOLUME_COUNT; bIndex++ ) in RedFindVolumeNumber()
86 if( bIndex < REDCONF_VOLUME_COUNT ) in RedFindVolumeNumber()
/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredvolume.h82 extern const VOLCONF gaRedVolConf[ REDCONF_VOLUME_COUNT ];
132 extern VOLUME gaRedVolume[ REDCONF_VOLUME_COUNT ];
A Dredconfigchk.h158 #ifndef REDCONF_VOLUME_COUNT
323 #if ( REDCONF_VOLUME_COUNT < 1U ) || ( REDCONF_VOLUME_COUNT > 255U )
A Dredmacs.h97 #if REDCONF_VOLUME_COUNT == 1U
/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dblockio.c64 if( ( bVolNum >= REDCONF_VOLUME_COUNT ) || in RedIoRead()
122 if( ( bVolNum >= REDCONF_VOLUME_COUNT ) || in RedIoWrite()
173 if( bVolNum >= REDCONF_VOLUME_COUNT ) in RedIoFlush()
A Dcore.c75 VOLUME gaRedVolume[ REDCONF_VOLUME_COUNT ];
76 static COREVOLUME gaCoreVol[ REDCONF_VOLUME_COUNT ];
125 for( bVolNum = 0U; bVolNum < REDCONF_VOLUME_COUNT; bVolNum++ ) in RedCoreInit()
145 #if REDCONF_VOLUME_COUNT > 1U in RedCoreInit()
352 if( bVolNum >= REDCONF_VOLUME_COUNT ) in RedCoreVolSetCurrent()
358 #if REDCONF_VOLUME_COUNT > 1U in RedCoreVolSetCurrent()
/FreeRTOS-Plus/Source/Reliance-Edge/posix/
A Dposix.c66 #if REDCONF_VOLUME_COUNT > FD_VOL_MAX
346 #if REDCONF_VOLUME_COUNT > 1U in red_mount()
459 #if REDCONF_VOLUME_COUNT > 1U in red_umount()
511 #if REDCONF_VOLUME_COUNT > 1U in red_format()
691 #if REDCONF_VOLUME_COUNT > 1U in red_gettransmask()
741 #if REDCONF_VOLUME_COUNT > 1U in red_statvfs()
1415 #if REDCONF_VOLUME_COUNT > 1U in red_read()
1712 #if REDCONF_VOLUME_COUNT > 1U in red_lseek()
1911 #if REDCONF_VOLUME_COUNT > 1U in red_fstat()
2309 #if REDCONF_VOLUME_COUNT > 1U in UnlinkSub()
[all …]
A Dpath.c83 for( bVolNum = 0U; bVolNum < REDCONF_VOLUME_COUNT; bVolNum++ ) in RedPathSplit()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/ConfigurationFiles/
A Dredconf.c15 const VOLCONF gaRedVolConf[ REDCONF_VOLUME_COUNT ] =
A Dredconf.h61 #define REDCONF_VOLUME_COUNT 1U macro
/FreeRTOS-Plus/Source/Reliance-Edge/os/freertos/services/
A Dosbdev.c161 if( bVolNum >= REDCONF_VOLUME_COUNT ) in RedOsBDevOpen()
198 if( bVolNum >= REDCONF_VOLUME_COUNT ) in RedOsBDevClose()
237 if( ( bVolNum >= REDCONF_VOLUME_COUNT ) || in RedOsBDevRead()
281 if( ( bVolNum >= REDCONF_VOLUME_COUNT ) || in RedOsBDevWrite()
322 if( bVolNum >= REDCONF_VOLUME_COUNT ) in RedOsBDevFlush()
346 static F_DRIVER * gapFDriver[ REDCONF_VOLUME_COUNT ];
1063 #if REDCONF_VOLUME_COUNT > 1
1386 static uint8_t * gapbRamDisk[ REDCONF_VOLUME_COUNT ];
/FreeRTOS-Plus/Source/Reliance-Edge/fse/
A Dfse.c121 for( bVolNum = 0U; bVolNum < REDCONF_VOLUME_COUNT; bVolNum++ ) in RedFseUninit()
/FreeRTOS-Plus/Source/Reliance-Edge/doc/
A Dcoding_style.txt228 #if REDCONF_VOLUME_COUNT > 1U
/FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/
A Dfsstress.c767 if( bVolNum == REDCONF_VOLUME_COUNT ) in FsstressParseParams()

Completed in 132 milliseconds