Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dmodctl.h618 extern int install_stubs_by_name(modctl_t *, char *);
/titanic_41/usr/src/uts/common/os/
H A Dmodsubr.c223 install_stubs_by_name(struct modctl *modp, char *name) in install_stubs_by_name() function
H A Dmodctl.c3469 retval = install_stubs_by_name(mp, mp->mod_modname); in mod_load()