Searched refs:oldnode (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/ofed/management/infiniband-diags/src/ |
| HD | ibnetdiscover.c | 331 Node *remotenode, *oldnode; in handle_port() local 351 oldnode = find_node(&node_buf); in handle_port() 352 if (oldnode) in handle_port() 353 remotenode = oldnode; in handle_port() 365 dump_endnode(path, oldnode ? "known remote" : "new remote", in handle_port()
|
| /trueos/sys/cddl/contrib/opensolaris/common/avl/ |
| HD | avl.c | 135 avl_walk(avl_tree_t *tree, void *oldnode, int left) in avl_walk() argument 138 avl_node_t *node = AVL_DATA2NODE(oldnode, off); in avl_walk()
|
| /trueos/cddl/contrib/opensolaris/common/avl/ |
| HD | avl.c | 135 avl_walk(avl_tree_t *tree, void *oldnode, int left) in avl_walk() argument 138 avl_node_t *node = AVL_DATA2NODE(oldnode, off); in avl_walk()
|
| /trueos/sys/netgraph/ |
| HD | ng_base.c | 1723 node_p node, oldnode; in ng_path2noderef() local 1814 oldnode = node; in ng_path2noderef() 1817 NG_NODE_UNREF(oldnode); /* XXX another race */ in ng_path2noderef()
|