Lines Matching defs:softc
68 void *softc; /* Arg. to int_func */
105 st_dmagrab(dma_farg int_func, dma_farg call_func, void *softc, int *lock_stat,
127 req->softc = softc;
158 (*call_func)(softc); /* Call followup function */
163 st_dmafree(void *softc, int *lock_stat)
175 if (req->softc != softc)
195 add_sicallback((si_farg)req->call_func, req->softc, 0);
213 void *softc;
221 softc = TAILQ_FIRST(&dma_active)->softc;
222 add_sicallback((si_farg)int_func, softc, 0);