Searched refs:kobj_lookup_all (Results 1 – 5 of 5) sorted by relevance
/titanic_41/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) { in kctl_lookup_by_name() 66 if ((ksym = kobj_lookup_all(mctl->mod_mp, symname, 1)) == NULL) in kctl_boot_lookup_by_name()
|
/titanic_41/usr/src/uts/common/krtld/ |
H A D | kobj_stubs.c | 182 kobj_lookup_all(struct module *mp, char *name, int include_self) in kobj_lookup_all() function
|
H A D | kobj.c | 2592 ksp = kobj_lookup_all(mp, symname, 0); in get_syms() 3025 if ((sp1 = kobj_lookup_all(mp, name, 0)) != NULL) { in do_symbols() 3273 kobj_lookup_all(struct module *mp, char *name, int include_self) in kobj_lookup_all() function
|
/titanic_41/usr/src/uts/sparc/krtld/ |
H A D | mapfile | 60 kobj_lookup_all;
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | kobj.h | 166 extern Sym *kobj_lookup_all(struct module *, char *, int);
|