/titanic_44/usr/src/uts/i86xpv/os/ |
H A D | xpv_panic.c | 860 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 D | kobj_stubs.c | 79 kobj_read_file(struct _buf *file, char *buf, unsigned size, unsigned off) in kobj_read_file() function
|
H A D | kobj.c | 598 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 D | forthdebug.c | 124 sz = kobj_read_file(file, fth_buf, fsz, 0); /* entire file */ in forthdebug_init()
|
/titanic_44/usr/src/uts/sparc/krtld/ |
H A D | mapfile | 69 kobj_read_file;
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | kobj.h | 186 extern int kobj_read_file(struct _buf *, char *, unsigned, unsigned);
|
/titanic_44/usr/src/uts/common/os/ |
H A D | devcache.c | 393 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 D | instance.c | 300 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 D | spa_config.c | 108 if (kobj_read_file(file, buf, fsize, 0) < 0) in spa_config_load()
|
/titanic_44/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 607 extern int kobj_read_file(struct _buf *file, char *buf, unsigned size,
|
/titanic_44/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 754 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 D | microcode.c | 337 count = kobj_read_file(eq, (char *)ucode_eqtbl_amd, size, 0); in ucode_equiv_cpu_amd()
|
H A D | fastboot.c | 1031 if (kobj_read_file(file, (char *)va, fsize, 0) < 0) { in fastboot_load_kernel()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | devinfo.c | 3939 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 D | osl.c | 299 count = kobj_read_file(file, buf1, MAX_DAT_FILE_SIZE-1, 0); in AcpiOsTableOverride()
|