Searched refs:gaRedVolConf (Results 1 – 6 of 6) sorted by relevance
238 ( ullSectorStart >= gaRedVolConf[ bVolNum ].ullSectorCount ) || in RedOsBDevRead()282 ( ullSectorStart >= gaRedVolConf[ bVolNum ].ullSectorCount ) || in RedOsBDevWrite()477 uint32_t ulSectorSize = gaRedVolConf[ bVolNum ].ulSectorSize; in DiskRead()714 uint32_t ulSectorSize = gaRedVolConf[ bVolNum ].ulSectorSize; in DiskRead()759 uint32_t ulSectorSize = gaRedVolConf[ bVolNum ].ulSectorSize; in DiskWrite()891 if( ( gaRedVolConf[ bVolNum ].ulSectorSize != 512U ) || in DiskOpen()942 uint32_t ulSectorSize = gaRedVolConf[ bVolNum ].ulSectorSize; in DiskRead()987 uint32_t ulSectorSize = gaRedVolConf[ bVolNum ].ulSectorSize; in DiskWrite()1139 uint32_t ulSectorSize = gaRedVolConf[ bVolNum ].ulSectorSize; in DiskOpen()1195 uint32_t ulSectorSize = gaRedVolConf[ bVolNum ].ulSectorSize; in DiskRead()[all …]
15 const VOLCONF gaRedVolConf[ REDCONF_VOLUME_COUNT ] = variable
80 if( strcmp( gaRedVolConf[ bIndex ].pszPathPrefix, pszVolume ) == 0 ) in RedFindVolumeNumber()
82 extern const VOLCONF gaRedVolConf[ REDCONF_VOLUME_COUNT ];
85 const char * pszPrefix = gaRedVolConf[ bVolNum ].pszPathPrefix; in RedPathSplit()
78 const VOLCONF * CONST_IF_ONE_VOLUME gpRedVolConf = &gaRedVolConf[ 0U ];129 const VOLCONF * pVolConf = &gaRedVolConf[ bVolNum ]; in RedCoreInit()153 const char * pszCmpPathPrefix = gaRedVolConf[ bCmpVol ].pszPathPrefix; in RedCoreInit()360 gpRedVolConf = &gaRedVolConf[ bVolNum ]; in RedCoreVolSetCurrent()
Completed in 17 milliseconds