Home
last modified time | relevance | path

Searched refs:add_node (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/usr.bin/ctags/
H A Dtree.c49 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-12.1/contrib/llvm/include/llvm/Support/
H A DRegistry.h80 static void add_node(node *N);
124 add_node(&Node); in Add()
143 void Registry<T>::add_node(typename Registry<T>::node *N) { \
156 void Registry<REGISTRY_CLASS::type>::add_node(REGISTRY_CLASS::node*); \
/freebsd-12.1/sys/dev/iwn/
H A Dif_iwnvar.h218 int (*add_node)(struct iwn_softc *, struct iwn_node_info *, member
H A Dif_iwn.c1240 ops->add_node = iwn4965_add_node; in iwn4965_attach()
1283 ops->add_node = iwn5000_add_node; in iwn5000_attach()
5477 if ((error = ops->add_node(sc, &node, async)) != 0) in iwn_add_broadcast_node()
7408 error = ops->add_node(sc, &node, 1); in iwn_run()
7476 error = ops->add_node(sc, &node, 1); in iwn_ampdu_rx_start()
7514 (void)ops->add_node(sc, &node, 1); in iwn_ampdu_rx_stop()
7600 error = ops->add_node(sc, &node, 1); in iwn_ampdu_tx_start()