Searched refs:mod_null (Results 1 – 1 of 1) sorted by relevance
32 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