Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_stubs.c53 kobj_path_exists(char *name __unused, int use_path __unused) in kobj_path_exists() function
H A Dkobj.c3431 kobj_path_exists(char *name, int use_path) in kobj_path_exists() function
/illumos-gate/usr/src/uts/sparc/krtld/
H A Dmapfile66 kobj_path_exists;
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj.h187 extern int kobj_path_exists(char *, int);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockparams.c61 extern int kobj_path_exists(char *, int);
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c3147 if (!kobj_path_exists(name, usepath)) { in mod_hold_installed_mod()