| /src/external/bsd/am-utils/dist/fsinfo/ |
| wr_bparam.c | 54 write_nfsname(FILE *ef, fsmount *fp, char *hn) 60 fprintf(ef, "%s:%s", h, fp->f_volname); 70 write_boot_info(FILE *ef, host *hp) 74 fprintf(ef, "%s\troot=", hp->h_hostname); 75 errors += write_nfsname(ef, hp->h_netroot, hp->h_hostname); 76 fputs(" swap=", ef); 77 errors += write_nfsname(ef, hp->h_netswap, hp->h_hostname); 78 fputs("\n", ef); 93 FILE *ef = pref_open(bootparams_pref, "bootparams", info_hdr, "bootparams"); local 94 if (ef) { [all...] |
| wr_dumpset.c | 51 write_dumpset_info(FILE *ef, qelem *q) 58 fprintf(ef, "%s\t%s:%-30s\t# %s\n", 77 FILE *ef = pref_open(dumpset_pref, "dumpsets", info_hdr, "exabyte dumpset"); local 78 if (ef) { 83 errors += write_dumpset_info(ef, hp->h_disk_fs); 86 errors += pref_close(ef);
|
| wr_exportfs.c | 51 write_export_info(FILE *ef, qelem *q, int errors) 57 fprintf(ef, "%s\t%s\n", mp->m_volname, mp->m_exportfs); 59 errors += write_export_info(ef, mp->m_mount, 0); 67 write_dkexports(FILE *ef, qelem *q) 74 errors += write_export_info(ef, dp->d_mount, 0); 92 FILE *ef = pref_open(exportfs_pref, hp->h_hostname, gen_hdr, hp->h_hostname); local 93 if (ef) { 95 errors += write_dkexports(ef, hp->h_disk_fs); 96 errors += pref_close(ef);
|
| wr_fstab.c | 52 static void write_aix1_dkfstab(FILE *ef, disk_fs *dp); 53 static void write_aix1_dkrmount(FILE *ef, char *hn, fsmount *fp); 54 static void write_aix3_dkfstab(FILE *ef, disk_fs *dp); 55 static void write_aix3_dkrmount(FILE *ef, char *hn, fsmount *fp); 56 static int write_dkfstab(FILE *ef, qelem *q, void (*output) (FILE *, disk_fs *)); 57 static int write_dkrmount(FILE *ef, qelem *q, char *hn, void (*output) (FILE *, char *, fsmount *)); 58 static void write_generic_dkfstab(FILE *ef, disk_fs *dp); 59 static void write_generic_dkrmount(FILE *ef, char *hn, fsmount *fp); 60 static void write_ultrix_dkfstab(FILE *ef, disk_fs *dp); 61 static void write_ultrix_dkrmount(FILE *ef, char *hn, fsmount *fp) 319 FILE *ef = pref_open(fstab_pref, hp->h_hostname, gen_hdr, hp->h_hostname); local [all...] |
| fsi_util.c | 186 info_hdr(FILE *ef, char *info) 188 fprintf(ef, "# *** NOTE: This file contains %s info\n", info); 193 gen_hdr(FILE *ef, char *hn) 195 fprintf(ef, "# *** NOTE: Only for use on %s\n", hn); 274 FILE *ef; local 278 ef = fopen(p, "w"); 279 if (ef) { 280 (*hdr) (ef, arg); 281 make_banner(ef); 286 return ef; [all...] |
| /src/sys/arch/amd64/include/ |
| profile.h | 116 u_long ef; local 118 __asm volatile("pushfq; popq %0" : "=r" (ef)); 119 return (ef); 123 mcount_write_psl(u_long ef) 125 __asm volatile("pushq %0; popfq" : : "r" (ef));
|
| /src/sys/arch/i386/include/ |
| profile.h | 96 u_long ef; local 98 __asm volatile("pushfl; popl %0" : "=r" (ef)); 99 return (ef); 103 mcount_write_psl(u_long ef) 105 __asm volatile("pushl %0; popfl" : : "r" (ef));
|
| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| tasn_fre.c | 31 const ASN1_EXTERN_FUNCS *ef; local 81 ef = it->funcs; 82 if (ef && ef->asn1_ex_free) 83 ef->asn1_ex_free(pval, it);
|
| tasn_new.c | 63 const ASN1_EXTERN_FUNCS *ef; local 76 ef = it->funcs; 77 if (ef != NULL) { 78 if (ef->asn1_ex_new_ex != NULL) { 79 if (!ef->asn1_ex_new_ex(pval, it, libctx, propq)) 81 } else if (ef->asn1_ex_new != NULL) { 82 if (!ef->asn1_ex_new(pval, it)) 174 const ASN1_EXTERN_FUNCS *ef; local 179 ef = it->funcs; 180 if (ef && ef->asn1_ex_clear [all...] |
| tasn_enc.c | 86 const ASN1_EXTERN_FUNCS *ef; local 143 ef = it->funcs; 144 return ef->asn1_ex_i2d(pval, out, it, tag, aclass);
|
| tasn_prn.c | 138 const ASN1_EXTERN_FUNCS *ef; local 182 ef = it->funcs; 183 if (ef && ef->asn1_ex_print) { 184 i = ef->asn1_ex_print(out, fld, indent, "", pctx);
|
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| tasn_fre.c | 31 const ASN1_EXTERN_FUNCS *ef; local 81 ef = it->funcs; 82 if (ef && ef->asn1_ex_free) 83 ef->asn1_ex_free(pval, it);
|
| tasn_new.c | 64 const ASN1_EXTERN_FUNCS *ef; local 77 ef = it->funcs; 78 if (ef != NULL) { 79 if (ef->asn1_ex_new_ex != NULL) { 80 if (!ef->asn1_ex_new_ex(pval, it, libctx, propq)) 82 } else if (ef->asn1_ex_new != NULL) { 83 if (!ef->asn1_ex_new(pval, it)) 176 const ASN1_EXTERN_FUNCS *ef; local 181 ef = it->funcs; 182 if (ef && ef->asn1_ex_clear [all...] |
| tasn_enc.c | 88 const ASN1_EXTERN_FUNCS *ef; local 145 ef = it->funcs; 146 return ef->asn1_ex_i2d(pval, out, it, tag, aclass);
|
| tasn_prn.c | 140 const ASN1_EXTERN_FUNCS *ef; local 183 ef = it->funcs; 184 if (ef && ef->asn1_ex_print) { 185 i = ef->asn1_ex_print(out, fld, indent, "", pctx);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| tasn_fre.c | 31 const ASN1_EXTERN_FUNCS *ef; local 81 ef = it->funcs; 82 if (ef && ef->asn1_ex_free) 83 ef->asn1_ex_free(pval, it);
|
| tasn_new.c | 45 const ASN1_EXTERN_FUNCS *ef; local 62 ef = it->funcs; 63 if (ef && ef->asn1_ex_new) { 64 if (!ef->asn1_ex_new(pval, it)) 171 const ASN1_EXTERN_FUNCS *ef; local 176 ef = it->funcs; 177 if (ef && ef->asn1_ex_clear) 178 ef->asn1_ex_clear(pval, it) [all...] |
| tasn_enc.c | 87 const ASN1_EXTERN_FUNCS *ef; local 142 ef = it->funcs; 143 return ef->asn1_ex_i2d(pval, out, it, tag, aclass);
|
| tasn_prn.c | 140 const ASN1_EXTERN_FUNCS *ef; local 183 ef = it->funcs; 184 if (ef && ef->asn1_ex_print) { 185 i = ef->asn1_ex_print(out, fld, indent, "", pctx);
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tset_z_2exp.c | 142 mpfr_exp_t ef, emin, emax; local 146 ef = i == 0 ? 0 : mpfr_get_exp (f1); 147 for (emin = ef - 2; emin <= ef + 2; emin++) 148 for (emax = emin; emax <= ef + 2; emax++)
|
| tget_z.c | 164 mpfr_exp_t ef; local 168 ef = MPFR_GET_EXP (f); 169 set_emin (ef); 170 set_emax (ef);
|
| /src/usr.bin/mail/ |
| main.c | 187 const char *ef; local 222 ef = NULL; 302 ef = argv[optind++]; 304 ef = "&"; 391 if (ef != NULL && to != NULL) { 445 if (ef == NULL) 446 ef = "%"; 447 if (setfile(ef) < 0)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| digraph.cc | 145 test_edge *ef = g.add_test_edge (e, f); local 207 ASSERT_EQ (path_to_f.m_edges[1], ef); 249 ASSERT_EQ (path_to_b.m_edges[1], ef); 260 ASSERT_EQ (path_to_e.m_edges[0], ef);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| digraph.cc | 145 test_edge *ef = g.add_test_edge (e, f); local 207 ASSERT_EQ (path_to_f.m_edges[1], ef); 249 ASSERT_EQ (path_to_b.m_edges[1], ef); 260 ASSERT_EQ (path_to_e.m_edges[0], ef);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
| ior.h | 42 bool ef; member in struct:nvkm_ior::__anon5319
|