Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dsysiosbus.c1498 int r_slot, b_slot; in sbus_ctlops() local
1500 if ((b_slot = find_sbus_slot(dip, dipb)) < 0) in sbus_ctlops()
1506 return ((b_slot == r_slot)? DDI_SUCCESS : DDI_FAILURE); in sbus_ctlops()