Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c89 static int mod_getinfo(struct modctl *, struct modinfo *);
2924 (void) mod_getinfo(modp, modinfop); in modinfo()
3246 mod_getinfo(struct modctl *modp, struct modinfo *modinfop) in mod_getinfo() function
3455 if (mod_getinfo(mp, modinfop) == 0) in mod_load()