Searched refs:kobj_lookup_all (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/ |
H A D | kctl_auxv.c | 45 if ((ksym = kobj_lookup_all(mctl->mod_mp, symname, 1)) == NULL) { 66 if ((ksym = kobj_lookup_all(mctl->mod_mp, symname, 1)) == NULL)
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj_stubs.c | 182 kobj_lookup_all(struct module *mp, char *name, int include_self) function
|
H A D | kobj.c | 2592 ksp = kobj_lookup_all(mp, symname, 0); 3025 if ((sp1 = kobj_lookup_all(mp, name, 0)) != NULL) { 3273 kobj_lookup_all(struct module *mp, char *name, int include_self) function
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | kobj.h | 166 extern Sym *kobj_lookup_all(struct module *, char *, int);
|
Completed in 54 milliseconds