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.c1759 if ((efp->e_hdr.e_shnum == 0 && efp->e_hdr.e_shoff != 0) || in core_elf_fdopen()
1842 (uint64_t)efp->e_hdr.e_shnum * efp->e_hdr.e_shentsize; in core_elf_fdopen()
1861 if (efp->e_hdr.e_shoff == efp->e_hdr.e_phoff + in core_elf_fdopen()
1890 if ((efp->e_elf = elf_begin(efp->e_fd, ELF_C_READ, NULL)) == NULL) { in core_elf_fdopen()
1899 efp->e_elf = NULL; in core_elf_fdopen()
1916 efp->e_fd = -1; in core_elf_open()
1935 efp->e_fd = -1; in core_elf_close()
2194 if (efp->e_hdr.e_shstrndx >= efp->e_hdr.e_shnum) { in core_load_shdrs()
2196 efp->e_hdr.e_shstrndx, efp->e_hdr.e_shnum); in core_load_shdrs()
2210 nbytes = efp->e_hdr.e_shnum * efp->e_hdr.e_shentsize; in core_load_shdrs()
[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()