Searched refs:add_node (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/usr.bin/ctags/ |
| H A D | tree.c | 47 static void add_node(NODE *, NODE *); 91 add_node(np, head); in pfnote() 95 add_node(NODE *node, NODE *cur_node) in add_node() function 113 add_node(node, cur_node->left); in add_node() 117 add_node(node, cur_node->right); in add_node()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Registry.h | 79 static void add_node(node *N); 123 add_node(&Node); in Add() 142 void Registry<T>::add_node(typename Registry<T>::node *N) { \ 155 void Registry<REGISTRY_CLASS::type>::add_node(REGISTRY_CLASS::node*); \
|
| /freebsd-14.2/sys/gnu/gcov/ |
| H A D | gcov_fs.c | 707 add_node(struct gcov_info *info) in add_node() function 887 add_node(info); in gcov_event()
|
| /freebsd-14.2/sys/dev/iwn/ |
| H A D | if_iwnvar.h | 217 int (*add_node)(struct iwn_softc *, struct iwn_node_info *, member
|
| H A D | if_iwn.c | 1236 ops->add_node = iwn4965_add_node; in iwn4965_attach() 1279 ops->add_node = iwn5000_add_node; in iwn5000_attach() 5465 if ((error = ops->add_node(sc, &node, async)) != 0) in iwn_add_broadcast_node() 7412 error = ops->add_node(sc, &node, 1); in iwn_run() 7479 error = ops->add_node(sc, &node, 1); in iwn_ampdu_rx_start() 7516 (void)ops->add_node(sc, &node, 1); in iwn_ampdu_rx_stop() 7602 error = ops->add_node(sc, &node, 1); in iwn_ampdu_tx_start()
|