Searched refs:REDCONF_VOLUME_COUNT (Results 1 – 14 of 14) sorted by relevance
58 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()
82 extern const VOLCONF gaRedVolConf[ REDCONF_VOLUME_COUNT ];132 extern VOLUME gaRedVolume[ REDCONF_VOLUME_COUNT ];
158 #ifndef REDCONF_VOLUME_COUNT323 #if ( REDCONF_VOLUME_COUNT < 1U ) || ( REDCONF_VOLUME_COUNT > 255U )
97 #if REDCONF_VOLUME_COUNT == 1U
64 if( ( bVolNum >= REDCONF_VOLUME_COUNT ) || in RedIoRead()122 if( ( bVolNum >= REDCONF_VOLUME_COUNT ) || in RedIoWrite()173 if( bVolNum >= REDCONF_VOLUME_COUNT ) in RedIoFlush()
75 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()
66 #if REDCONF_VOLUME_COUNT > FD_VOL_MAX346 #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 …]
83 for( bVolNum = 0U; bVolNum < REDCONF_VOLUME_COUNT; bVolNum++ ) in RedPathSplit()
15 const VOLCONF gaRedVolConf[ REDCONF_VOLUME_COUNT ] =
61 #define REDCONF_VOLUME_COUNT 1U macro
161 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 > 11386 static uint8_t * gapbRamDisk[ REDCONF_VOLUME_COUNT ];
121 for( bVolNum = 0U; bVolNum < REDCONF_VOLUME_COUNT; bVolNum++ ) in RedFseUninit()
228 #if REDCONF_VOLUME_COUNT > 1U
767 if( bVolNum == REDCONF_VOLUME_COUNT ) in FsstressParseParams()
Completed in 132 milliseconds