Searched refs:kobj_open_path (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | firmload.c | 89 fh->fh_buf = kobj_open_path(path, 1, 0); in firmware_open()
|
H A D | modsysfile.c | 2104 if ((file = kobj_open_path(fname, 1, 0)) == (struct _buf *)-1) { in hwc_parse_now()
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | forthdebug.c | 110 file = kobj_open_path(FDEBUGFILE, 1, 1); in forthdebug_init()
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj_stubs.c | 59 kobj_open_path(char *name __unused, int use_path __unused, in kobj_open_path() function
|
H A D | kobj.c | 1248 file = kobj_open_path(mp->filename, 1, 0); in bind_primary() 1862 file = kobj_open_path(filename, use_path, 1); in kobj_load_module() 1865 file = kobj_open_path(filename, use_path, 0); in kobj_load_module() 3435 file = kobj_open_path(name, use_path, 1); in kobj_path_exists() 3438 file = kobj_open_path(name, use_path, 0); in kobj_path_exists() 3452 kobj_open_path(char *name, int use_path, int use_moddir_suffix) in kobj_open_path() function 4400 if ((file = kobj_open_path(path, 1, 1)) != in expand_libmacro() 4450 file = kobj_open_path(path, 1, 1); in expand_libmacro()
|
/illumos-gate/usr/src/uts/sparc/krtld/ |
H A D | mapfile | 67 kobj_open_path;
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | kobj.h | 188 extern struct _buf *kobj_open_path(char *, int, int);
|