obsled_softc
struct obsled_softc *sc = rnode->sysctl_data;
obsled_set_state(struct obsled_softc *sc)
struct obsled_softc *sc = device_private(dv);
static void obsled_set_state(struct obsled_softc *);
CFATTACH_DECL_NEW(obsled, sizeof(struct obsled_softc),
struct obsled_softc *sc = device_private(self);