Searched defs:efp (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/common/
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/cmd/fm/fmdump/common/
H A Dfault.c154 const struct fmdump_fmt *efp = &fmdump_err_ops.do_formats[FMDUMP_VERB1]; local
182 fmdump_printf(fp, "\n %s\n", efp->do_hdr);
186 efp->do_func(lp, &rp->rec_xrefs[i], fp);
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c53 FILE *efp; local
108 efp = fopen(ifilename, "r");
109 if (efp == NULL) {
122 while (M.mi_nlines = readline(&buf2, efp)) {
139 if (found = arch_match(efp, T_info->ti_archtoken))
150 T_info->ti_archtoken, efp);
197 while (M.mi_nlines = readline(&buf2, efp)) {
258 (void) fclose(efp);
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_nic.c38 __out efx_family_t *efp)
48 *efp = EFX_FAMILY_SIENA;
53 *efp = EFX_FAMILY_SIENA;
63 *efp = EFX_FAMILY_HUNTINGTON;
68 *efp = EFX_FAMILY_HUNTINGTON;
73 *efp = EFX_FAMILY_HUNTINGTON;
83 *efp = EFX_FAMILY_MEDFORD;
87 *efp = EFX_FAMILY_MEDFORD;
91 *efp = EFX_FAMILY_MEDFORD;
101 *efp
35 efx_family( __in uint16_t venid, __in uint16_t devid, __out efx_family_t *efp) argument
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c1596 * Perform elf_begin on efp->e_fd and verify the ELF file's type and class.
1599 core_elf_fdopen(elf_file_t *efp, GElf_Half type, int *perr) argument
1614 if (pread64(efp->e_fd, &e32, sizeof (e32), 0) != sizeof (e32)) {
1642 if (pread64(efp->e_fd, &e64, sizeof (e64), 0) != sizeof (e64)) {
1648 (void) memcpy(efp->e_hdr.e_ident, e64.e_ident, EI_NIDENT);
1649 efp->e_hdr.e_type = e64.e_type;
1650 efp->e_hdr.e_machine = e64.e_machine;
1651 efp->e_hdr.e_version = e64.e_version;
1652 efp->e_hdr.e_entry = e64.e_entry;
1653 efp
1839 core_elf_open(elf_file_t *efp, const char *path, GElf_Half type, int *perr) argument
1858 core_elf_close(elf_file_t *efp) argument
2099 core_exec_open(const char *path, void *efp) argument
2114 core_load_shdrs(struct ps_prochandle *P, elf_file_t *efp) argument
[all...]
/illumos-gate/usr/src/lib/efcode/engine/
H A Dforth.c2414 error_frame *efp; local
2428 efp = env->catch_frame;
2429 if (!efp)
2439 DS = efp->ds;
2440 RS = efp->rs;
2441 MYSELF = efp->myself;
2443 efp->code = errcode;

Completed in 96 milliseconds