Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/sys/
H A Dkobj_impl.h179 extern Sym *kobj_lookup_kernel(const char *);
/titanic_53/usr/src/uts/common/krtld/
H A Dkobj_kdi.c215 if ((sym = kobj_lookup_kernel(initializers[i])) != NULL) in kobj_kdi_init()
H A Dkobj.c3118 if ((sp = kobj_lookup_kernel(name)) != NULL) in kobj_getsymvalue()
3178 sp = kobj_lookup_kernel(name); in kobj_getelfsym()
3306 kobj_lookup_kernel(const char *name) in kobj_lookup_kernel() function