Home
last modified time | relevance | path

Searched refs:max_children (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgfrutree.h123 int fru_get_children(fru_hdl_t parent, node_t *children, int max_children);
/illumos-gate/usr/src/uts/sun4/io/
H A Debus.c770 int32_t i, max_children, max_device_types, len; in ebus_intr_ops() local
806 max_children = sizeof (ebus_name_to_pil) / in ebus_intr_ops()
809 for (i = 0; i < max_children; i++) { in ebus_intr_ops()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c1746 int max_children, i; in get_node_children() local
1759 max_children = i * MAX_NODE_CHILDREN; in get_node_children()
1760 if ((fruchildren = calloc(max_children, in get_node_children()
1767 child_info.fru_cnt = max_children; in get_node_children()