Home
last modified time | relevance | path

Searched refs:modlmisc (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/os/
H A Dmodconf.c32 static int mod_null(struct modlmisc *, struct modlinkage *);
48 mod_null(struct modlmisc *modl, struct modlinkage *modlp) in mod_null()
71 struct modlmisc **linkpp; in mod_install()
72 struct modlmisc **linkpp1; in mod_install()
79 linkpp = (struct modlmisc **)&modlp->ml_linkage[0]; in mod_install()
83 linkpp1 = (struct modlmisc **)&modlp->ml_linkage[0]; in mod_install()
107 struct modlmisc **linkpp, *last_linkp; in mod_remove()
109 linkpp = (struct modlmisc **)&modlp->ml_linkage[0]; in mod_remove()
114 linkpp = (struct modlmisc **)&modlp->ml_linkage[0]; in mod_remove()
140 struct modlmisc **linkpp; in mod_info()
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Dedonr_mod.c39 static struct modlmisc modlmisc = { variable
45 MODREV_1, {&modlmisc, NULL}
H A Dskein_mod.c39 static struct modlmisc modlmisc = { variable
50 MODREV_1, {&modlmisc, &modlcrypto, NULL}
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/
H A Dmodctl.h39 struct modlmisc;
48 int (*modm_install)(struct modlmisc *, struct modlinkage *);
49 int (*modm_remove)(struct modlmisc *, struct modlinkage *);
93 struct modlmisc { struct