Searched defs:initfunc (Results 1 – 4 of 4) sorted by relevance
76 void (*initfunc)(struct ac97_softc *, int); member
774 void (*initfunc)(struct ac97_softc *, int); in ac97_attach() local
62 typedef void initfunc(void); /* also fini and fini_array functions */ typedef
933 #define initfunc(func, flags) { \ in slc_init() macro