Home
last modified time | relevance | path

Searched refs:state (Results 1 – 13 of 13) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dimap.c231 ALLOCSTATE state; in RedImapAllocBlock() local
233 ret = RedImapBlockState( gpRedMR->ulAllocNextBlock, &state ); in RedImapAllocBlock()
238 if( state == ALLOCSTATE_FREE ) in RedImapAllocBlock()
A Dinode.c688 ALLOCSTATE state; in InodeIsBranched() local
690 ret = RedImapBlockState( InodeBlock( ulInode, 0U ), &state ); in InodeIsBranched()
694 if( state == ALLOCSTATE_NEW ) in InodeIsBranched()
700 ret = RedImapBlockState( InodeBlock( ulInode, 1U ), &state ); in InodeIsBranched()
704 if( state == ALLOCSTATE_NEW ) in InodeIsBranched()
A Dinodedata.c1684 ALLOCSTATE state = ALLOCSTATE_FREE; in BranchOneBlock() local
1689 ret = RedImapBlockState( ulPrevBlock, &state ); in BranchOneBlock()
1694 if( state == ALLOCSTATE_NEW ) in BranchOneBlock()
1806 ALLOCSTATE state; in BranchBlockCost() local
1825 ret = RedImapBlockState( pInode->ulDindirBlock, &state ); in BranchBlockCost()
1827 if( ( ret == 0 ) && ( state == ALLOCSTATE_NEW ) ) in BranchBlockCost()
1850 ret = RedImapBlockState( pInode->ulIndirBlock, &state ); in BranchBlockCost()
1852 if( ( ret == 0 ) && ( state == ALLOCSTATE_NEW ) ) in BranchBlockCost()
1876 ret = RedImapBlockState( pInode->ulDataBlock, &state ); in BranchBlockCost()
1878 if( ( ret == 0 ) && ( state == ALLOCSTATE_NEW ) ) in BranchBlockCost()
/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/Common/
A Dcellular_setup.c249 …tusBuffers[ i ].contextId == CellularSocketPdnContextId ) && ( PdnStatusBuffers[ i ].state == 1 ) ) in setupCellular()
/FreeRTOS-Plus/Source/Reliance-Edge/doc/
A Drelease_notes.md20 - Fixed a bug that could leave a directory in an invalid state after removing
23 - Fixed a bug that would leave the driver in a bad state if a mount operation
A Drelease_notes.txt26 - Fixed a bug that could leave a directory in an invalid state after
29 - Fixed a bug that would leave the driver in a bad state if a mount
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/
A DReadme_UserNetworking.md130 2. Start QEMU in the paused state waiting for GDB connection:
A DReadme_TapNetworking.md356 2. Start QEMU in the paused state waiting for GDB connection:
/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Ota_Over_Mqtt_Demo/DemoTasks/
A DOtaOverMqttDemoExample.c1965 OtaState_t state = OtaAgentStateStopped; in prvRunOTADemo() local
2022 while( ( state = OTA_GetState() ) != OtaAgentStateStopped ) in prvRunOTADemo()
2025 if( state != OtaAgentStateSuspended ) in prvRunOTADemo()
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/Test_code/
A Dtest_cellular_api.c663 …usBuffers[ i ].contextId == testCELLULAR_PDN_CONTEXT_ID ) && ( PdnStatusBuffers[ i ].state == 1 ) ) in prvConnectCellular()
705 …usBuffers[ i ].contextId == testCELLULAR_PDN_CONTEXT_ID ) && ( PdnStatusBuffers[ i ].state == 1 ) ) in prvIsConnectedCellular()
1320 TEST_ASSERT_EQUAL_INT32_MESSAGE( 1, PdnStatusBuffers[ i ].state, in TEST()
1890 if( pdnStatusBuffers[ testCELLULAR_PDN_CONTEXT_ID ].state == 1 ) in TEST()
1924 … TEST_ASSERT_MESSAGE( ( pdnStatusBuffers[ i ].state == 0 ), "Deactivate PDN should return 0" ); in TEST()
/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Ota_Over_Http_Demo/DemoTasks/
A DOtaOverHttpDemoExample.c2430 OtaState_t state = OtaAgentStateStopped; in prvRunOTADemo() local
2487 while( ( state = OTA_GetState() ) != OtaAgentStateStopped ) in prvRunOTADemo()
2490 if( state != OtaAgentStateSuspended ) in prvRunOTADemo()
/FreeRTOS-Plus/Source/Reliance-Edge/
A DREADME.md41 will be left in an inconsistent state, corrupting the disk; Reliance Edge does
A DREADME.txt48 possibility that file system data will be left in an inconsistent state,

Completed in 44 milliseconds