Searched defs:status (Results 51 - 75 of 252) sorted by relevance

1234567891011

/system/netd/
H A Dlogwrapper.c30 int status; local
72 status = 0xAAAA;
73 if (wait(&status) != -1) { // Wait for child
74 if (WIFEXITED(status)) {
75 if (WEXITSTATUS(status) != 0) {
77 WEXITSTATUS(status));
79 return WEXITSTATUS(status);
80 } else if (WIFSIGNALED(status))
82 WTERMSIG(status));
83 else if (WIFSTOPPED(status))
[all...]
/system/vold/
H A Dlogwrapper.c30 int status; local
72 status = 0xAAAA;
73 if (wait(&status) != -1) { // Wait for child
74 if (WIFEXITED(status)) {
75 if (WEXITSTATUS(status) != 0) {
77 WEXITSTATUS(status));
79 return WEXITSTATUS(status);
80 } else if (WIFSIGNALED(status))
82 WTERMSIG(status));
83 else if (WIFSTOPPED(status))
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
H A DScanCncnAppSM.c159 TI_STATUS status = OK; local
163 status = fsm_GetNextState( pScanConcentrator->clientSM[ SCAN_SCC_APP ], *(UINT8*)currentState,
165 if ( status != OK )
200 /* request the SCR as application scan client, and act according to return status */
224 ("APP SM: SCR returned unrecognized status: %d.\n", scrReplyStatus) );
250 TI_STATUS status; local
259 if ( OK != (status = mlmeParser_registerForBeaconAndProbeResp( pScanConcentrator->hMlme,
266 /* mark the return status */
281 if ( OK != (status = MacServices_scanSRV_scan( pScanConcentrator->hMacServices,
291 ("APP SM: scan SRV returned status
[all...]
H A DScanCncnDrvSM.c203 TI_STATUS status = OK; local
207 status = fsm_GetNextState( pScanConcentrator->clientSM[ SCAN_SCC_DRIVER ], *(UINT8*)currentState,
209 if ( status != OK )
244 /* request the SCR as driver client, and act according to return status */
280 ("DRV SM: SCR returned unrecognized status: %d.\n", scrReplyStatus) );
333 TI_STATUS status; local
398 if ( OK != (status = mlmeParser_registerForBeaconAndProbeResp( pScanConcentrator->hMlme,
412 if ( OK != (status = MacServices_scanSRV_scan( pScanConcentrator->hMacServices,
422 ("DRV SM: scan SRV returned status %d, quitting driver passive scan.\n", status) );
444 TI_STATUS status; local
[all...]
H A DScanCncnRoamingContSM.c180 TI_STATUS status = OK; local
184 status = fsm_GetNextState( pScanConcentrator->clientSM[ SCAN_SCC_ROAMING_CONT ], *(UINT8*)currentState, (UINT8)event, &nextState );
185 if ( status != OK )
221 /* request the SCR as continuous roaming client, and act according to return status */
256 ("CONT SM: SCR returned unrecognized status: %d.\n", scrReplyStatus) );
281 TI_STATUS status; local
297 /* mark the return status */
312 if ( OK != (status = MacServices_scanSRV_scan( pScanConcentrator->hMacServices,
322 ("CONT SM: scan SRV returned status %d, quitting continuous scan.\n", status) );
[all...]
H A DScanCncnRoamingImmedSM.c181 TI_STATUS status = OK; local
185 status = fsm_GetNextState( pScanConcentrator->clientSM[ SCAN_SCC_ROAMING_IMMED ],
187 if ( status != OK )
224 /* request the SCR as immediate roaming client, and act according to return status */
259 ("IMMED SM: SCR returned unrecognized status: %d.\n", scrReplyStatus) );
284 TI_STATUS status; local
301 /* mark the return status */
318 if ( OK != (status = MacServices_scanSRV_scan( pScanConcentrator->hMacServices,
330 ("IMMED SM: scan SRV returned status %d, quitting immediate scan.\n", status) );
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/HwInit/
H A DHwInit.c213 TI_STATUS status; local
215 status = (TI_STATUS)whal_hwCtrl_ConfigHw(pHwInit->hHwCtrl, (void *)pHwInit->endOfHwInitCB, pHwInit->hRecoveryCtrl, TRUE);
216 if (status != OK)
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Tx_Result/
H A DtxResult.c61 static void txResult_StateMachine(TI_HANDLE hTxResult,UINT8 module_id ,TI_STATUS status);
245 * status - not used (for prototype only).
247 * OUTPUT: returnValue - This parameter is used to indicate the FwEvent mosule about the status of
254 static void txResult_StateMachine(TI_HANDLE hTxResult,UINT8 module_id ,TI_STATUS status) argument
385 uIndex, pCurrentEntry->done1, pCurrentEntry->done2, pCurrentEntry->descID, pCurrentEntry->status,
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/
H A DScanSrvSM.c190 TI_STATUS status = OK; local
194 status = fsm_GetNextState( pScanSRV->SM, (UINT8)*currentState, (UINT8)event, &nextState );
195 if ( status != OK )
434 /* if we reached here than response status was OK */
441 WLAN_REPORT_INFORMATION( pScanSRV->hReport, SCAN_SRV_MODULE_LOG, ("scanSRVSM_notifyScanComplete status = 0x%x PSMode = 0x%x\n",pScanSRV->returnStatus,PSMode) );
481 /* mark the return status */
600 /* indicate the unexpected event in the return status */
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Inc/
H A DTNETWArb_buffer.h101 UINT8 status; member in struct:_buffer_hdr
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/TNETWArbiter/
H A DTNETWArb.c525 TI_STATUS status; local
538 status = TNETWIF_PENDING;
547 status = TNETWIF_COMPLETE;
555 return status;
574 void TNETWArb_TxnCb (TI_HANDLE hTNETWArb, UINT8 module_id, TI_STATUS status) argument
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
H A DfourXManager.c76 TI_STATUS status; local
80 status = fourXManager_InfoElementParsing(pFourX,
83 if(status != OK)
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/
H A DauthSm.h67 UINT16 status; member in struct:__anon733
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/
H A DconnIbss.c187 TI_STATUS status; local
190 status = fsm_GetNextState(pConn->ibss_pFsm, *currentState, event, &nextState);
191 if (status != OK)
203 status = fsm_Event(pConn->ibss_pFsm, currentState, event, (void *)pConn);
205 return status;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
H A DwhalRecovery.c227 static int whalCtrl_ReConfigCb (TI_HANDLE hWhalCtrl, TI_STATUS status) argument
234 if (status != OK)
269 status = (TI_STATUS)whalCtrl_ReJoinBss (hWhalCtrl);
270 if (status != OK)
388 * : Callback from the EventMbox in case Mac status Event Occur
488 * Print the Recovery status
/system/wlan/ti/wilink_6_1/TWD/MacServices/
H A DScanSrvSM.c167 TI_STATUS status = TI_OK; local
171 status = fsm_GetNextState( pScanSRV->SM, *(TI_UINT8*)currentState, (TI_UINT8)event, &nextState );
172 if ( status != TI_OK )
396 /* if we reached here than response status was TI_OK */
403 TRACE2( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, "scanSRVSM_notifyScanComplete status = 0x%x PSMode = 0x%x\n",pScanSRV->returnStatus,PSMode);
450 /* mark the return status */
564 /* indicate the unexpected event in the return status */
/system/wlan/ti/wilink_6_1/stad/src/Application/
H A DroamingMngr_manualSM.c190 TI_STATUS status = TI_OK; local
192 status= apConn_prepareToRoaming(pRoamingMngr->hAPConnection, ROAMING_TRIGGER_NONE);
194 if (status == TI_OK)
196 status = scanMngr_startImmediateScan (pRoamingMngr->hScanMngr,TI_FALSE);
207 TI_STATUS status = TI_OK; local
210 status= apConn_prepareToRoaming(pRoamingMngr->hAPConnection, pRoamingMngr->roamingTrigger);
212 if (status == TI_OK)
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DexternalSec.c81 TI_STATUS status = TI_NOK; local
108 status = fsm_Config(pExtSec->pExternalSecSm,
115 return status;
138 TI_STATUS status; local
150 status = fsm_Create(hOs,&pHandle->pExternalSecSm, EXTERNAL_SEC_NUM_STATES, EXTERNAL_SEC_NUM_EVENTS);
152 if (status != TI_OK)
179 TI_STATUS status; local
185 status = fsm_Unload(pExternalSec->hOs, pExternalSec->pExternalSecSm);
186 if (status != TI_OK)
246 * Called by the rsn_PortStatus_Set() API upon external set port status cm
258 TI_STATUS status; local
299 TI_STATUS status = TI_OK; local
[all...]
H A DmainSecSm.c111 TI_STATUS status; local
123 status = fsm_Create(hOs, &pHandle->pMainSecSm, MAIN_SEC_MAX_NUM_STATES, MAIN_SEC_MAX_NUM_EVENTS);
124 if (status != TI_OK)
182 TI_STATUS status; local
196 status = externalSec_config(pMainSec);
203 status = mainSecSmNull_config(pMainSec, pInitData->pPaeConfig);
206 status = mainSecKeysOnly_config(pMainSec, pInitData->pPaeConfig);
209 status = mainSecSmNull_config(pMainSec, pInitData->pPaeConfig);
214 status = mainKeys_config (pMainSec->pMainKeys,
224 if (status !
255 TI_STATUS status; local
308 TI_STATUS status = TI_OK; local
345 TI_STATUS status = TI_OK; local
382 TI_STATUS status = TI_OK; local
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DtxCtrlServ.c73 TI_STATUS status; local
97 status = ctrlData_getParamBssid(pTxCtrl->hCtrlData, CTRL_DATA_CURRENT_BSSID_PARAM, pHeader->address3);
98 if (status != TI_OK)
104 status = ctrlData_getParamBssid(pTxCtrl->hCtrlData, CTRL_DATA_MAC_ADDRESS, pHeader->address2);
105 if (status != TI_OK)
113 return status;
131 TI_STATUS status; local
181 status = ctrlData_getParamBssid (pTxCtrl->hCtrlData, CTRL_DATA_CURRENT_BSSID_PARAM, daBssid);
182 if (status != TI_OK)
188 status
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DauthSm.h66 TI_UINT16 status; member in struct:__anon1877
/system/wlan/ti/wilink_6_1/utils/
H A Dfsm.c251 TI_STATUS status; local
273 status = (*pFsm->stateEventMatrix[(oldState * pFsm->ActiveNoOfEvents) + event].actionFunc)(pData);
275 return status;
/system/core/adb/
H A Dfile_sync_service.h75 } status; member in union:__anon17
/system/core/libctest/
H A Dctest.c102 int status; local
103 waitpid(pid, &status, 0);
105 if (!WIFEXITED(status)) {
109 return WEXITSTATUS(status);
132 fprintf(suite->out, "Process failed: [%s] status: %d\n",
/system/core/libdiskconfig/
H A Dconfig_mbr.c31 cfg_pentry(struct pc_partition *pentry, uint8_t status, uint8_t type, argument
45 pentry->status = status;
50 LOGI("Configuring pentry. status=0x%x type=0x%x start_lba=%u len_lba=%u",
51 pentry->status, pentry->type, pentry->start_lba, pentry->len_lba);

Completed in 241 milliseconds

1234567891011