/hal_espressif-2.7.6/components/wpa_supplicant/src/rsn_supp/ |
D | pmksa_cache.c | 30 void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, 39 static void _pmksa_cache_free_entry(struct rsn_pmksa_cache_entry *entry) in _pmksa_cache_free_entry() argument 41 wpa_bin_clear_free(entry, sizeof(*entry)); in _pmksa_cache_free_entry() 46 struct rsn_pmksa_cache_entry *entry, in pmksa_cache_free_entry() argument 50 pmksa->free_cb(entry, pmksa->ctx, reason); in pmksa_cache_free_entry() 51 _pmksa_cache_free_entry(entry); in pmksa_cache_free_entry() 61 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; in pmksa_cache_expire() local 62 pmksa->pmksa = entry->next; in pmksa_cache_expire() 63 wpa_printf(MSG_DEBUG, "RSN: expired PMKSA cache entry for " in pmksa_cache_expire() 64 MACSTR, MAC2STR(entry->aa)); in pmksa_cache_expire() [all …]
|
/hal_espressif-2.7.6/components/pthread/ |
D | pthread_local_storage.c | 100 key_entry_t *entry = find_key(key); in pthread_key_delete() local 101 if (entry != NULL) { in pthread_key_delete() 102 SLIST_REMOVE(&s_keys, entry, key_entry_t_, next); in pthread_key_delete() 103 free(entry); in pthread_key_delete() 129 value_entry_t *entry = SLIST_FIRST(tls); in pthread_local_storage_thread_deleted_callback() local 130 while(entry != NULL) { in pthread_local_storage_thread_deleted_callback() 134 key_entry_t *key = find_key(entry->key); in pthread_local_storage_thread_deleted_callback() 136 key->destructor(entry->value); in pthread_local_storage_thread_deleted_callback() 138 value_entry_t *next_entry = SLIST_NEXT(entry, next); in pthread_local_storage_thread_deleted_callback() 139 free(entry); in pthread_local_storage_thread_deleted_callback() [all …]
|
D | pthread_cond_var.c | 56 esp_pthread_cond_waiter_t *entry; in pthread_cond_signal() local 57 entry = TAILQ_FIRST(&cond->waiter_list); in pthread_cond_signal() 58 if (entry) { in pthread_cond_signal() 59 xSemaphoreGive(entry->wait_sem); in pthread_cond_signal() 75 esp_pthread_cond_waiter_t *entry; in pthread_cond_broadcast() local 76 TAILQ_FOREACH(entry, &cond->waiter_list, link) { in pthread_cond_broadcast() 77 xSemaphoreGive(entry->wait_sem); in pthread_cond_broadcast()
|
/hal_espressif-2.7.6/tools/kconfig/ |
D | list.h | 34 * list_entry - get the struct for this entry 54 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry 76 * Insert a new entry between two known consecutive entries. 92 * list_add_tail - add a new entry 93 * @new: new entry to be added 96 * Insert a new entry before the specified head. 105 * Delete a list entry by making the prev/next entries 120 * list_del - deletes entry from list. 121 * @entry: the element to delete from the list. 122 * Note: list_empty() on entry does not return true after this, the entry is [all …]
|
D | kconfig-language.txt | 20 Every entry has its own dependencies. These dependencies are used 21 to determine the visibility of an entry. Any child entry is only 22 visible if its parent entry is also visible. 38 arguments. "config" starts a new config entry. The following lines 48 A menu entry can have a number of attributes. Not all of them are 63 Every menu entry can have at most one prompt, which is used to display 70 Default values are not limited to the menu entry where they are 86 This defines a dependency for this menu entry. If multiple 88 are applied to all other options within this menu entry (which also 139 which can modify the behaviour of the menu entry and its config [all …]
|
/hal_espressif-2.7.6/components/bt/common/osi/ |
D | config.c | 144 entry_t *entry = list_node(node); in config_has_key_in_section() local 145 OSI_TRACE_DEBUG("entry->key = %s, entry->value = %s", entry->key, entry->value); in config_has_key_in_section() 146 if (!strcmp(entry->key, key) && !strcmp(entry->value, key_value)) { in config_has_key_in_section() 162 entry_t *entry = entry_find(config, section, key); in config_get_int() local 163 if (!entry) { in config_get_int() 168 int ret = strtol(entry->value, &endptr, 0); in config_get_int() 178 entry_t *entry = entry_find(config, section, key); in config_get_bool() local 179 if (!entry) { in config_get_bool() 183 if (!strcmp(entry->value, "true")) { in config_get_bool() 186 if (!strcmp(entry->value, "false")) { in config_get_bool() [all …]
|
/hal_espressif-2.7.6/components/nvs_flash/host_test/fixtures/ |
D | test_fixtures.hpp | 160 // entry table with one entry 186 // read entry table 190 // read next free entry's header 194 // read namespace entry 198 // read normal entry 202 // read normal entry second time during duplicated entry check 230 // entry table with one entry 245 …// entry_table with all elements deleted except the namespace entry written and the last entry free 254 // read entry table 258 // reading entry table checks empty entry [all …]
|
/hal_espressif-2.7.6/components/esp_common/include/esp_private/ |
D | dbg_stubs.h | 23 ESP_DBG_STUB_CONTROL_DATA, ///< stubs descriptor entry 25 ESP_DBG_STUB_ENTRY_GCOV ///< GCOV entry 43 * @param entry Stub entry. Usually it is stub entry function address, 48 esp_err_t esp_dbg_stub_entry_set(esp_dbg_stub_id_t id, uint32_t entry);
|
/hal_espressif-2.7.6/components/nvs_flash/host_test/nvs_page_test/main/ |
D | nvs_page_test.cpp | 174 // mark first entry as written in test_page_write__write_correct_entry_state() 180 // write entry in test_page_write__write_correct_entry_state() 183 // write entry state in test_page_write__write_correct_entry_state() 203 // write entry in test_Page_write__write_correct_data() 206 // write entry state in test_Page_write__write_correct_data() 247 // corrupting entry in test_Page_readItem__read_corrupted_entry() 250 // first read the entry in test_Page_readItem__read_corrupted_entry() 254 // Page::eraseEntryAndSpan() reads entry again in test_Page_readItem__read_corrupted_entry() 258 // erasing entry by setting bit in entry table (0xfa -> 0xf2) in test_Page_readItem__read_corrupted_entry() 280 // corrupting entry in test_Page_readItem__read_corrupted_second_read_fail() [all …]
|
/hal_espressif-2.7.6/components/nvs_flash/ |
D | README.rst | 114 …entry state bitmap, and entries themselves. To be compatible with ESP32 flash encryption, entry si… 121 | Entry state bitmap (32) | 123 | Entry 0 (32) | 125 | Entry 1 (32) | 130 | Entry 125 (32) | 133 Page header and entry state bitmap are always written to flash unencrypted. Entries are encrypted i… 141 The following sections describe the structure of entry state bitmap and entry itself. 143 Entry and entry state bitmap 146 Each entry can be in one of the following three states represented with two bits in the entry state… 149 …Nothing is written into the specific entry yet. It is in an uninitialized state (all bytes are ``0… [all …]
|
/hal_espressif-2.7.6/components/xtensa/ |
D | xtensa_intr.c | 120 xt_handler_table_entry * entry; in xt_set_interrupt_handler() local 131 entry = _xt_interrupt_table + n; in xt_set_interrupt_handler() 132 old = entry->handler; in xt_set_interrupt_handler() 135 entry->handler = f; in xt_set_interrupt_handler() 136 entry->arg = arg; in xt_set_interrupt_handler() 139 entry->handler = &xt_unhandled_interrupt; in xt_set_interrupt_handler() 140 entry->arg = (void*)n; in xt_set_interrupt_handler() 149 xt_handler_table_entry * entry; in xt_get_interrupt_handler_arg() local 157 entry = _xt_interrupt_table + n; in xt_get_interrupt_handler_arg() 158 return entry->arg; in xt_get_interrupt_handler_arg()
|
/hal_espressif-2.7.6/tools/ldgen/ |
D | fragments.py | 189 such as checking the validity of the fragment name and getting the entry values. 217 Utility function that returns a list of sections given a sections fragment entry, 316 entry = pattern1 | pattern2 | pattern3 320 'entries': KeyGrammar(entry, 0, None, True) 331 # Name of the default condition entry 355 …# To simplify parsing, classify groups of condition-mapping entry into two types: normal and defau… 368 … fragment definition can have zero or more normal group and only one default group as a last entry. 388 for entry in entries[1]: 389 … fragment.entries.add((entry.object, None if entry.symbol == '' else entry.symbol, entry.scheme)) 398 for entry in entries: [all …]
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gatt_security_client/tutorial/ |
D | Gatt_Security_Client_Example_Walkthrough.md | 85 …ly** | Just Works | Just Works | Passkey Entry | Just Works | Passkey Entry… 86 …s/No** | Just Works | Just Works | Passkey Entry | Just Works | Passkey Entry… 87 | **Keyboard Only** | Passkey Entry | Passkey Entry | Passkey Entry | Just Works | … 89 | **Keyboard Display** | Passkey Entry | Passkey Entry | Passkey Entry | Just Works | …
|
/hal_espressif-2.7.6/components/esp_hw_support/port/esp32c3/ |
D | cpu_util_esp32c3.c | 51 _Static_assert(SOC_DEBUG_HIGH < SOC_DROM_LOW, "Invalid PMP entry order"); in esp_cpu_configure_region_protection() 58 _Static_assert(SOC_DROM_HIGH < SOC_DRAM_LOW, "Invalid PMP entry order"); in esp_cpu_configure_region_protection() 68 _Static_assert(SOC_DRAM_HIGH < SOC_DROM_MASK_LOW, "Invalid PMP entry order"); in esp_cpu_configure_region_protection() 75 _Static_assert(SOC_DROM_MASK_HIGH < SOC_IROM_MASK_LOW, "Invalid PMP entry order"); in esp_cpu_configure_region_protection() 80 _Static_assert(SOC_IROM_MASK_HIGH < SOC_IRAM_LOW, "Invalid PMP entry order"); in esp_cpu_configure_region_protection() 90 _Static_assert(SOC_IRAM_HIGH < SOC_IROM_LOW, "Invalid PMP entry order"); in esp_cpu_configure_region_protection() 95 _Static_assert(SOC_IROM_HIGH < SOC_RTC_IRAM_LOW, "Invalid PMP entry order"); in esp_cpu_configure_region_protection() 103 _Static_assert(SOC_RTC_IRAM_HIGH < SOC_PERIPHERAL_LOW, "Invalid PMP entry order"); in esp_cpu_configure_region_protection()
|
/hal_espressif-2.7.6/ |
D | .pre-commit-config.yaml | 44 entry: tools/ci/check_executables.py --action executables 50 entry: tools/ci/check_executables.py --action list 56 entry: tools/ci/check_kconfigs.py 61 entry: tools/ci/check_deprecated_kconfigs.py 66 entry: cmakelint --linelength=120 --spaces=4 --filter=-whitespace/indent 74 entry: tools/ci/check_codeowners.py ci-check
|
D | export.fish | 33 for entry in $PATH; 34 if not contains $entry $oldpath 35 set -a added_path_variables $entry 40 for entry in $added_path_variables; 41 echo $entry
|
/hal_espressif-2.7.6/components/nvs_flash/src/ |
D | nvs_encrypted_partition.cpp | 45 * multi-entry data types. So length should always be equal to size of an entry.*/ in read() 96 for(uint8_t entry = 0; entry < (size/entrySize); entry++) in write() local 98 uint32_t offset = entry * entrySize; in write()
|
D | nvs_storage.cpp | 52 BlobIndexNode* entry = new (std::nothrow) BlobIndexNode; in populateBlobIndices() local 54 if (!entry) return ESP_ERR_NO_MEM; in populateBlobIndices() 56 item.getKey(entry->key, sizeof(entry->key)); in populateBlobIndices() 57 entry->nsIndex = item.nsIndex; in populateBlobIndices() 58 entry->chunkStart = item.blobIndex.chunkStart; in populateBlobIndices() 59 entry->chunkCount = item.blobIndex.chunkCount; in populateBlobIndices() 61 blobIdxList.push_back(entry); in populateBlobIndices() 113 NamespaceEntry* entry = new (std::nothrow) NamespaceEntry; in init() local 115 if (!entry) { in init() 120 item.getKey(entry->mName, sizeof(entry->mName)); in init() [all …]
|
D | nvs_page.hpp | 176 WRITTEN = EMPTY & ~ESB_WRITTEN, // entry was written 177 ERASED = WRITTEN & ~ESB_ERASED, // entry was written and then erased 178 …INVALID = 0x4 // entry is in inconsistent state (write started but ESB_WRITTEN has not been set ye… 206 uint32_t getEntryAddress(size_t entry) const in getEntryAddress() 208 assert(entry < ENTRY_COUNT); in getEntryAddress() 209 return mBaseAddress + ENTRY_DATA_OFFSET + static_cast<uint32_t>(entry) * ENTRY_SIZE; in getEntryAddress() 239 static_assert(ENTRY_TABLE_OFFSET % 32 == 0, "entry table offset should be aligned"); 240 static_assert(ENTRY_DATA_OFFSET % 32 == 0, "entry data offset should be aligned");
|
/hal_espressif-2.7.6/components/wpa_supplicant/src/common/ |
D | bss.c | 52 * wpa_bss_get - Fetch a BSS table entry based on BSSID and SSID 57 * Returns: Pointer to the BSS entry or %NULL if not found 155 * Remove the oldest entry that does not match with any configured in wpa_bss_remove_oldest() 162 * Remove the oldest entry that isn't currently in use. in wpa_bss_remove_oldest() 229 "Accept this BSS entry since it looks more current than the previous update"); in wpa_bss_update() 234 /* Move the entry to the end of the list */ in wpa_bss_update() 290 * wpa_bss_update_scan_res - Update a BSS table entry based on a scan result 295 * This function updates a BSS table entry (or adds one) based on a scan result. 420 * wpa_bss_get_bssid - Fetch a BSS table entry based on BSSID 423 * Returns: Pointer to the BSS entry or %NULL if not found [all …]
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gatt_security_server/tutorial/ |
D | Gatt_Security_Server_Example_Walkthrough.md | 13 … available and the applicable pairing algorithm (*Just Works* or *Passkey Entry*). Both the pairin… 125 …ly** | Just Works | Just Works | Passkey Entry | Just Works | Passkey Entry… 126 …s/No** | Just Works | Just Works | Passkey Entry | Just Works | Passkey Entry… 127 | **Keyboard Only** | Passkey Entry | Passkey Entry | Passkey Entry | Just Works | … 129 | **Keyboard Display** | Passkey Entry | Passkey Entry | Passkey Entry | Just Works | …
|
/hal_espressif-2.7.6/tools/esp_prov/prov/ |
D | wifi_scan.py | 94 for entry in resp.resp_scan_result.entries: 95 results += [{'ssid': entry.ssid.decode('latin-1').rstrip('\x00'), 96 'bssid': utils.str_to_hexstr(entry.bssid.decode('latin-1')), 97 'channel': entry.channel, 98 'rssi': entry.rssi, 99 'auth': authmode_str[entry.auth]}]
|
/hal_espressif-2.7.6/docs/extensions/ |
D | toctree_filter.py | 37 def filter_entry(self, env, entry): argument 38 m = self.RE_PATTERN.match(entry) 40 tag_filter, entry = m.groups() 43 return entry
|
D | list_filter.py | 54 def filter_entry(self, env, entry): argument 55 m = self.RE_PATTERN.match(entry) 57 tag_filter, entry = m.groups() 60 return entry
|
/hal_espressif-2.7.6/components/esp_common/src/ |
D | dbg_stubs.c | 26 …Debug stubs is actually a table of 4-byte entries. Every entry is equal to zero or must contain me… 27 The first entry is a service one and has the followinf format: 32 This entry is used by OpenOCD code to invoke other stub entries and allocate memory for them. 84 esp_err_t esp_dbg_stub_entry_set(esp_dbg_stub_id_t id, uint32_t entry) in esp_dbg_stub_entry_set() argument 90 s_stub_entry[id] = entry; in esp_dbg_stub_entry_set()
|