Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/
H A Debus.c250 ebus_p = get_ebus_soft_state(instance); in ebus_info()
298 ebus_p = get_ebus_soft_state(instance); in ebus_attach()
345 ebus_p = get_ebus_soft_state(instance); in ebus_attach()
368 ebus_devstate_t *ebus_p = get_ebus_soft_state(instance); in ebus_detach()
462 ebus_devstate_t *ebus_p = get_ebus_soft_state(ddi_get_instance(dip)); in ebus_map()
660 ebus_devstate_t *ebus_p = get_ebus_soft_state(ddi_get_instance(dip)); in ebus_ctlops()
768 ebus_devstate_t *ebus_p = get_ebus_soft_state(ddi_get_instance(dip)); in ebus_intr_ops()
978 ebus_p = get_ebus_soft_state(getminor(*devp)); in ebus_open()
1013 ebus_p = get_ebus_soft_state(getminor(dev)); in ebus_close()
1038 ebus_p = get_ebus_soft_state(getminor(dev)); in ebus_ioctl()
/illumos-gate/usr/src/uts/sun4/sys/
H A Debus.h156 #define get_ebus_soft_state(i) \ macro