Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_stubs.c70 kobj_open_file(char *name) in kobj_open_file() function
H A Dkobj.c581 file = kobj_open_file(filename); in synthetic_bootaux()
1221 file = kobj_open_file(mp->filename); in bind_primary()
3508 if ((file = kobj_open_file(fullname)) != (struct _buf *)-1) { in kobj_open_path()
3729 kobj_open_file(char *name) in kobj_open_file() function
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c771 if ((file = kobj_open_file(name)) == in read_system_file()
856 if ((file = kobj_open_file(versionfile)) != (struct _buf *)-1) { in mod_read_system_file()
2281 if ((file = kobj_open_file(pptfile)) != (struct _buf *)-1) { in make_aliases()
2286 if ((file = kobj_open_file(dafile)) != (struct _buf *)-1) { in make_aliases()
2326 if ((file = kobj_open_file(bindfile)) == (struct _buf *)-1) in read_binding_file()
2497 if ((file = kobj_open_file(fname)) == (struct _buf *)-1) { in read_dacf_binding_file()
2872 if ((file = kobj_open_file(class_file)) == (struct _buf *)-1) in read_class_file()
3005 if ((file = kobj_open_file(mach_file)) == (struct _buf *)-1) in open_mach_list()
3087 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()
/illumos-gate/usr/src/uts/sparc/krtld/
H A Dmapfile65 kobj_open_file;
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj.h195 extern struct _buf *kobj_open_file(char *);
/illumos-gate/usr/src/uts/intel/os/
H A Dmicrocode_amd.c154 if ((eq = kobj_open_file(name)) == (struct _buf *)-1) { in ucode_equiv_cpu_amd()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_devdb.c490 file = kobj_open_file(usbconf_file); in usba_devdb_build_device_database()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_config.c94 file = kobj_open_file(pathname); in spa_config_load()
/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c377 kobj_open_file(char *name) in kobj_open_file() function
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c829 file = kobj_open_file(XPV_FILENAME); in init_xen_module()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c946 if ((file = kobj_open_file(fastboot_filename[i])) == in fastboot_load_kernel()
H A Dstartup.c2832 if ((file = kobj_open_file(hostid_file)) == (struct _buf *)-1) { in set_soft_hostid()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c287 file = kobj_open_file(acpi_table_loc); in AcpiOsTableOverride()
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c3930 file = kobj_open_file(DI_CACHE_FILE); in di_cache_read()