sc_devices        328 dev/hil/hil.c  				dev = sc->sc_devices[sc->sc_actdev];
sc_devices        546 dev/hil/hil.c  			sc->sc_devices[id] = (struct hildev_softc *)
sc_devices        555 dev/hil/hil.c  			if (sc->sc_devices[id] != NULL &&
sc_devices        567 dev/hil/hil.c  		if (sc->sc_devices[id] != NULL)
sc_devices        568 dev/hil/hil.c  			config_detach((struct device *)sc->sc_devices[id],
sc_devices        570 dev/hil/hil.c  		sc->sc_devices[id] = NULL;
sc_devices        626 dev/hil/hil.c  		if (sc->sc_devices[id] != NULL)
sc_devices        627 dev/hil/hil.c  			config_detach((struct device *)sc->sc_devices[id],
sc_devices        629 dev/hil/hil.c  		sc->sc_devices[id] = NULL;
sc_devices         95 dev/hil/hilvar.h 	struct hildev_softc *sc_devices[NHILD];	/* interrupt dispatcher */