Searched refs:mgmt_group_list (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/mgmt/mcumgr/mgmt/src/ |
D | mgmt.c | 21 static sys_slist_t mgmt_group_list = variable 22 SYS_SLIST_STATIC_INIT(&mgmt_group_list); 32 (void)sys_slist_find_and_remove(&mgmt_group_list, &group->node); in mgmt_unregister_group() 47 SYS_SLIST_FOR_EACH_NODE_SAFE(&mgmt_group_list, snp, sns) { in mgmt_find_handler() 80 SYS_SLIST_FOR_EACH_NODE_SAFE(&mgmt_group_list, snp, sns) { in mgmt_find_group() 113 SYS_SLIST_FOR_EACH_NODE_SAFE(&mgmt_group_list, snp, sns) { in mgmt_find_error_translation_function() 133 sys_slist_append(&mgmt_group_list, &group->node); in mgmt_register_group() 234 SYS_SLIST_FOR_EACH_NODE_SAFE(&mgmt_group_list, snp, sns) { in mgmt_groups_foreach()
|