Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/mpxu/io/
H A Dtsalarm.c42 struct tsalarm_softc { struct
48 ((struct tsalarm_softc *)ddi_get_soft_state(statep, (minor))) argument
124 sizeof (struct tsalarm_softc), 1)) { in _init()
164 struct tsalarm_softc *softc; in tsalarm_getinfo()
193 struct tsalarm_softc *softc = NULL; in tsalarm_attach()
243 struct tsalarm_softc *softc; in tsalarm_detach()
294 struct tsalarm_softc *softc; in tsalarm_ioctl()
/illumos-gate/usr/src/uts/sun4v/ontario/io/
H A Dtsalarm.c195 typedef struct tsalarm_softc { struct
241 ((struct tsalarm_softc *)ddi_get_soft_state(statep, (minor)))
315 sizeof (struct tsalarm_softc), 1)) { in _init()
353 struct tsalarm_softc *softc; in tsalarm_getinfo()
382 struct tsalarm_softc *softc = NULL; in tsalarm_attach()
443 struct tsalarm_softc *softc; in tsalarm_detach()
473 struct tsalarm_softc *softc; in tsalarm_open()
477 softc = (struct tsalarm_softc *)getsoftc(inst); in tsalarm_open()
578 struct tsalarm_softc *softc; in tsalarm_close()
580 softc = (struct tsalarm_softc *)getsoftc(inst); in tsalarm_close()
[all …]