Searched refs:modldacf (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | net_dacf.c | 62 static struct modldacf modldacf = { variable 69 MODREV_1, &modldacf, NULL
|
H A D | consconfig_dacf.c | 268 static struct modldacf modldacf = { variable 275 MODREV_1, (void *)&modldacf, NULL
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | modconf.c | 227 static int mod_infodacf(struct modldacf *, struct modlinkage *, int *); 228 static int mod_installdacf(struct modldacf *, struct modlinkage *); 229 static int mod_removedacf(struct modldacf *, struct modlinkage *); 462 mod_infodacf(struct modldacf *modl, struct modlinkage *modlp, int *p0) in mod_infodacf() 474 mod_installdacf(struct modldacf *modl, struct modlinkage *modlp) in mod_installdacf() 485 mod_removedacf(struct modldacf *modl, struct modlinkage *modlp) in mod_removedacf()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | modctl.h | 165 struct modldacf { struct
|