Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c860 if (kobj_read_file(file, (char *)&mp->hdr, sizeof (mp->hdr), 0) < 0) in init_xen_module()
872 if (kobj_read_file(file, mp->shdrs, n, mp->hdr.e_shoff) < 0) in init_xen_module()
879 if (kobj_read_file(file, names, shp->sh_size, shp->sh_offset) < 0) in init_xen_module()
963 if ((kobj_read_file(file, mp->symtbl, in init_xen_module()
965 (kobj_read_file(file, mp->strings, in init_xen_module()
976 if (kobj_read_file(file, mp->ctfdata, mp->ctfsize, in init_xen_module()
/titanic_44/usr/src/uts/common/krtld/
H A Dkobj_stubs.c79 kobj_read_file(struct _buf *file, char *buf, unsigned size, unsigned off) in kobj_read_file() function
H A Dkobj.c598 if (kobj_read_file(file, (char *)&ehdr, sizeof (ehdr), 0) < 0) { in synthetic_bootaux()
613 if (kobj_read_file(file, phdrbase, n, ehdr.e_phoff) < 0) { in synthetic_bootaux()
1240 if (kobj_read_file(file, (char *)&mp->hdr, in bind_primary()
1245 if (kobj_read_file(file, mp->shdrs, n, in bind_primary()
1797 if (kobj_read_file(file, dyndata, dshp->sh_size, dshp->sh_offset) < 0) { in do_dynamic()
1806 if (kobj_read_file(file, dstrdata, dstrp->sh_size, in do_dynamic()
1900 if (kobj_read_file(file, (char *)&mp->hdr, sizeof (mp->hdr), 0) < 0) { in kobj_load_module()
1960 if (kobj_read_file(file, mp->shdrs, n, mp->hdr.e_shoff) < 0) { in kobj_load_module()
2411 if (kobj_read_file(file, (char *)bits_ptr, in get_progbits()
2506 if (kobj_read_file(file, (char *)shp->sh_addr, in get_syms()
[all …]
/titanic_44/usr/src/uts/sun4/os/
H A Dforthdebug.c124 sz = kobj_read_file(file, fth_buf, fsz, 0); /* entire file */ in forthdebug_init()
/titanic_44/usr/src/uts/sparc/krtld/
H A Dmapfile69 kobj_read_file;
/titanic_44/usr/src/uts/common/sys/
H A Dkobj.h186 extern int kobj_read_file(struct _buf *, char *, unsigned, unsigned);
/titanic_44/usr/src/uts/common/os/
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()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dspa_config.c108 if (kobj_read_file(file, buf, fsize, 0) < 0) in spa_config_load()
/titanic_44/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h607 extern int kobj_read_file(struct _buf *file, char *buf, unsigned size,
/titanic_44/usr/src/lib/libzpool/common/
H A Dkernel.c754 kobj_read_file(struct _buf *file, char *buf, unsigned size, unsigned off) in kobj_read_file() function
/titanic_44/usr/src/uts/i86pc/os/
H A Dmicrocode.c337 count = kobj_read_file(eq, (char *)ucode_eqtbl_amd, size, 0); in ucode_equiv_cpu_amd()
H A Dfastboot.c1031 if (kobj_read_file(file, (char *)va, fsize, 0) < 0) { in fastboot_load_kernel()
/titanic_44/usr/src/uts/common/io/
H A Ddevinfo.c3939 n = kobj_read_file(file, (caddr_t)all, sizeof (*all) + 1, 0); in di_cache_read()
3960 n = kobj_read_file(file, buf, chunk, off); in di_cache_read()
3976 if (kobj_read_file(file, (caddr_t)&sz, 1, off) > 0) { in di_cache_read()
/titanic_44/usr/src/uts/intel/io/acpica/
H A Dosl.c299 count = kobj_read_file(file, buf1, MAX_DAT_FILE_SIZE-1, 0); in AcpiOsTableOverride()