Searched refs:state (Results 1 – 13 of 13) sorted by relevance
| /FreeRTOS-Plus/Source/Reliance-Edge/core/driver/ |
| A D | imap.c | 231 ALLOCSTATE state; in RedImapAllocBlock() local 233 ret = RedImapBlockState( gpRedMR->ulAllocNextBlock, &state ); in RedImapAllocBlock() 238 if( state == ALLOCSTATE_FREE ) in RedImapAllocBlock()
|
| A D | inode.c | 688 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 D | inodedata.c | 1684 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 D | cellular_setup.c | 249 …tusBuffers[ i ].contextId == CellularSocketPdnContextId ) && ( PdnStatusBuffers[ i ].state == 1 ) ) in setupCellular()
|
| /FreeRTOS-Plus/Source/Reliance-Edge/doc/ |
| A D | release_notes.md | 20 - 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 D | release_notes.txt | 26 - 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 D | Readme_UserNetworking.md | 130 2. Start QEMU in the paused state waiting for GDB connection:
|
| A D | Readme_TapNetworking.md | 356 2. Start QEMU in the paused state waiting for GDB connection:
|
| /FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Ota_Over_Mqtt_Demo/DemoTasks/ |
| A D | OtaOverMqttDemoExample.c | 1965 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 D | test_cellular_api.c | 663 …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 D | OtaOverHttpDemoExample.c | 2430 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 D | README.md | 41 will be left in an inconsistent state, corrupting the disk; Reliance Edge does
|
| A D | README.txt | 48 possibility that file system data will be left in an inconsistent state,
|
Completed in 41 milliseconds