Home
last modified time | relevance | path

Searched refs:kobj_path_exists (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/krtld/
H A Dkobj_stubs.c58 kobj_path_exists(char *name, int use_path) in kobj_path_exists() function
H A Dkobj.c3418 kobj_path_exists(char *name, int use_path) in kobj_path_exists() function
/titanic_44/usr/src/uts/sparc/krtld/
H A Dmapfile66 kobj_path_exists;
/titanic_44/usr/src/uts/common/sys/
H A Dkobj.h177 extern int kobj_path_exists(char *, int);
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsockparams.c61 extern int kobj_path_exists(char *, int);
/titanic_44/usr/src/uts/common/os/
H A Dmodctl.c3119 if (!kobj_path_exists(name, usepath)) { in mod_hold_installed_mod()