Home
last modified time | relevance | path

Searched defs:list (Results 1 – 25 of 46) sorted by relevance

12

/hal_espressif-2.7.6/components/bt/common/osi/
Dlist.c25 list_t *list = (list_t *) osi_calloc(sizeof(list_t)); in list_new_internal() local
41 void list_free(list_t *list) in list_free()
51 bool list_is_empty(const list_t *list) in list_is_empty()
57 bool list_contains(const list_t *list, const void *data) in list_contains()
71 list_node_t *list_get_node(const list_t *list, const void *data) in list_get_node()
86 size_t list_length(const list_t *list) in list_length()
92 void *list_front(const list_t *list) in list_front()
100 void *list_back(const list_t *list) { in list_back()
107 list_node_t *list_back_node(const list_t *list) { in list_back_node()
114 bool list_insert_after(list_t *list, list_node_t *prev_node, void *data) { in list_insert_after()
[all …]
Dfixed_queue.c28 list_t *list; member
Dhash_map.c27 list_t *list; member
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_dlist.h190 static inline void sys_dlist_init(sys_dlist_t *list) in sys_dlist_init()
207 static inline int sys_dlist_is_head(sys_dlist_t *list, sys_dnode_t *node) in sys_dlist_is_head()
221 static inline int sys_dlist_is_tail(sys_dlist_t *list, sys_dnode_t *node) in sys_dlist_is_tail()
234 static inline int sys_dlist_is_empty(sys_dlist_t *list) in sys_dlist_is_empty()
249 static inline int sys_dlist_has_multiple_nodes(sys_dlist_t *list) in sys_dlist_has_multiple_nodes()
262 static inline sys_dnode_t *sys_dlist_peek_head(sys_dlist_t *list) in sys_dlist_peek_head()
277 static inline sys_dnode_t *sys_dlist_peek_head_not_empty(sys_dlist_t *list) in sys_dlist_peek_head_not_empty()
293 static inline sys_dnode_t *sys_dlist_peek_next_no_check(sys_dlist_t *list, in sys_dlist_peek_next_no_check()
309 static inline sys_dnode_t *sys_dlist_peek_next(sys_dlist_t *list, in sys_dlist_peek_next()
323 static inline sys_dnode_t *sys_dlist_peek_tail(sys_dlist_t *list) in sys_dlist_peek_tail()
[all …]
Dmesh_slist.h192 static inline void sys_slist_init(sys_slist_t *list) in sys_slist_init()
207 static inline bool sys_slist_is_empty(sys_slist_t *list) in sys_slist_is_empty()
219 static inline sys_snode_t *sys_slist_peek_head(sys_slist_t *list) in sys_slist_peek_head()
231 static inline sys_snode_t *sys_slist_peek_tail(sys_slist_t *list) in sys_slist_peek_tail()
270 static inline void sys_slist_prepend(sys_slist_t *list, in sys_slist_prepend()
289 static inline void sys_slist_append(sys_slist_t *list, in sys_slist_append()
314 static inline void sys_slist_append_list(sys_slist_t *list, in sys_slist_append_list()
335 static inline void sys_slist_merge_slist(sys_slist_t *list, in sys_slist_merge_slist()
352 static inline void sys_slist_insert(sys_slist_t *list, in sys_slist_insert()
376 static inline sys_snode_t *sys_slist_get_not_empty(sys_slist_t *list) in sys_slist_get_not_empty()
[all …]
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/include/
Dgenie_dlist.h189 static inline void genie_dlist_init(genie_dlist_t *list) in genie_dlist_init()
206 static inline int genie_dlist_is_head(genie_dlist_t *list, genie_dnode_t *node) in genie_dlist_is_head()
220 static inline int genie_dlist_is_tail(genie_dlist_t *list, genie_dnode_t *node) in genie_dlist_is_tail()
233 static inline int genie_dlist_is_empty(genie_dlist_t *list) in genie_dlist_is_empty()
246 static inline int genie_dlist_node_number(genie_dlist_t *list) in genie_dlist_node_number()
277 static inline int genie_dlist_has_multiple_nodes(genie_dlist_t *list) in genie_dlist_has_multiple_nodes()
290 static inline genie_dnode_t *genie_dlist_peek_head(genie_dlist_t *list) in genie_dlist_peek_head()
305 static inline genie_dnode_t *genie_dlist_peek_head_not_empty(genie_dlist_t *list) in genie_dlist_peek_head_not_empty()
321 static inline genie_dnode_t *genie_dlist_peek_next_no_check(genie_dlist_t *list, in genie_dlist_peek_next_no_check()
337 static inline genie_dnode_t *genie_dlist_peek_next(genie_dlist_t *list, in genie_dlist_peek_next()
[all …]
Dgenie_slist.h192 static inline void genie_slist_init(genie_slist_t *list) in genie_slist_init()
207 static inline bool genie_slist_is_empty(genie_slist_t *list) in genie_slist_is_empty()
219 static inline genie_snode_t *genie_slist_peek_head(genie_slist_t *list) in genie_slist_peek_head()
231 static inline genie_snode_t *genie_slist_peek_tail(genie_slist_t *list) in genie_slist_peek_tail()
270 static inline void genie_slist_prepend(genie_slist_t *list, in genie_slist_prepend()
289 static inline void genie_slist_append(genie_slist_t *list, in genie_slist_append()
314 static inline void genie_slist_append_list(genie_slist_t *list, in genie_slist_append_list()
335 static inline void genie_slist_merge_slist(genie_slist_t *list, in genie_slist_merge_slist()
352 static inline void genie_slist_insert(genie_slist_t *list, in genie_slist_insert()
376 static inline genie_snode_t *genie_slist_get_not_empty(genie_slist_t *list) in genie_slist_get_not_empty()
[all …]
/hal_espressif-2.7.6/components/wpa_supplicant/src/utils/
Dlist.h28 static inline void dl_list_init(struct dl_list *list) in dl_list_init()
34 static inline void dl_list_add(struct dl_list *list, struct dl_list *item) in dl_list_add()
42 static inline void dl_list_add_tail(struct dl_list *list, struct dl_list *item) in dl_list_add_tail()
55 static inline int dl_list_empty(struct dl_list *list) in dl_list_empty()
60 static inline unsigned int dl_list_len(struct dl_list *list) in dl_list_len()
76 #define dl_list_first(list, type, member) \ argument
80 #define dl_list_last(list, type, member) \ argument
84 #define dl_list_for_each(item, list, type, member) \ argument
89 #define dl_list_for_each_safe(item, n, list, type, member) \ argument
95 #define dl_list_for_each_reverse(item, list, type, member) \ argument
/hal_espressif-2.7.6/components/nvs_flash/test_nvs_host/
Dtest_intrusive_list.cpp34 TestList list; variable
63 TestList list; variable
83 TestList list; variable
103 TestList list; variable
123 TestList list; variable
141 TestList list; variable
158 TestList list; variable
175 TestList list; variable
193 TestList list; variable
/hal_espressif-2.7.6/components/wpa_supplicant/src/ap/
Dap_config.c191 int hostapd_maclist_found(struct mac_acl_entry *list, int num_entries, in hostapd_maclist_found()
217 int hostapd_rate_found(int *list, int rate) in hostapd_rate_found()
/hal_espressif-2.7.6/components/bootloader_support/test/
Dtest_verify_image.c50 void check_label_search (int num_test, const char *list, const char *t_label, bool result) in check_label_search()
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/esp/blufi/
Dblufi_prf.c636 void btc_blufi_send_wifi_list(uint16_t apCount, esp_blufi_ap_record_t *list) in btc_blufi_send_wifi_list()
1023 esp_blufi_ap_record_t *list = src->wifi_list.list; in btc_blufi_call_deep_copy() local
1081 esp_blufi_ap_record_t *list = (esp_blufi_ap_record_t *)arg->wifi_list.list; in btc_blufi_call_deep_free() local
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_models/client/
Dclient_common.c27 static bt_mesh_client_node_t *bt_mesh_client_pick_node(sys_slist_t *list, uint16_t tx_dst) in bt_mesh_client_pick_node()
120 static bool bt_mesh_client_check_node_in_list(sys_slist_t *list, uint16_t tx_dst) in bt_mesh_client_check_node_in_list()
/hal_espressif-2.7.6/components/bt/host/bluedroid/api/
Desp_blufi_api.c62 esp_err_t esp_blufi_send_wifi_list(uint16_t apCount, esp_blufi_ap_record_t *list) in esp_blufi_send_wifi_list()
/hal_espressif-2.7.6/components/bootloader_support/src/
Dbootloader_common.c73 bool bootloader_common_label_search(const char *list, char *label) in bootloader_common_label_search()
/hal_espressif-2.7.6/components/nvs_flash/
DREADME.rst254 .. _nvs_encryption:
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/esp/include/
Dbtc_blufi_prf.h44 esp_blufi_ap_record_t *list; member
/hal_espressif-2.7.6/components/wpa_supplicant/src/common/
Dbss.h22 struct dl_list list; member
/hal_espressif-2.7.6/tools/kconfig/lxdialog/
Dchecklist.c122 WINDOW *dialog, *list; in dialog_checklist() local
/hal_espressif-2.7.6/components/pthread/
Dpthread_local_storage.c188 static value_entry_t *find_value(const values_list_t *list, pthread_key_t key) in find_value()
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/
Dcfg_cli.c496 struct bt_mesh_cfg_mod_sub_list list = {0}; in mod_sub_list() local
525 struct bt_mesh_cfg_net_key_list list = {0}; in net_key_list() local
545 struct bt_mesh_cfg_app_key_list list = {0}; in app_key_list() local
584 struct bt_mesh_cfg_mod_app_list list = {0}; in mod_app_list() local
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c201 list_t *list = fixed_queue_get_list(gatt_cb.srv_chg_clt_q); in gatt_set_srv_chg() local
236 list_t *list = fixed_queue_get_list(gatt_cb.pending_new_srv_start_q); in gatt_sr_is_new_srv_chg() local
827 list_t *list = fixed_queue_get_list(p_tcb->pending_ind_q); in gatt_is_srv_chg_ind_pending() local
865 list_t *list = fixed_queue_get_list(gatt_cb.srv_chg_clt_q); in gatt_is_bda_in_the_srv_chg_clt_list() local
1565 UINT16 list = UUID_SERVCLASS_PUBLIC_BROWSE_GROUP; in gatt_add_sdp_record() local
/hal_espressif-2.7.6/components/log/
Dlog.c198 va_list list; in esp_log_write() local
/hal_espressif-2.7.6/components/esp_common/src/
Dtask_wdt.c72 twdt_task_t *list; //Linked list of subscribed tasks member
/hal_espressif-2.7.6/tools/kconfig/
Dqconf.cc106 ConfigList* list; in updateMenu() local
241 ConfigList* list = listView(); in init() local
1568 ConfigList* list = NULL; in setMenuLink() local

12