Searched refs:add_node (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/usr.bin/ctags/ |
| H A D | tree.c | 49 static void add_node(NODE *, NODE *); 93 add_node(np, head); in pfnote() 97 add_node(NODE *node, NODE *cur_node) in add_node() function 115 add_node(node, cur_node->left); in add_node() 119 add_node(node, cur_node->right); in add_node()
|
| /freebsd-13.1/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-13.1/sys/gnu/gcov/ |
| H A D | gcov_fs.c | 709 add_node(struct gcov_info *info) in add_node() function 889 add_node(info); in gcov_event()
|
| /freebsd-13.1/sys/dev/iwn/ |
| H A D | if_iwnvar.h | 218 int (*add_node)(struct iwn_softc *, struct iwn_node_info *, member
|
| H A D | if_iwn.c | 1239 ops->add_node = iwn4965_add_node; in iwn4965_attach() 1282 ops->add_node = iwn5000_add_node; in iwn5000_attach() 5471 if ((error = ops->add_node(sc, &node, async)) != 0) in iwn_add_broadcast_node() 7402 error = ops->add_node(sc, &node, 1); in iwn_run() 7469 error = ops->add_node(sc, &node, 1); in iwn_ampdu_rx_start() 7506 (void)ops->add_node(sc, &node, 1); in iwn_ampdu_rx_stop() 7592 error = ops->add_node(sc, &node, 1); in iwn_ampdu_tx_start()
|