Searched refs:pszVolume (Results 1 – 8 of 8) sorted by relevance
| /FreeRTOS-Plus/Source/Reliance-Edge/include/ |
| A D | redposix.h | 141 int32_t red_mount( const char * pszVolume ); 142 int32_t red_umount( const char * pszVolume ); 144 int32_t red_format( const char * pszVolume ); 147 int32_t red_transact( const char * pszVolume ); 150 int32_t red_settransmask( const char * pszVolume, 153 int32_t red_gettransmask( const char * pszVolume, 155 int32_t red_statvfs( const char * pszVolume,
|
| A D | redtests.h | 118 const char * pszVolume; /**< Volume path prefix. */ member 161 const char * pszVolume; /**< Volume path prefix. */ member 180 const char * pszVolume; /**< Volume path prefix. */ member 224 const char * pszVolume; /**< Volume path prefix. */ member 286 const char * pszVolume; /**< Volume path prefix. */ member
|
| A D | redtoolcmn.h | 34 uint8_t RedFindVolumeNumber( const char * pszVolume );
|
| A D | redtools.h | 183 const char * pszVolume; /* Volume path prefix. */ member
|
| /FreeRTOS-Plus/Source/Reliance-Edge/toolcmn/ |
| A D | toolcmn.c | 54 uint8_t RedFindVolumeNumber( const char * pszVolume ) in RedFindVolumeNumber() argument 67 ulNumber = strtoul( pszVolume, ( char ** ) &pszEndPtr, 10 ); in RedFindVolumeNumber() 80 if( strcmp( gaRedVolConf[ bIndex ].pszPathPrefix, pszVolume ) == 0 ) in RedFindVolumeNumber()
|
| /FreeRTOS-Plus/Source/Reliance-Edge/posix/ |
| A D | posix.c | 326 int32_t red_mount( const char * pszVolume ) in red_mount() argument 336 ret = RedPathSplit( pszVolume, &bVolNum, NULL ); in red_mount() 421 int32_t red_umount( const char * pszVolume ) in red_umount() argument 431 ret = RedPathSplit( pszVolume, &bVolNum, NULL ); in red_umount() 499 int32_t red_format( const char * pszVolume ) in red_format() argument 554 int32_t red_transact( const char * pszVolume ) in red_transact() argument 626 int32_t red_settransmask( const char * pszVolume, in red_settransmask() argument 678 int32_t red_gettransmask( const char * pszVolume, in red_gettransmask() argument 689 ret = RedPathSplit( pszVolume, &bVolNum, NULL ); in red_gettransmask() 728 int32_t red_statvfs( const char * pszVolume, in red_statvfs() argument [all …]
|
| /FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/ |
| A D | fsstress.c | 334 const char * pszVolume = gpRedVolConf->pszPathPrefix; in MakeFullPath() local 339 … iLen = RedSNPrintf( pszFullPath, sizeof( aszFullPath[ 0U ] ), "%s%s", pszVolume, pszName ); in MakeFullPath() 343 … iLen = RedSNPrintf( pszFullPath, sizeof( aszFullPath[ 0U ] ), "%s%s", pszVolume, szLocalCwd ); in MakeFullPath() 347 … iLen = RedSNPrintf( pszFullPath, sizeof( aszFullPath[ 0U ] ), "%s/%s", pszVolume, pszName ); in MakeFullPath() 351 …iLen = RedSNPrintf( pszFullPath, sizeof( aszFullPath[ 0U ] ), "%s%s/%s", pszVolume, szLocalCwd, ps… in MakeFullPath() 2602 const char * pszVolume = gpRedVolConf->pszPathPrefix; in check_f() local 2608 ret = red_transact( pszVolume ); in check_f() 2612 ret = red_umount( pszVolume ); in check_f() 2625 ret2 = red_mount( pszVolume ); in check_f() 2641 RedPrintf( "%d/%d: check %s %d\n", procid, opno, pszVolume, errno ); in check_f()
|
| /FreeRTOS-Plus/Source/Reliance-Edge/doc/ |
| A D | coding_style.txt | 216 const char *pszVolume, 226 ret = RedPathSplit(pszVolume, &bVolNum, NULL);
|
Completed in 46 milliseconds