Home
last modified time | relevance | path

Searched refs:pStat (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dcore.c1470 REDSTAT * pStat ) in RedCoreStat() argument
1474 if( !gpRedVolume->fMounted || ( pStat == NULL ) ) in RedCoreStat()
1487 RedMemSet( pStat, 0U, sizeof( *pStat ) ); in RedCoreStat()
1489 pStat->st_dev = gbRedVolNum; in RedCoreStat()
1490 pStat->st_ino = ulInode; in RedCoreStat()
1491 pStat->st_mode = ino.pInodeBuf->uMode; in RedCoreStat()
1493 pStat->st_nlink = ino.pInodeBuf->uNLink; in RedCoreStat()
1495 pStat->st_nlink = 1U; in RedCoreStat()
1497 pStat->st_size = ino.pInodeBuf->ullSize; in RedCoreStat()
1499 pStat->st_atime = ino.pInodeBuf->ulATime; in RedCoreStat()
[all …]
/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredcoreapi.h91 REDSTAT * pStat );
A Dredposix.h196 REDSTAT * pStat );
/FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/
A Dfsstress.c130 REDSTAT * pStat );
387 REDSTAT * pStat ) in red_stat() argument
397 iRet = fstat( iFd, pStat ); in red_stat()
/FreeRTOS-Plus/Source/Reliance-Edge/posix/
A Dposix.c1899 REDSTAT * pStat ) in red_fstat() argument
1920 ret = RedCoreStat( pHandle->ulInode, pStat ); in red_fstat()

Completed in 19 milliseconds