Searched refs:kobj_open_path (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/krtld/ |
H A D | kobj_stubs.c | 65 kobj_open_path(char *name, int use_path, int use_moddir_suffix) in kobj_open_path() function
|
H A D | kobj.c | 1263 file = kobj_open_path(mp->filename, 1, 0); in bind_primary() 1877 file = kobj_open_path(filename, use_path, 1); in kobj_load_module() 1880 file = kobj_open_path(filename, use_path, 0); in kobj_load_module() 3422 file = kobj_open_path(name, use_path, 1); in kobj_path_exists() 3425 file = kobj_open_path(name, use_path, 0); in kobj_path_exists() 3439 kobj_open_path(char *name, int use_path, int use_moddir_suffix) in kobj_open_path() function 4387 if ((file = kobj_open_path(path, 1, 1)) != in expand_libmacro() 4437 file = kobj_open_path(path, 1, 1); in expand_libmacro()
|
/titanic_50/usr/src/uts/sun4/os/ |
H A D | forthdebug.c | 110 file = kobj_open_path(FDEBUGFILE, 1, 1); in forthdebug_init()
|
/titanic_50/usr/src/uts/sparc/krtld/ |
H A D | mapfile | 67 kobj_open_path;
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | kobj.h | 178 extern struct _buf *kobj_open_path(char *, int, int);
|
/titanic_50/usr/src/uts/common/os/ |
H A D | modsysfile.c | 2068 if ((file = kobj_open_path(fname, 1, 0)) == (struct _buf *)-1) { in hwc_parse_now()
|