Searched refs:max_children (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/sun4u/lw8/sys/ |
H A D | sgfrutree.h | 123 int fru_get_children(fru_hdl_t parent, node_t *children, int max_children);
|
/titanic_44/usr/src/uts/sun4/io/ |
H A D | ebus.c | 770 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()
|
/titanic_44/usr/src/uts/sun4u/montecarlo/io/ |
H A D | acebus.c | 683 int32_t i, max_children, max_device_types, len; in acebus_intr_ops() local 718 max_children = sizeof (acebus_name_to_pil) / in acebus_intr_ops() 721 for (i = 0; i < max_children; i++) { in acebus_intr_ops()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/ |
H A D | piclfrutree.c | 1748 int max_children, i; in get_node_children() local 1761 max_children = i * MAX_NODE_CHILDREN; in get_node_children() 1762 if ((fruchildren = calloc(max_children, in get_node_children() 1769 child_info.fru_cnt = max_children; in get_node_children()
|