Searched defs:init_stubs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmodsubr.c67 static int init_stubs(struct modctl *, struct mod_modinfo *);
240 * If found, then find the "mod" info structure and call init_stubs().
250 return (init_stubs(modp, mp));
256 init_stubs(struct modctl *modp, struct mod_modinfo *mp) function
275 printf("init_stubs: couldn't find symbol "

Completed in 60 milliseconds