Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmodctl.h619 extern int install_stubs_by_name(modctl_t *, const char *);
/illumos-gate/usr/src/uts/common/os/
H A Dmodsubr.c222 install_stubs_by_name(struct modctl *modp, const char *name) in install_stubs_by_name() function
H A Dmodctl.c3477 retval = install_stubs_by_name(mp, mp->mod_modname); in mod_load()