Searched refs:run_node (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/usr.bin/make/ |
| H A D | main.c | 632 run_node(GNode *gn, bool *has_errors, bool *out_of_date) in run_node() function 806 run_node(begin_node, &errored, &outOfDate); in main() 812 run_node(end_node, &errored, &outOfDate); in main()
|
| /openbsd-src/sys/dev/usb/ |
| H A D | if_runvar.h | 126 struct run_node { struct
|
| H A D | if_run.c | 1665 return malloc(sizeof (struct run_node), M_USBDEV, M_NOWAIT | M_ZERO); in run_node_alloc() 2116 struct run_node *rn = (void *)ni; in run_newassoc() 2407 struct run_node *rn = (void *)ni; in run_tx()
|
| /openbsd-src/usr.sbin/unbound/services/ |
| H A D | mesh.h | 173 rbnode_type run_node; member
|
| H A D | mesh.c | 744 rbtree_insert(&mesh->run, &s->run_node); 831 rbtree_insert(&mesh->run, &s->run_node); in mesh_new_prefetch() 887 mstate->run_node = *RBTREE_NULL; in mesh_state_create() 889 mstate->run_node.key = mstate; in mesh_state_create() 1138 rbtree_insert(&mesh->run, &(*sub)->run_node); in mesh_attach_sub() 1650 (void)rbtree_insert(&mesh->run, &ref->s->run_node); in mesh_area_find()
|
| /openbsd-src/sbin/unwind/libunbound/services/ |
| H A D | mesh.h | 173 rbnode_type run_node; member
|
| H A D | mesh.c | 744 rbtree_insert(&mesh->run, &s->run_node); 831 rbtree_insert(&mesh->run, &s->run_node); in mesh_new_prefetch() 887 mstate->run_node = *RBTREE_NULL; in mesh_state_create() 889 mstate->run_node.key = mstate; in mesh_state_create() 1138 rbtree_insert(&mesh->run, &(*sub)->run_node); in mesh_attach_sub() 1650 (void)rbtree_insert(&mesh->run, &ref->s->run_node); in mesh_area_find()
|