Searched refs:add_node (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.bin/ctags/ |
H A D | tree.c | 44 static void add_node(NODE *, NODE *); 88 add_node(np, head); in pfnote() 92 add_node(NODE *node, NODE *cur_node) in add_node() function 114 add_node(node, cur_node->left); in add_node() 118 add_node(node, cur_node->right); in add_node()
|
/openbsd/gnu/llvm/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*); \
|
/openbsd/sys/dev/pci/ |
H A D | if_iwnvar.h | 180 int (*add_node)(struct iwn_softc *, struct iwn_node_info *, member
|
H A D | if_iwn.c | 600 ops->add_node = iwn4965_add_node; in iwn4965_attach() 640 ops->add_node = iwn5000_add_node; in iwn5000_attach() 3980 if ((error = ops->add_node(sc, &node, async)) != 0) in iwn_add_broadcast_node() 5616 error = ops->add_node(sc, &node, 1); in iwn_run() 5680 return ops->add_node(sc, &node, 1); in iwn_set_key() 5708 (void)ops->add_node(sc, &node, 1); in iwn_delete_key() 5875 return ops->add_node(sc, &node, 1); in iwn_ampdu_rx_start() 5897 (void)ops->add_node(sc, &node, 1); in iwn_ampdu_rx_stop() 5928 error = ops->add_node(sc, &node, 1); in iwn_ampdu_tx_start() 5975 ops->add_node(sc, &node, 1); in iwn_ampdu_tx_stop()
|