fixedclock_softc
struct fixedclock_softc * const sc = device_private(dev);
struct fixedclock_softc * const sc = priv;
CFATTACH_DECL_NEW(fclock, sizeof(struct fixedclock_softc),
struct fixedclock_softc * const sc = device_private(self);