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

/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_stubs.c79 kobj_read_file(struct _buf *file, char *buf, unsigned size, unsigned off) function
H A Dkobj.c598 if (kobj_read_file(file, (char *)&ehdr, sizeof (ehdr), 0) < 0) {
613 if (kobj_read_file(file, phdrbase, n, ehdr.e_phoff) < 0) {
1240 if (kobj_read_file(file, (char *)&mp->hdr,
1245 if (kobj_read_file(file, mp->shdrs, n,
1797 if (kobj_read_file(file, dyndata, dshp->sh_size, dshp->sh_offset) < 0) {
1806 if (kobj_read_file(file, dstrdata, dstrp->sh_size,
1900 if (kobj_read_file(file, (char *)&mp->hdr, sizeof (mp->hdr), 0) < 0) {
1960 if (kobj_read_file(file, mp->shdrs, n, mp->hdr.e_shoff) < 0) {
2411 if (kobj_read_file(file, (char *)bits_ptr,
2506 if (kobj_read_file(fil
3812 kobj_read_file(struct _buf *file, char *buf, uint_t size, uint_t off) function
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dfirmload.c145 if (kobj_read_file(fh->fh_buf, buf, len, offset) == -1)
H A Ddevcache.c393 n = kobj_read_file(file, (char *)&hdr, sizeof (hdr), offset);
435 n = kobj_read_file(file, buf, hdr.nvpf_size, offset);
449 rval = kobj_read_file(file, &c, 1, offset);
H A Dinstance.c300 switch (kobj_read_file(file, buf, PTI_MAGIC_STR_LEN, 0)) {
/illumos-gate/usr/src/uts/sun4/os/
H A Dforthdebug.c124 sz = kobj_read_file(file, fth_buf, fsz, 0); /* entire file */
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj.h186 extern int kobj_read_file(struct _buf *, char *, unsigned, unsigned);
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c861 if (kobj_read_file(file, (char *)&mp->hdr, sizeof (mp->hdr), 0) < 0)
873 if (kobj_read_file(file, mp->shdrs, n, mp->hdr.e_shoff) < 0)
880 if (kobj_read_file(file, names, shp->sh_size, shp->sh_offset) < 0)
964 if ((kobj_read_file(file, mp->symtbl,
966 (kobj_read_file(file, mp->strings,
977 if (kobj_read_file(file, mp->ctfdata, mp->ctfsize,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_config.c108 if (kobj_read_file(file, buf, fsize, 0) < 0)
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h611 extern int kobj_read_file(struct _buf *file, char *buf, unsigned size,
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c1031 if (kobj_read_file(file, (char *)va, fsize, 0) < 0) {
H A Dmicrocode.c337 count = kobj_read_file(eq, (char *)ucode_eqtbl_amd, size, 0);
/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c763 kobj_read_file(struct _buf *file, char *buf, unsigned size, unsigned off) function
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c3909 * use kobj_read_file()
3939 n = kobj_read_file(file, (caddr_t)all, sizeof (*all) + 1, 0);
3960 n = kobj_read_file(file, buf, chunk, off);
3976 if (kobj_read_file(file, (caddr_t)&sz, 1, off) > 0) {
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c292 count = kobj_read_file(file, buf1, MAX_DAT_FILE_SIZE-1, 0);

Completed in 84 milliseconds