Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/krtld/
H A Dkobj_stubs.c65 kobj_open_path(char *name, int use_path, int use_moddir_suffix) in kobj_open_path() function
H A Dkobj.c1263 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_44/usr/src/uts/sun4/os/
H A Dforthdebug.c110 file = kobj_open_path(FDEBUGFILE, 1, 1); in forthdebug_init()
/titanic_44/usr/src/uts/sparc/krtld/
H A Dmapfile67 kobj_open_path;
/titanic_44/usr/src/uts/common/sys/
H A Dkobj.h178 extern struct _buf *kobj_open_path(char *, int, int);
/titanic_44/usr/src/uts/common/os/
H A Dmodsysfile.c2068 if ((file = kobj_open_path(fname, 1, 0)) == (struct _buf *)-1) { in hwc_parse_now()