Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/os/
H A Dmodconf.c32 static int mod_null(struct modlmisc *, struct modlinkage *);
39 .modm_install = mod_null,
40 .modm_remove = mod_null,
48 mod_null(struct modlmisc *modl, struct modlinkage *modlp) in mod_null() function