Home
last modified time | relevance | path

Searched refs:kobj_open_file (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/uts/common/krtld/
H A Dkobj_stubs.c72 kobj_open_file(char *name) in kobj_open_file() function
H A Dkobj.c592 file = kobj_open_file(filename); in synthetic_bootaux()
1237 file = kobj_open_file(mp->filename); in bind_primary()
3502 if ((file = kobj_open_file(fullname)) != (struct _buf *)-1) { in kobj_open_path()
3723 kobj_open_file(char *name) in kobj_open_file() function
/titanic_41/usr/src/uts/sparc/krtld/
H A Dmapfile65 kobj_open_file;
/titanic_41/usr/src/uts/common/sys/
H A Dkobj.h184 extern struct _buf *kobj_open_file(char *);
/titanic_41/usr/src/uts/common/os/
H A Dmodsysfile.c769 if ((file = kobj_open_file(systemfile)) == in mod_read_system_file()
2158 if ((file = kobj_open_file(dafile)) == (struct _buf *)-1) in make_aliases()
2283 if ((file = kobj_open_file(bindfile)) == (struct _buf *)-1) in read_binding_file()
2454 if ((file = kobj_open_file(fname)) == (struct _buf *)-1) { in read_dacf_binding_file()
2829 if ((file = kobj_open_file(class_file)) == (struct _buf *)-1) in read_class_file()
2962 if ((file = kobj_open_file(mach_file)) == (struct _buf *)-1) in open_mach_list()
3044 if ((file = kobj_open_file(rtc_config_file)) == (struct _buf *)-1) in process_rtc_config_file()
H A Ddevcache.c386 file = kobj_open_file(filename); in fread_nvlist()
H A Dinstance.c289 if ((file = kobj_open_file(filename)) == (struct _buf *)-1) { in in_get_infile()
/titanic_41/usr/src/uts/intel/io/acpica/
H A Dmaster_ops.c396 if ((file = kobj_open_file(masterfile)) == (struct _buf *)-1) { in process_master_file()
H A Dosl.c293 file = kobj_open_file(acpi_table_loc); in AcpiOsTableOverride()
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dusba_devdb.c489 file = kobj_open_file(usbconf_file); in usba_devdb_build_device_database()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa_config.c93 file = kobj_open_file(pathname); in spa_config_load()
/titanic_41/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h606 extern struct _buf *kobj_open_file(char *name);
/titanic_41/usr/src/lib/libzpool/common/
H A Dkernel.c738 kobj_open_file(char *name) in kobj_open_file() function
/titanic_41/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c849 file = kobj_open_file(XPV_FILENAME); in init_xen_module()
/titanic_41/usr/src/uts/i86pc/os/
H A Dmicrocode.c323 if ((eq = kobj_open_file(name)) == (struct _buf *)-1) in ucode_equiv_cpu_amd()
H A Dfastboot.c958 if ((file = kobj_open_file(fastboot_filename[i])) == in fastboot_load_kernel()
H A Dstartup.c2874 if ((file = kobj_open_file(hostid_file)) == (struct _buf *)-1) { in set_soft_hostid()
/titanic_41/usr/src/uts/common/io/
H A Ddevinfo.c3928 file = kobj_open_file(DI_CACHE_FILE); in di_cache_read()