Searched defs:max_children (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/
H A Debus.c770 int32_t i, max_children, max_device_types, len; local
806 max_children = sizeof (ebus_name_to_pil) /
809 for (i = 0; i < max_children; i++) {
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dacebus.c683 int32_t i, max_children, max_device_types, len; local
718 max_children = sizeof (acebus_name_to_pil) /
721 for (i = 0; i < max_children; i++) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c1748 int max_children, i; local
1761 max_children = i * MAX_NODE_CHILDREN;
1762 if ((fruchildren = calloc(max_children,
1769 child_info.fru_cnt = max_children;

Completed in 66 milliseconds