Home
last modified time | relevance | path

Searched refs:hdl_info_t (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_wifi.c21 } hdl_info_t; typedef
41 hdl_info_t* cur; in add_hdl_info()
44 cur = malloc(sizeof(hdl_info_t)); in add_hdl_info()
48 memset(cur, 0, sizeof(hdl_info_t)); in add_hdl_info()
62 hdl_info_t* cur; in del_hdl_by_name()
65 slist_for_each_entry(&g_hdl_list_head, cur, hdl_info_t, next) { in del_hdl_by_name()
83 hdl_info_t* cur; in get_hdl_by_name()
86 slist_for_each_entry(&g_hdl_list_head, cur, hdl_info_t, next) { in get_hdl_by_name()
/AliOS-Things-master/components/netmgr/src/
A Dnetmgr_service.c26 } hdl_info_t; typedef
67 hdl_info_t* cur; in add_hdl_info()
69 cur = malloc(sizeof(hdl_info_t)); in add_hdl_info()
74 memset(cur, 0, sizeof(hdl_info_t)); in add_hdl_info()
87 hdl_info_t* cur; in del_hdl_by_name()
90 slist_for_each_entry(&g_hdl_list_head, cur, hdl_info_t, next) { in del_hdl_by_name()
108 hdl_info_t* cur; in get_hdl_by_name()
111 slist_for_each_entry(&g_hdl_list_head, cur, hdl_info_t, next) { in get_hdl_by_name()
127 hdl_info_t* cur; in get_hdl_type()
130 slist_for_each_entry(&g_hdl_list_head, cur, hdl_info_t, next) { in get_hdl_type()
[all …]

Completed in 4 milliseconds