Searched refs:bscbus_getstate (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/io/ |
H A D | bscbus.c | 411 bscbus_getstate(dev_info_t *dip, int instance, const char *caller) in bscbus_getstate() function 2142 if ((ssp = bscbus_getstate(dip, -1, "bscbus_map")) == NULL) in bscbus_map() 2193 if (bscbus_getstate(dip, -1, "bscbus_ctlops") == NULL) in bscbus_ctlops() 2386 if ((ssp = bscbus_getstate(dip, instance, "bscbus_attach")) == NULL) in bscbus_attach() 2457 if ((ssp = bscbus_getstate(dip, instance, "bscbus_detach")) == NULL) in bscbus_detach() 2472 if ((ssp = bscbus_getstate(dip, -1, "bscbus_reset")) == NULL) in bscbus_reset()
|