Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dsysiosbus.c254 find_sbus_slot(dev_info_t *dip, dev_info_t *rdip);
1500 if ((b_slot = find_sbus_slot(dip, dipb)) < 0) in sbus_ctlops()
1503 if ((r_slot = find_sbus_slot(dip, rdip)) < 0) in sbus_ctlops()
1530 find_sbus_slot(dev_info_t *dip, dev_info_t *rdip) in find_sbus_slot() function
1657 slot = find_sbus_slot(dip, rdip); in sbus_add_intr_impl()
1918 slot = find_sbus_slot(dip, rdip); in sbus_remove_intr_impl()
1997 if ((slot = find_sbus_slot(dip, rdip)) == -1) { in sbus_xlate_intrs()