Searched refs:_links (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit_priv.h | 74 struct hawkbit_ctl_res_links _links; member 109 struct hawkbit_dep_res_links _links; member
|
D | hawkbit.c | 205 JSON_OBJ_DESCR_OBJECT(struct hawkbit_ctl_res, _links, json_ctl_res_links_descr), 238 JSON_OBJ_DESCR_OBJECT(struct hawkbit_dep_res_arts, _links, json_dep_res_links_descr), 628 helper = strstr(res->_links.cancelAction.href, "cancelAction/"); in hawkbit_find_cancel_action_id() 631 LOG_ERR("Missing %s/ in href %s", "cancelAction", res->_links.cancelAction.href); in hawkbit_find_cancel_action_id() 708 href = artifact->_links.download_http.href; in hawkbit_parse_deployment() 729 struct hawkbit_dep_res_links *l = &a->_links; in hawkbit_dump_deployment() 1222 if (s->hb_context.results.base._links.cancelAction.href) { in s_probe() 1224 s->hb_context.results.base._links.cancelAction.href); in s_probe() 1226 } else if (s->hb_context.results.base._links.configData.href) { in s_probe() 1228 s->hb_context.results.base._links.configData.href); in s_probe() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_conn_iso.c | 63 static memq_link_t _links[_cnt]; \ 65 { LISTIFY(_cnt, _INIT_MAYFLY_ARRAY, (), _links, _fp) }
|