tdfx_softc
struct tdfx_softc *tdfx_info;
struct tdfx_softc* tdfx_info;
struct tdfx_softc *tdfx_info = device_get_softc(dev);
struct tdfx_softc *tdfx_info = device_get_softc(dev);
struct tdfx_softc *tdfx_info = dev->si_drv1;
struct tdfx_softc *tdfx_info = dev->si_drv1;
struct tdfx_softc* tdfx_info[2];
tdfx_info[0] = (struct tdfx_softc*)devclass_get_softc(tdfx_devclass, 0);
tdfx_info[1] = (struct tdfx_softc*)devclass_get_softc(tdfx_devclass, 1);
struct tdfx_softc* tdfx_info = NULL;
tdfx_info = (struct tdfx_softc*)devclass_get_softc(tdfx_devclass,
struct tdfx_softc* tdfx_info = NULL;
tdfx_info = (struct tdfx_softc*)devclass_get_softc(tdfx_devclass,
struct tdfx_softc *tdfx_info =
(struct tdfx_softc*)devclass_get_softc(tdfx_devclass, piod->device);
struct tdfx_softc *tdfx_info = (struct
tdfx_softc*)devclass_get_softc(tdfx_devclass, piod->device);
sizeof(struct tdfx_softc),