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

/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dhsc.c1505 int hpc_slot_table_size; local
1524 &hpc_slot_table_size);
1529 &hpc_slot_table_size);
1579 for (i = 0, n = 0; i < hpc_slot_table_size; i++) {
1590 kmem_free(hpc_slot_table_data, hpc_slot_table_size);
1597 hsc->slot_table_size = hpc_slot_table_size /
1599 n = hpc_slot_table_size % sizeof (hsc_prom_slot_table_t);
1603 ddi_get_instance(dip), hpc_slot_table_size);
1604 kmem_free(hpc_slot_table_data, hpc_slot_table_size);
1689 hpc_slot_table_size);
[all...]

Completed in 59 milliseconds