Lines Matching refs:uint8_t

119 static REDSTATUS DiskOpen( uint8_t bVolNum,
121 static REDSTATUS DiskClose( uint8_t bVolNum );
122 static REDSTATUS DiskRead( uint8_t bVolNum,
127 static REDSTATUS DiskWrite( uint8_t bVolNum,
131 static REDSTATUS DiskFlush( uint8_t bVolNum );
156 REDSTATUS RedOsBDevOpen( uint8_t bVolNum, in RedOsBDevOpen()
194 REDSTATUS RedOsBDevClose( uint8_t bVolNum ) in RedOsBDevClose()
230 REDSTATUS RedOsBDevRead( uint8_t bVolNum, in RedOsBDevRead()
274 REDSTATUS RedOsBDevWrite( uint8_t bVolNum, in RedOsBDevWrite()
318 REDSTATUS RedOsBDevFlush( uint8_t bVolNum ) in RedOsBDevFlush()
360 static REDSTATUS DiskOpen( uint8_t bVolNum, in DiskOpen()
429 static REDSTATUS DiskClose( uint8_t bVolNum ) in DiskClose()
462 static REDSTATUS DiskRead( uint8_t bVolNum, in DiskRead()
476 uint8_t * pbBuffer = CAST_VOID_PTR_TO_UINT8_PTR( pBuffer ); in DiskRead()
514 static REDSTATUS DiskWrite( uint8_t bVolNum, in DiskWrite()
528 const uint8_t * pbBuffer = CAST_VOID_PTR_TO_CONST_UINT8_PTR( pBuffer ); in DiskWrite()
538 …iErr = pDriver->writesector( pDriver, CAST_AWAY_CONST( uint8_t, &pbBuffer[ ulSectorIdx * ulSectorS… in DiskWrite()
562 static REDSTATUS DiskFlush( uint8_t bVolNum ) in DiskFlush()
605 static REDSTATUS DiskOpen( uint8_t bVolNum, in DiskOpen()
687 static REDSTATUS DiskClose( uint8_t bVolNum ) in DiskClose()
707 static REDSTATUS DiskRead( uint8_t bVolNum, in DiskRead()
715 uint8_t * pbBuffer = CAST_VOID_PTR_TO_UINT8_PTR( pBuffer ); in DiskRead()
752 static REDSTATUS DiskWrite( uint8_t bVolNum, in DiskWrite()
760 const uint8_t * pbBuffer = CAST_VOID_PTR_TO_CONST_UINT8_PTR( pBuffer ); in DiskWrite()
791 static REDSTATUS DiskFlush( uint8_t bVolNum ) in DiskFlush()
841 static REDSTATUS DiskOpen( uint8_t bVolNum, in DiskOpen()
916 static REDSTATUS DiskClose( uint8_t bVolNum ) in DiskClose()
935 static REDSTATUS DiskRead( uint8_t bVolNum, in DiskRead()
943 uint8_t * pbBuffer = CAST_VOID_PTR_TO_UINT8_PTR( pBuffer ); in DiskRead()
980 static REDSTATUS DiskWrite( uint8_t bVolNum, in DiskWrite()
988 const uint8_t * pbBuffer = CAST_VOID_PTR_TO_CONST_UINT8_PTR( pBuffer ); in DiskWrite()
1020 static REDSTATUS DiskFlush( uint8_t bVolNum ) in DiskFlush()
1111 static REDSTATUS DiskOpen( uint8_t bVolNum, in DiskOpen()
1169 static REDSTATUS DiskClose( uint8_t bVolNum ) in DiskClose()
1189 static REDSTATUS DiskRead( uint8_t bVolNum, in DiskRead()
1196 uint8_t bSdError; in DiskRead()
1236 uint8_t * pbBuffer = CAST_VOID_PTR_TO_UINT8_PTR( pBuffer ); in DiskRead()
1266 static REDSTATUS DiskWrite( uint8_t bVolNum, in DiskWrite()
1273 uint8_t bSdError; in DiskWrite()
1298 const uint8_t * pbBuffer = CAST_VOID_PTR_TO_CONST_UINT8_PTR( pBuffer ); in DiskWrite()
1336 static REDSTATUS DiskFlush( uint8_t bVolNum ) in DiskFlush()
1386 static uint8_t * gapbRamDisk[ REDCONF_VOLUME_COUNT ];
1400 static REDSTATUS DiskOpen( uint8_t bVolNum, in DiskOpen()
1430 static REDSTATUS DiskClose( uint8_t bVolNum ) in DiskClose()
1464 static REDSTATUS DiskRead( uint8_t bVolNum, in DiskRead()
1503 static REDSTATUS DiskWrite( uint8_t bVolNum, in DiskWrite()
1537 static REDSTATUS DiskFlush( uint8_t bVolNum ) in DiskFlush()