HelenOS sources

balloc_rebase      93 boot/genarch/src/ofw_tree.c 		current_node->parent = (ofw_tree_node_t *) balloc_rebase(parent_node);
balloc_rebase     126 boot/genarch/src/ofw_tree.c 		current_node->da_name = (char *) balloc_rebase(da_name);
balloc_rebase     138 boot/genarch/src/ofw_tree.c 				    (ofw_tree_node_t *) balloc_rebase(child_node);
balloc_rebase     181 boot/genarch/src/ofw_tree.c 					property[i].value = balloc_rebase(buf);
balloc_rebase     189 boot/genarch/src/ofw_tree.c 		current_node->property = (ofw_tree_property_t *) balloc_rebase(property);
balloc_rebase     202 boot/genarch/src/ofw_tree.c 				current_node->peer = (ofw_tree_node_t *) balloc_rebase(peer_node);
balloc_rebase     242 boot/genarch/src/ofw_tree.c 			root->child = (ofw_tree_node_t *) balloc_rebase(ssm);
balloc_rebase     246 boot/genarch/src/ofw_tree.c 	return (ofw_tree_node_t *) balloc_rebase(root);
balloc_rebase      42 boot/generic/include/balloc.h extern void *balloc_rebase(void *);
HelenOS homepage, sources at GitHub