Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/daktari/io/
H A Dhpc3130_dak.c446 ste = &unitp->hpc3130_slot_table[port]; in hpc3130_ioctl()
855 hpc3130_p->hpc3130_slot_table = (hpc3130_slot_table_entry_t *) in hpc3130_do_attach()
892 ste = &hpc3130_p->hpc3130_slot_table[j]; in hpc3130_do_attach()
966 &hpc3130_p->hpc3130_slot_table[i]; in hpc3130_do_attach()
1003 kmem_free(hpc3130_p->hpc3130_slot_table, in hpc3130_do_attach()
1047 &hpc3130_p->hpc3130_slot_table[i].hpc3130_slot_handle); in hpc3130_do_detach()
1050 kmem_free(hpc3130_p->hpc3130_slot_table, in hpc3130_do_detach()
1518 ste = &hpc3130_p->hpc3130_slot_table[offset]; in hpc3130_slot_connect()
1704 ste = &hpc3130_p->hpc3130_slot_table[offset]; in hpc3130_slot_disconnect()
1822 ste = &hpc3130_p->hpc3130_slot_table[offset]; in hpc3130_verify_slot_power()
/illumos-gate/usr/src/uts/sun4u/daktari/sys/
H A Dhpc3130_dak.h165 hpc3130_slot_table_entry_t *hpc3130_slot_table; member