Home
last modified time | relevance | path

Searched refs:vgatext_softc (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c122 struct vgatext_softc { struct
147 sizeof (struct vgatext_softc), 1)) != 0) { in _init() argument
182 #define getsoftc(instance) ((struct vgatext_softc *) \
190 struct vgatext_softc *softc; in vgatext_attach()
250 struct vgatext_softc *softc = getsoftc(instance); in vgatext_detach()
298 struct vgatext_softc *softc; in vgatext_info()
330 struct vgatext_softc *softc = getsoftc(DEV2INST(*devp)); in vgatext_open()
341 struct vgatext_softc *softc = getsoftc(DEV2INST(devp)); in vgatext_close()
358 struct vgatext_softc *softc = getsoftc(DEV2INST(dev)); in vgatext_ioctl()
390 struct vgatext_softc *softc; in vgatext_devmap()