Home
last modified time | relevance | path

Searched defs:initfunc (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dac97.h76 void (*initfunc)(struct ac97_softc *, int); member
H A Dac97.c774 void (*initfunc)(struct ac97_softc *, int); in ac97_attach() local
/openbsd-src/libexec/ld.so/
H A Dresolve.h62 typedef void initfunc(void); /* also fini and fini_array functions */ typedef
/openbsd-src/usr.bin/telnet/
H A Dtelnet.c933 #define initfunc(func, flags) { \ in slc_init() macro