modldacf
static struct modldacf modldacf = {
MODREV_1, (void *)&modldacf, NULL
static struct modldacf modldacf = {
MODREV_1, &modldacf, NULL
static int mod_infodacf(struct modldacf *, struct modlinkage *, int *);
static int mod_installdacf(struct modldacf *, struct modlinkage *);
static int mod_removedacf(struct modldacf *, struct modlinkage *);
mod_infodacf(struct modldacf *modl, struct modlinkage *modlp, int *p0)
mod_installdacf(struct modldacf *modl, struct modlinkage *modlp)
mod_removedacf(struct modldacf *modl, struct modlinkage *modlp)