Home
last modified time | relevance | path

Searched refs:efp (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c1701 core_elf_fdopen(elf_file_t *efp, GElf_Half type, int *perr) in core_elf_fdopen() argument
1716 if (pread64(efp->e_fd, &e32, sizeof (e32), 0) != sizeof (e32)) { in core_elf_fdopen()
1744 if (pread64(efp->e_fd, &e64, sizeof (e64), 0) != sizeof (e64)) { in core_elf_fdopen()
1750 (void) memcpy(efp->e_hdr.e_ident, e64.e_ident, EI_NIDENT); in core_elf_fdopen()
1751 efp->e_hdr.e_type = e64.e_type; in core_elf_fdopen()
1752 efp->e_hdr.e_machine = e64.e_machine; in core_elf_fdopen()
1753 efp->e_hdr.e_version = e64.e_version; in core_elf_fdopen()
1754 efp->e_hdr.e_entry = e64.e_entry; in core_elf_fdopen()
1755 efp->e_hdr.e_phoff = e64.e_phoff; in core_elf_fdopen()
1756 efp->e_hdr.e_shoff = e64.e_shoff; in core_elf_fdopen()
[all …]
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c51 FILE *efp; in do_extends() local
106 efp = fopen(ifilename, "r"); in do_extends()
107 if (efp == NULL) { in do_extends()
120 while (M.mi_nlines = readline(&buf2, efp)) { in do_extends()
137 if (found = arch_match(efp, T_info->ti_archtoken)) in do_extends()
148 T_info->ti_archtoken, efp); in do_extends()
195 while (M.mi_nlines = readline(&buf2, efp)) { in do_extends()
256 (void) fclose(efp); in do_extends()
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dipft_ef.c43 static FILE *efp = NULL; variable
55 efp = stdin;
58 efp = fdopen(efd, "r");
80 if (!fgets(lbuf, sizeof(lbuf) - 1, efp))
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_nic.c38 __out efx_family_t *efp) in efx_family() argument
48 *efp = EFX_FAMILY_SIENA; in efx_family()
53 *efp = EFX_FAMILY_SIENA; in efx_family()
63 *efp = EFX_FAMILY_HUNTINGTON; in efx_family()
68 *efp = EFX_FAMILY_HUNTINGTON; in efx_family()
73 *efp = EFX_FAMILY_HUNTINGTON; in efx_family()
83 *efp = EFX_FAMILY_MEDFORD; in efx_family()
87 *efp = EFX_FAMILY_MEDFORD; in efx_family()
91 *efp = EFX_FAMILY_MEDFORD; in efx_family()
101 *efp = EFX_FAMILY_INVALID; in efx_family()
H A Defx.h71 __out efx_family_t *efp);
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfault.c154 const struct fmdump_fmt *efp = &fmdump_err_ops.do_formats[FMDUMP_VERB1]; in flt_verb23_cmn() local
182 fmdump_printf(fp, "\n %s\n", efp->do_hdr); in flt_verb23_cmn()
186 (void) efp->do_func(lp, &rp->rec_xrefs[i], fp); in flt_verb23_cmn()