Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/ctags/
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-stable/contrib/llvm-project/llvm/include/llvm/Support/
DRegistry.h79 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-12-stable/sys/dev/iwn/
Dif_iwnvar.h218 int (*add_node)(struct iwn_softc *, struct iwn_node_info *, member
Dif_iwn.c1239 ops->add_node = iwn4965_add_node; in iwn4965_attach()
1282 ops->add_node = iwn5000_add_node; in iwn5000_attach()
5468 if ((error = ops->add_node(sc, &node, async)) != 0) in iwn_add_broadcast_node()
7399 error = ops->add_node(sc, &node, 1); in iwn_run()
7466 error = ops->add_node(sc, &node, 1); in iwn_ampdu_rx_start()
7503 (void)ops->add_node(sc, &node, 1); in iwn_ampdu_rx_stop()
7589 error = ops->add_node(sc, &node, 1); in iwn_ampdu_tx_start()