Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dfirmload.c89 fh->fh_buf = kobj_open_path(path, 1, 0); in firmware_open()
H A Dmodsysfile.c2104 if ((file = kobj_open_path(fname, 1, 0)) == (struct _buf *)-1) { in hwc_parse_now()
/illumos-gate/usr/src/uts/sun4/os/
H A Dforthdebug.c110 file = kobj_open_path(FDEBUGFILE, 1, 1); in forthdebug_init()
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_stubs.c59 kobj_open_path(char *name __unused, int use_path __unused, in kobj_open_path() function
H A Dkobj.c1248 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 Dmapfile67 kobj_open_path;
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj.h188 extern struct _buf *kobj_open_path(char *, int, int);