Searched refs:fruchildren (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c481 sgfrunode_t *cp, *fruchildren = NULL; local
485 fruchildren = get_node_children(handle, &num_children);
486 if (fruchildren == NULL)
490 for (i = 0, cp = fruchildren; i < num_children; i++, cp++) {
499 free(fruchildren);
509 free(fruchildren);
514 free(fruchildren);
1749 sgfrunode_t *fruchildren = NULL; local
1762 if ((fruchildren = calloc(max_children,
1770 child_info.frus = (void *)fruchildren;
2114 sgfrunode_t *fruchildren; local
[all...]

Completed in 49 milliseconds