Searched refs:kobj_lookup (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj_stubs.c | 175 kobj_lookup(struct module *mod, const char *name) function
|
H A D | kobj.c | 3190 kobj_lookup(struct module *mod, const char *name) function
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | obpsym.c | 70 * The latter form causes a kobj_lookup() to occur only in the given module, 103 symvalue = kobj_lookup(mp->mod_mp, symname);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | kobj.h | 165 extern uintptr_t kobj_lookup(struct module *, const char *);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | modctl.c | 3250 func = (int (*)(struct modinfo *))kobj_lookup(modp->mod_mp, "_info"); 3317 * call kobj_lookup(). kobj_lookup() may go away but these wrappers will 3328 val = kobj_lookup(modp->mod_mp, symname); 3338 return (kobj_lookup(modp->mod_mp, symname)); 3626 func = (int (*)())kobj_lookup(mp->mod_mp, "_init"); 3743 func = (int (*)())kobj_lookup(mp->mod_mp, "_fini"); 4787 f = (void *)kobj_lookup(hmodp->mod_mp, (char *)name);
|
H A D | modsubr.c | 279 funcadr = kobj_lookup(modp->mod_mp, funcname);
|
Completed in 126 milliseconds