/device/soc/esp/esp32/components/esp_lwip/apps/ |
D | dhcpserver.c | 78 } list_node; typedef 98 static list_node *plist = NULL; 219 static void node_insert_to_list(list_node **phead, list_node *pinsert) in node_insert_to_list() 221 list_node *plist = NULL; in node_insert_to_list() 264 void node_remove_from_list(list_node **phead, list_node *pdelete) in node_remove_from_list() 266 list_node *plist = NULL; in node_remove_from_list() 826 list_node *pnode = NULL; in parse_msg() 827 list_node *pback_node = NULL; in parse_msg() 884 pnode = (list_node *)mem_malloc(sizeof(list_node)); in parse_msg() 885 memset(pnode , 0x00 , sizeof(list_node)); in parse_msg() [all …]
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_cache.c | 230 tBTA_GATTC_SERVICE *service = list_node(sn); in bta_gattc_insert_sec_service_to_cache() 240 tBTA_GATTC_SERVICE *service = list_node(sn); in bta_gattc_insert_sec_service_to_cache() 241 tBTA_GATTC_SERVICE *next_service = list_node(next_sn); in bta_gattc_insert_sec_service_to_cache() 552 tBTA_GATTC_SERVICE *service = list_node(sn); in bta_gattc_update_include_service() 555 tBTA_GATTC_INCLUDED_SVC *include_service = list_node(sn); in bta_gattc_update_include_service() 1091 tBTA_GATTC_SERVICE *p_cache = list_node(sn); in bta_gattc_search_service() 1146 tBTA_GATTC_SERVICE *service = list_node(sn); in bta_gattc_find_matching_service() 1180 tBTA_GATTC_CHARACTERISTIC *p_char = list_node(cn); in bta_gattc_get_characteristic_srcb() 1211 tBTA_GATTC_CHARACTERISTIC *p_char = list_node(cn); in bta_gattc_get_descriptor_srcb() 1214 tBTA_GATTC_DESCRIPTOR *p_desc = list_node(dn); in bta_gattc_get_descriptor_srcb() [all …]
|
D | bta_gattc_co.c | 603 void *addr = list_node(sn); in bta_gattc_co_cache_remove_assoc_addr() 631 addr_data = (UINT8 *)list_node(node); in bta_gattc_co_cache_find_src_addr()
|
/device/soc/esp/esp32/components/bt/common/osi/ |
D | config.c | 141 const section_t *section = (const section_t *)list_node(node); in config_has_key_in_section() 144 entry_t *entry = list_node(node); in config_has_key_in_section() 240 entry_t *entry = list_node(node); in config_set_string() 308 const section_t *section = (const section_t *)list_node(lnode); in config_section_name() 319 const section_t *section = (const section_t *)list_node(node); in get_config_size() 324 const entry_t *entry = (const entry_t *)list_node(enode); in get_config_size() 416 const section_t *section = (const section_t *)list_node(node); in config_save() 433 const entry_t *entry = (const entry_t *)list_node(enode); in config_save() 672 section_t *sec = list_node(node); in section_find() 713 entry_t *entry = list_node(node); in entry_find()
|
D | list.c | 62 if (list_node(node) == data) { in list_contains() 76 if (list_node(node) == data) { in list_get_node() 277 void *list_node(const list_node_t *node) in list_node() function
|
D | hash_map.c | 224 hash_map_entry_t *hash_map_entry = (hash_map_entry_t *)list_node(iter); in hash_map_foreach() 258 hash_map_entry_t *hash_map_entry = (hash_map_entry_t *)list_node(iter); in find_bucket_entry_()
|
D | fixed_queue.c | 83 free_cb(list_node(node)); in fixed_queue_free()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/mkp/src/ |
D | sys_bind.c | 257 struct osal_list_head *list_node = HI_NULL; in sys_get_binder_by_src() local 268 osal_list_for_each_safe(list_node, list_tmp, &src_bind->list_head) { in sys_get_binder_by_src() 269 node = osal_list_entry(list_node, sys_bind_node, list); in sys_get_binder_by_src() 315 struct osal_list_head *list_node = HI_NULL; in sys_deinit_sender() local 321 osal_list_for_each_safe(list_node, list_tmp, &src_bind->list_head) { in sys_deinit_sender() 322 node = osal_list_entry(list_node, sys_bind_node, list); in sys_deinit_sender() 323 osal_list_del(list_node); in sys_deinit_sender() 504 struct osal_list_head *list_node = HI_NULL; in sys_really_unbind() local 513 osal_list_for_each_safe(list_node, list_tmp, &src_bind->list_head) { in sys_really_unbind() 514 node = osal_list_entry(list_node, sys_bind_node, list); in sys_really_unbind() [all …]
|
D | sys_ext.c | 356 struct osal_list_head *list_node = HI_NULL; in sys_exit_mem_conf() local 368 osal_list_for_each_safe(list_node, list_tmp, &g_list_mmz) { in sys_exit_mem_conf() 369 node = osal_list_entry(list_node, sys_mem_node, list); in sys_exit_mem_conf() 370 osal_list_del(list_node); in sys_exit_mem_conf() 425 struct osal_list_head *list_node = HI_NULL; in sys_set_mem_conf() local 439 osal_list_for_each_safe(list_node, list_tmp, &g_list_mmz) { in sys_set_mem_conf() 440 node = osal_list_entry(list_node, sys_mem_node, list); in sys_set_mem_conf()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_link.c | 83 p_lcb_cur = list_node(p_node); in l2c_link_hci_conn_req() 739 p_lcb = list_node(p_node); in l2c_link_adjust_allocation() 787 p_lcb = list_node(p_node); in l2c_link_adjust_allocation() 936 p_lcb = list_node(p_node); in l2c_link_role_changed() 1066 p_lcb = list_node(p_node); in l2c_link_check_send_pkts() 1069 p_lcb_cur = list_node(p_node); in l2c_link_check_send_pkts() 1072 p_lcb = list_node(p_node); in l2c_link_check_send_pkts() 1080 p_lcb = list_node(p_node); in l2c_link_check_send_pkts() 1102 p_lcb = list_node(p_node); in l2c_link_check_send_pkts()
|
D | l2c_utils.c | 307 p_lcb = list_node(p_node); in l2cu_find_lcb_by_bd_addr() 326 p_lcb = list_node(p_node); in l2cu_find_free_lcb() 341 p_lcb = list_node(p_node); in l2cu_plcb_active_count() 2222 p_lcb = list_node(p_node); in l2cu_device_reset() 2273 p_lcb_cur = list_node(p_node); in l2cu_create_conn() 2331 p_lcb = list_node(p_node); in l2cu_get_num_hi_priority() 2432 p_lcb = list_node(p_node); in l2cu_find_lcb_by_state() 2463 p_lcb = list_node(p_node); in l2cu_lcb_disconnecting() 2593 p_lcb = list_node(p_node); in l2cu_resubmit_pending_sec_req() 3219 p_lcb = list_node(p_node); in l2cu_find_lcb_by_handle() [all …]
|
D | l2c_api.c | 127 p_lcb = list_node(p_node); in L2CA_Deregister() 831 p_lcb = list_node(p_node); in L2CA_SetIdleTimeoutByBdAddr() 1190 p_lcb = list_node(p_node); in L2CA_SetFlushTimeout() 1399 p_lcb = list_node(p_node); in L2CA_DeregisterLECoc() 2225 BT_HDR *p_buf = (BT_HDR *)list_node(node); in L2CA_FlushChannel() 2257 BT_HDR *p_buf = (BT_HDR *)list_node(node); in L2CA_FlushChannel()
|
D | l2cap_client.c | 172 osi_free(list_node(node)); in l2cap_client_disconnect() 453 l2cap_client_t *client = (l2cap_client_t *)list_node(node); in find()
|
D | l2c_main.c | 802 BT_HDR *p_buf = list_node(node); in l2c_process_held_packets() 896 p_lcb = list_node(p_node); in l2c_free_p_lcb_pool() 910 p_ccb = list_node(p_node); in l2c_free_p_ccb_pool()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/ |
D | btm_dev.c | 488 p_dev_rec = list_node(p_node); in btm_find_dev_by_handle() 512 return(list_node(p_node)); in btm_find_dev() 535 p_dev_rec = list_node(p_node); in btm_consolidate_dev() 611 p_dev_rec = list_node(p_node); in btm_find_oldest_dev()
|
D | btm_ble_addr.c | 417 p_dev_rec = list_node(p_node); in btm_ble_resolve_random_addr() 454 p_dev_rec = list_node(p_node); in btm_find_dev_by_identity_addr()
|
D | btm_ble_privacy.c | 258 p_dev_rec = list_node(p_node); in btm_ble_clear_resolving_list_complete() 948 p_dev = list_node(p_node); in btm_ble_enable_resolving_list_for_platform()
|
D | btm_pm.c | 676 p_acl_cb = list_node(p_node); in btm_pm_check_stored() 803 p_cb = (tBTM_PM_MCB *)list_node(p_node); in btm_pm_proc_mode_change()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_utils.c | 206 tGATTS_SRV_CHG *p_buf = (tGATTS_SRV_CHG *)list_node(node); in gatt_set_srv_chg() 239 p_buf = (tGATTS_PENDING_NEW_SRV_START *)list_node(node); in gatt_sr_is_new_srv_chg() 790 p_tcb = list_node(p_node); in gatt_find_the_connected_bda() 831 tGATT_VALUE *p_buf = (tGATT_VALUE *)list_node(node); in gatt_is_srv_chg_ind_pending() 868 p_buf = (tGATTS_SRV_CHG *)list_node(node); in gatt_is_bda_in_the_srv_chg_clt_list() 894 p_tcb = list_node(p_node); in gatt_is_bda_connected() 918 p_tcb = list_node(p_node); in gatt_find_i_tcb_by_addr() 942 p_tcb = list_node(p_node); in gatt_get_tcb_by_idx() 1708 p_clcb = list_node(p_node); in gatt_clcb_find_by_conn_id() 1733 p_clcb = list_node(p_node); in gatt_clcb_find_by_idx() [all …]
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/ |
D | sdp_db.c | 85 p_rec = list_node(p_node); in sdp_db_service_search() 177 p_rec = list_node(p_node); in sdp_db_find_record() 367 p_rec = list_node(p_node); in SDP_DeleteRecord() 441 p_rec= list_node(p_node); in SDP_AddAttribute() 880 p_rec= list_node(p_node); in SDP_DeleteAttribute()
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/utils/list/ |
D | list.h | 81 void *list_node(const list_node_t *node);
|
/device/soc/esp/esp32/components/bt/common/osi/include/osi/ |
D | list.h | 119 void *list_node(const list_node_t *node);
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/core/ |
D | btc_profile_queue.c | 51 if (((connect_node_t *)list_node(node))->uuid == p_param->uuid) { in queue_int_add()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
D | dma-buf.h | 404 struct list_head list_node; member
|
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
D | dma-buf.c | 55 list_for_each_entry(buf, &db_list.head, list_node) in get_each_dmabuf() 128 list_del(&dmabuf->list_node); in dma_buf_file_release() 692 list_add(&dmabuf->list_node, &db_list.head); in dma_buf_export() 1506 list_for_each_entry(buf_obj, &db_list.head, list_node) in dma_buf_debug_show()
|