Searched refs:kobj_open_path (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj_stubs.c | 65 kobj_open_path(char *name, int use_path, int use_moddir_suffix) function
|
H A D | kobj.c | 1263 file = kobj_open_path(mp->filename, 1, 0); 1877 file = kobj_open_path(filename, use_path, 1); 1880 file = kobj_open_path(filename, use_path, 0); 3422 file = kobj_open_path(name, use_path, 1); 3425 file = kobj_open_path(name, use_path, 0); 3439 kobj_open_path(char *name, int use_path, int use_moddir_suffix) function 4387 if ((file = kobj_open_path(path, 1, 1)) != 4437 file = kobj_open_path(path, 1, 1);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | firmload.c | 89 fh->fh_buf = kobj_open_path(path, 1, 0);
|
H A D | modsysfile.c | 2067 * Don't use kobj_open_path's use_moddir_suffix option, we only 2071 if ((file = kobj_open_path(fname, 1, 0)) == (struct _buf *)-1) {
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | forthdebug.c | 110 file = kobj_open_path(FDEBUGFILE, 1, 1);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | kobj.h | 178 extern struct _buf *kobj_open_path(char *, int, int);
|
Completed in 119 milliseconds