Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 72) sorted by relevance

123

/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/
H A Duffs_tree.c142 static u16 _GetBlockFromNode(u8 type, TreeNode *node) in _GetBlockFromNode()
193 void uffs_InsertNodeToTree(uffs_Device *dev, u8 type, TreeNode *node) in uffs_InsertNodeToTree()
238 TreeNode *node, //!< empty node in _BuildValidTreeNode()
461 TreeNode *node; in _BuildTreeStepOne() local
558 TreeNode *node; in _BuildTreeStepTwo() local
580 TreeNode *node; in uffs_TreeFindFileNode() local
598 void uffs_TreeSuspendAdd(uffs_Device *dev, TreeNode *node) in uffs_TreeSuspendAdd()
611 TreeNode *node = dev->tree.suspend; in uffs_TreeFindSuspendNode() local
623 void uffs_TreeRemoveSuspendNode(uffs_Device *dev, TreeNode *node) in uffs_TreeRemoveSuspendNode()
637 TreeNode *node; in uffs_TreeFindFileNodeWithParent() local
[all …]
H A Duffs_find.c55 TreeNode *node, in _LoadObjectInfo()
162 TreeNode *node; in uffs_FindObjectOpenEx() local
183 TreeNode *node; in do_FindObject() local
H A Duffs_badblock.c59 void uffs_BadBlockProcess(uffs_Device *dev, TreeNode *node) in uffs_BadBlockProcess()
80 void uffs_BadBlockProcessSuspend(uffs_Device *dev, TreeNode *node) in uffs_BadBlockProcessSuspend()
H A Duffs_fs.c303 TreeNode *node; in uffs_CreateObjectEx() local
582 TreeNode *node; in uffs_ParseObject() local
684 TreeNode *node = NULL; in do_FlushObject() local
850 TreeNode *node, in do_WriteInternalBlock()
1312 TreeNode *node; in do_TruncateInternalWithBlockRecover() local
1461 TreeNode *node; in do_TruncateObject() local
1584 TreeNode *node = obj->node; in _CheckObjBufRef() local
1648 TreeNode *node, *d_node; in uffs_DeleteObject() local
1797 TreeNode *node = obj->node; in uffs_MoveObjectEx() local
/nrf52832-nimble/rt-thread/components/finsh/
H A Dfinsh_node.c47 struct finsh_node* node; in finsh_node_new_id() local
108 struct finsh_node* node; in finsh_node_new_char() local
123 struct finsh_node* node; in finsh_node_new_int() local
138 struct finsh_node* node; in finsh_node_new_long() local
153 struct finsh_node* node; in finsh_node_new_string() local
172 struct finsh_node* node; in finsh_node_new_ptr() local
H A Dfinsh_compiler.c24 static int finsh_compile(struct finsh_node* node) in finsh_compile()
740 static int finsh_type_check(struct finsh_node* node, uint8_t is_addr) in finsh_type_check()
884 int finsh_compiler_run(struct finsh_node* node) in finsh_compiler_run()
H A Dfinsh_parser.c83 struct finsh_node *node; in proc_variable_decl() local
848 struct finsh_node *node, *assign; in proc_param_list() local
880 struct finsh_node* node; in make_sys_node() local
900 struct finsh_node *node; in finsh_parser_run() local
H A Dfinsh_node.h66 #define finsh_node_sibling(node) ((node)->sibling) argument
67 #define finsh_node_child(node) ((node)->child) argument
H A Dfinsh_heap.c149 struct finsh_block_header* node; in finsh_block_insert() local
188 struct finsh_block_header* node; in finsh_block_remove() local
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dslist.h245 static inline sys_snode_t *sys_slist_peek_next_no_check(sys_snode_t *node) in sys_slist_peek_next_no_check()
257 static inline sys_snode_t *sys_slist_peek_next(sys_snode_t *node) in sys_slist_peek_next()
271 sys_snode_t *node) in sys_slist_prepend()
290 sys_snode_t *node) in sys_slist_append()
354 sys_snode_t *node) in sys_slist_insert()
378 sys_snode_t *node = list->head; in sys_slist_get_not_empty() local
414 sys_snode_t *node) in sys_slist_remove()
446 sys_snode_t *node) in sys_slist_find_and_remove()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/
H A Dsnmp_mib2_snmp.c49 snmp_get_value(const struct snmp_scalar_array_node_def *node, void *value) in snmp_get_value()
156 snmp_set_test(const struct snmp_scalar_array_node_def *node, u16_t len, void *value) in snmp_set_test()
174 snmp_set_value(const struct snmp_scalar_array_node_def *node, u16_t len, void *value) in snmp_set_value()
H A Dsnmp_mib2_system.c230 system_get_value(const struct snmp_scalar_array_node_def *node, void *value) in system_get_value()
281 system_set_test(const struct snmp_scalar_array_node_def *node, u16_t len, void *value) in system_set_test()
327 system_set_value(const struct snmp_scalar_array_node_def *node, u16_t len, void *value) in system_set_value()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/
H A Dsnmp_mib2_snmp.c49 snmp_get_value(const struct snmp_scalar_array_node_def *node, void *value) in snmp_get_value()
156 snmp_set_test(const struct snmp_scalar_array_node_def *node, u16_t len, void *value) in snmp_set_test()
174 snmp_set_value(const struct snmp_scalar_array_node_def *node, u16_t len, void *value) in snmp_set_value()
H A Dsnmp_mib2_system.c230 system_get_value(const struct snmp_scalar_array_node_def *node, void *value) in system_get_value()
282 system_set_test(const struct snmp_scalar_array_node_def *node, u16_t len, void *value) in system_set_test()
328 system_set_value(const struct snmp_scalar_array_node_def *node, u16_t len, void *value) in system_set_value()
/nrf52832-nimble/rt-thread/components/drivers/src/
H A Dwaitqueue.c18 void rt_wqueue_add(rt_wqueue_t *queue, struct rt_wqueue_node *node) in rt_wqueue_add()
27 void rt_wqueue_remove(struct rt_wqueue_node *node) in rt_wqueue_remove()
47 struct rt_list_node *node; in rt_wqueue_wakeup() local
H A Dringblk_buf.c255 rt_slist_t *node; in rt_rbb_blk_get() local
366 rt_slist_t *node; in rt_rbb_blk_queue_get() local
495 rt_slist_t *node; in rt_rbb_next_blk_queue_len() local
/nrf52832-nimble/rt-thread/components/net/lwip_dhcpd/
H A Ddhcp_server_raw.c143 struct dhcp_client_node *node; in dhcp_client_find_by_mac() local
167 struct dhcp_client_node *node; in dhcp_client_find_by_ip() local
194 struct dhcp_client_node *node; in dhcp_client_find() local
229 struct dhcp_client_node *node; in dhcp_client_alloc() local
307 struct dhcp_client_node *node; in dhcp_server_recv() local
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/snmp/
H A Dmib_structs.c64 push_node(struct nse* node) in push_node()
79 pop_node(struct nse* node) in pop_node()
452 snmp_search_tree(struct mib_node *node, u8_t ident_len, s32_t *ident, struct snmp_name_ptr *np) in snmp_search_tree()
640 empty_table(struct mib_node *node) in empty_table()
683 snmp_expand_tree(struct mib_node *node, u8_t ident_len, s32_t *ident, struct snmp_obj_id *oidret) in snmp_expand_tree()
/nrf52832-nimble/rt-thread/include/
H A Drtservice.h126 #define rt_list_entry(node, type, member) \ argument
196 struct rt_slist_node *node; in rt_slist_append() local
228 struct rt_slist_node *node = l; in rt_slist_remove() local
265 #define rt_slist_entry(node, type, member) \ argument
/nrf52832-nimble/rt-thread/tools/
H A Dpymenuconfig.py163 def __init__(self, mconf, node, indent): argument
683 def _select_node(self, node): argument
813 def show_node(self, node): argument
821 def show_submenu(self, node): argument
965 def _check_is_visible(self, node): argument
/nrf52832-nimble/rt-thread/components/lwp/
H A Dlwp_mem.c102 struct rt_list_node *node; in rt_lwp_mem_deinit() local
125 struct rt_list_node *node; in rt_lwp_mem_malloc() local
/nrf52832-nimble/rt-thread/components/libc/libdl/
H A Ddlmodule.c112 struct rt_list_node *node = RT_NULL; in _dlmodule_exit() local
267 struct rt_list_node *node = RT_NULL; in dlmodule_destroy() local
682 struct rt_list_node *list, *node; in list_module() local
/nrf52832-nimble/rt-thread/components/utilities/ulog/
H A Dulog.c383 rt_slist_t *node; local
759 rt_slist_t *node; local
835 rt_slist_t *node; local
1061 rt_slist_t *node; local
1200 rt_slist_t *node; local
1272 rt_slist_t *node; local
/nrf52832-nimble/rt-thread/components/vbus/
H A Dwatermark_queue.c35 struct rt_list_node *node; in rt_wm_que_dump() local
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dsnmp_scalar.h54 struct snmp_leaf_node node; member
90 struct snmp_leaf_node node; member

123