/hal_espressif-latest/components/newlib/ |
D | locks.c | 126 BaseType_t success; in lock_acquire_generic() local 133 success = xSemaphoreTakeFromISR(h, &higher_task_woken); in lock_acquire_generic() 134 if (!success && delay > 0) { in lock_acquire_generic() 144 success = xSemaphoreTakeRecursive(h, delay); in lock_acquire_generic() 146 success = xSemaphoreTake(h, delay); in lock_acquire_generic() 150 return (success == pdTRUE) ? 0 : -1; in lock_acquire_generic()
|
D | stdatomic.c | 123 …hange_ ## n (volatile void* mem, void* expect, type desired, bool weak, int success, int failure) \
|
/hal_espressif-latest/components/esp_adc/esp32s2/ |
D | adc_cali_line_fitting.c | 113 bool success = prepare_calib_data_for(config->unit_id, config->atten, &efuse_parsed_data); in adc_cali_create_scheme_line_fitting() local 114 assert(success); in adc_cali_create_scheme_line_fitting() 115 success = calculate_characterization_coefficients(&efuse_parsed_data, chars); in adc_cali_create_scheme_line_fitting() 116 assert(success); in adc_cali_create_scheme_line_fitting()
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | ieee802_1x.c | 33 struct sta_info *sta, int success, 337 static void _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, in _ieee802_1x_finished() argument 342 ieee802_1x_finished(hapd, sta, success, remediation); in _ieee802_1x_finished() 463 struct sta_info *sta, int success, in ieee802_1x_finished() argument 466 if (!success) { in ieee802_1x_finished()
|
D | wps_hostapd.c | 176 struct wps_event_success *success) in hostapd_wps_event_success() argument 180 os_memcpy(evt.peer_macaddr, success->peer_macaddr, ETH_ALEN); in hostapd_wps_event_success() 210 hostapd_wps_event_success(hapd, &data->success); in hostapd_wps_event_cb()
|
/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/ |
D | eapol_auth_sm.h | 48 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth,
|
D | eapol_auth_sm.c | 91 int success) in eapol_auth_tx_canned_eap() argument 97 eap.code = success ? EAP_CODE_SUCCESS : EAP_CODE_FAILURE; in eapol_auth_tx_canned_eap() 103 success ? "SUCCESS" : "FAILURE", eap.identifier); in eapol_auth_tx_canned_eap()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_dm.c | 253 BTC_TRACE_DEBUG("%s, status = %d", __func__, p_auth_cmpl->success); in btc_dm_ble_auth_cmpl_evt() 259 if (p_auth_cmpl->success) { in btc_dm_ble_auth_cmpl_evt() 339 … BTC_TRACE_DEBUG("%s: bond state success %d, present %d, type%d\n", __func__, p_auth_cmpl->success, in btc_dm_auth_cmpl_evt() 343 if ( (p_auth_cmpl->success == TRUE) && (p_auth_cmpl->key_present) ) { in btc_dm_auth_cmpl_evt() 366 if (p_auth_cmpl->success) { in btc_dm_auth_cmpl_evt() 876 param.ble_security.auth_cmpl.success = p_data->auth_cmpl.success ? true : false; in btc_dm_sec_cb_handler()
|
/hal_espressif-latest/components/driver/spi/gpspi/ |
D | spi_common.c | 188 bool success = false; in alloc_dma_chan() local 194 success = claim_dma_chan(i, &actual_dma_chan); in alloc_dma_chan() 195 if (success) { in alloc_dma_chan() 201 success = claim_dma_chan(host_id, &actual_dma_chan); in alloc_dma_chan() 204 success = claim_dma_chan((int)dma_chan, &actual_dma_chan); in alloc_dma_chan() 211 if (!success) { in alloc_dma_chan()
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_mschapv2.c | 77 int success; member 357 data->success = 1; in eap_mschapv2_success() 800 return data->success && data->master_key_valid; in eap_mschapv2_isKeyAvailable() 810 if (!data->master_key_valid || !data->success) in eap_mschapv2_getKey()
|
D | eap_fast.c | 58 int success; member 263 data->success = 1; in eap_fast_derive_msk() 1041 data->success = 0; in eap_fast_process_pac() 1726 return data->success; in eap_fast_isKeyAvailable() 1735 if (!data->success) in eap_fast_getKey() 1753 if (!data->success || !data->session_id) in eap_fast_get_session_id() 1771 if (!data->success) in eap_fast_get_emsk()
|
/hal_espressif-latest/components/esp_system/ |
D | eh_frame_parser.c | 763 bool success = esp_eh_frame_execute(instructions, instructions_length, frame, state); in esp_eh_frame_restore_caller_state() local 764 if (!success) { in esp_eh_frame_restore_caller_state()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_buf.c | 566 goto success; in net_buf_alloc_len_debug() 576 success: in net_buf_alloc_len_debug()
|
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps.h | 566 } success; member
|
D | wps_common.c | 303 os_memcpy(data.success.peer_macaddr, mac_addr, ETH_ALEN); in wps_success_event()
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | miniz.c | 5440 mz_bool success = MZ_TRUE; in mz_zip_validate_mem_archive() local 5463 success = MZ_FALSE; in mz_zip_validate_mem_archive() 5466 if (!mz_zip_reader_end_internal(&zip, success)) in mz_zip_validate_mem_archive() 5470 success = MZ_FALSE; in mz_zip_validate_mem_archive() 5476 return success; in mz_zip_validate_mem_archive() 5482 mz_bool success = MZ_TRUE; in mz_zip_validate_file_archive() local 5505 success = MZ_FALSE; in mz_zip_validate_file_archive() 5508 if (!mz_zip_reader_end_internal(&zip, success)) in mz_zip_validate_file_archive() 5512 success = MZ_FALSE; in mz_zip_validate_file_archive() 5518 return success; in mz_zip_validate_file_archive()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 709 …bool success; /*!< True if authentication succeeded; false othe… member
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | serial-protocol.rst | 97 | Size-2 | Status | Status flag, success (``0``) or failure (``1``) | 109 | Size-4 | Status | Status flag, success (``0``) or failure (``1``) |
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 805 BOOLEAN success; /* TRUE of authentication succeeded, FALSE if failed. */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 1259 sec_event.auth_cmpl.success = TRUE; in bta_dm_bond() 3098 p_auth_cmpl->success = TRUE; in bta_dm_new_link_key_cback() 4880 sec_event.auth_cmpl.success = TRUE; in bta_dm_ble_smp_cback()
|
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa.c | 82 void eapol_sm_notify_eap_success(Boolean success) in eapol_sm_notify_eap_success() argument
|