Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/daktari/io/
H A Dhpc3130_dak.c759 hpc3130_unit_t *hpc3130_p; in hpc3130_do_attach() local
778 hpc3130_p = in hpc3130_do_attach()
780 ASSERT(hpc3130_p); in hpc3130_do_attach()
800 "slot-table", (caddr_t)&hpc3130_p->hpc3130_slot_table_data, in hpc3130_do_attach()
801 &hpc3130_p->hpc3130_slot_table_size); in hpc3130_do_attach()
824 for (i = 0, n = 0; i < hpc3130_p->hpc3130_slot_table_size; i++) { in hpc3130_do_attach()
825 if (hpc3130_p->hpc3130_slot_table_data[i] == 0) { in hpc3130_do_attach()
840 hpc3130_p->dip = dip; in hpc3130_do_attach()
841 hpc3130_p->hpc3130_slot_table_length = n / HPC3130_TABLE_COLUMNS; in hpc3130_do_attach()
843 if (ddi_get_iblock_cookie(dip, 0, &hpc3130_p->ic_trap_cookie) != in hpc3130_do_attach()
[all …]