Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c840 if (kobj_read_file(file, (char *)&mp->hdr, sizeof (mp->hdr), 0) < 0) in init_xen_module()
852 if (kobj_read_file(file, mp->shdrs, n, mp->hdr.e_shoff) < 0) in init_xen_module()
859 if (kobj_read_file(file, names, shp->sh_size, shp->sh_offset) < 0) in init_xen_module()
943 if ((kobj_read_file(file, mp->symtbl, in init_xen_module()
945 (kobj_read_file(file, mp->strings, in init_xen_module()
956 if (kobj_read_file(file, mp->ctfdata, mp->ctfsize, in init_xen_module()
/illumos-gate/usr/src/uts/common/os/
H A Dfirmload.c145 if (kobj_read_file(fh->fh_buf, buf, len, offset) == -1) in firmware_read()
H A Ddevcache.c393 n = kobj_read_file(file, (char *)&hdr, sizeof (hdr), offset); in fread_nvlist()
435 n = kobj_read_file(file, buf, hdr.nvpf_size, offset); in fread_nvlist()
449 rval = kobj_read_file(file, &c, 1, offset); in fread_nvlist()
H A Dinstance.c300 switch (kobj_read_file(file, buf, PTI_MAGIC_STR_LEN, 0)) { in in_get_infile()
H A Dmodsysfile.c857 if (kobj_read_file(file, buildversion, in mod_read_system_file()
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c602 if (kobj_read_file(file, phdrbase, n, ehdr.e_phoff) < 0) { in synthetic_bootaux()
1224 if (kobj_read_file(file, (char *)&mp->hdr, in bind_primary()
1229 if (kobj_read_file(file, mp->shdrs, n, in bind_primary()
1790 if (kobj_read_file(file, dstrdata, dstrp->sh_size, in do_dynamic()
2407 if (kobj_read_file(file, (char *)bits_ptr, in get_progbits()
2502 if (kobj_read_file(file, (char *)shp->sh_addr, in get_syms()
2552 if (kobj_read_file(file, mp->symtbl, in get_syms()
2554 kobj_read_file(file, mp->strings, in get_syms()
2660 if (kobj_read_file(file, ctfdata, shp->sh_size, in get_ctf()
2766 if (kobj_read_file(file, sigdata, shp->sh_size, in get_signature()
[all …]
H A Dkobj_stubs.c77 kobj_read_file(struct _buf *file, char *buf, unsigned size, unsigned off) in kobj_read_file() function
/illumos-gate/usr/src/uts/sun4/os/
H A Dforthdebug.c124 sz = kobj_read_file(file, fth_buf, fsz, 0); /* entire file */ in forthdebug_init()
/illumos-gate/usr/src/uts/sparc/krtld/
H A Dmapfile69 kobj_read_file;
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj.h197 extern int kobj_read_file(struct _buf *, char *, unsigned, unsigned);
/illumos-gate/usr/src/uts/intel/os/
H A Dmicrocode_amd.c178 count = kobj_read_file(eq, (char *)ucode_eqtbl_amd, in ucode_equiv_cpu_amd()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_config.c109 if (kobj_read_file(file, buf, fsize, 0) < 0) in spa_config_load()
/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c393 kobj_read_file(struct _buf *file, char *buf, unsigned size, unsigned off) in kobj_read_file() function
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c1019 if (kobj_read_file(file, (char *)va, fsize, 0) < 0) { in fastboot_load_kernel()
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c3941 n = kobj_read_file(file, (caddr_t)all, sizeof (*all) + 1, 0); in di_cache_read()
3962 n = kobj_read_file(file, buf, chunk, off); in di_cache_read()
3978 if (kobj_read_file(file, (caddr_t)&sz, 1, off) > 0) { in di_cache_read()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c293 count = kobj_read_file(file, buf1, MAX_DAT_FILE_SIZE-1, 0); in AcpiOsTableOverride()