Home
last modified time | relevance | path

Searched defs:ef (Results 1 – 25 of 50) sorted by relevance

12

/netbsd-src/external/bsd/am-utils/dist/fsinfo/
H A Dwr_fstab.c101 write_aix1_dkfstab(FILE *ef, disk_fs *dp) in write_aix1_dkfstab()
122 write_aix1_dkrmount(FILE *ef, char *hn, fsmount *fp) in write_aix1_dkrmount()
152 write_aix3_dkfstab(FILE *ef, disk_fs *dp) in write_aix3_dkfstab()
171 write_aix3_dkrmount(FILE *ef, char *hn, fsmount *fp) in write_aix3_dkrmount()
192 write_ultrix_dkfstab(FILE *ef, disk_fs *dp) in write_ultrix_dkfstab()
205 write_ultrix_dkrmount(FILE *ef, char *hn, fsmount *fp) in write_ultrix_dkrmount()
226 write_generic_dkfstab(FILE *ef, disk_fs *dp) in write_generic_dkfstab()
239 write_generic_dkrmount(FILE *ef, char *hn, fsmount *fp) in write_generic_dkrmount()
282 write_dkfstab(FILE *ef, qelem *q, void (*output) (FILE *, disk_fs *)) in write_dkfstab() argument
296 write_dkrmount(FILE *ef, qelem *q, char *hn, void (*output) (FILE *, char *, fsmount *)) in write_dkrmount() argument
[all …]
H A Dwr_bparam.c54 write_nfsname(FILE *ef, fsmount *fp, char *hn) in write_nfsname()
70 write_boot_info(FILE *ef, host *hp) in write_boot_info()
93 FILE *ef = pref_open(bootparams_pref, "bootparams", info_hdr, "bootparams"); in write_bootparams() local
H A Dwr_exportfs.c51 write_export_info(FILE *ef, qelem *q, int errors) in write_export_info()
67 write_dkexports(FILE *ef, qelem *q) in write_dkexports()
92 FILE *ef = pref_open(exportfs_pref, hp->h_hostname, gen_hdr, hp->h_hostname); in write_exportfs() local
H A Dwr_dumpset.c51 write_dumpset_info(FILE *ef, qelem *q) in write_dumpset_info()
77 FILE *ef = pref_open(dumpset_pref, "dumpsets", info_hdr, "exabyte dumpset"); in write_dumpset() local
H A Dfsi_util.c186 info_hdr(FILE *ef, char *info) in info_hdr()
193 gen_hdr(FILE *ef, char *hn) in gen_hdr()
274 FILE *ef; in pref_open() local
/netbsd-src/sys/arch/i386/include/
H A Dprofile.h96 u_long ef; in mcount_read_psl() local
103 mcount_write_psl(u_long ef) in mcount_write_psl()
/netbsd-src/sys/arch/amd64/include/
H A Dprofile.h116 u_long ef; in mcount_read_psl() local
123 mcount_write_psl(u_long ef) in mcount_write_psl()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dtasn_new.c45 const ASN1_EXTERN_FUNCS *ef; in asn1_item_embed_new() local
171 const ASN1_EXTERN_FUNCS *ef; in asn1_item_clear() local
H A Dtasn_fre.c31 const ASN1_EXTERN_FUNCS *ef; in asn1_item_embed_free() local
H A Dtasn_prn.c140 const ASN1_EXTERN_FUNCS *ef; in asn1_item_print_ctx() local
H A Dtasn_enc.c87 const ASN1_EXTERN_FUNCS *ef; in ASN1_item_ex_i2d() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dtasn_new.c64 const ASN1_EXTERN_FUNCS *ef; in asn1_item_embed_new() local
176 const ASN1_EXTERN_FUNCS *ef; in asn1_item_clear() local
H A Dtasn_prn.c140 const ASN1_EXTERN_FUNCS *ef; in asn1_item_print_ctx() local
H A Dtasn_enc.c88 const ASN1_EXTERN_FUNCS *ef; in ASN1_item_ex_i2d() local
/netbsd-src/tests/lib/libutil/
H A Dt_efun.c45 handler(int ef, const char *fmt, ...) in handler()
/netbsd-src/usr.bin/mail/
H A Dmain.c187 const char *ef; in main() local
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtset_z_2exp.c142 mpfr_exp_t ef, emin, emax; in check() local
H A Dtget_z.c164 mpfr_exp_t ef; in check_one() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMathExtras.h72 constexpr float ef = 2.71828183F, // (0x1.5bf0a8P+1) https://oeis.org/A001113 variable
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c229 struct amdgpu_amdkfd_fence *ef) in amdgpu_amdkfd_remove_eviction_fence()
882 struct dma_fence **ef) in init_kfd_vm()
969 struct dma_fence **ef) in amdgpu_amdkfd_gpuvm_create_process_vm()
1005 struct dma_fence **ef) in amdgpu_amdkfd_gpuvm_acquire_process_vm()
1984 int amdgpu_amdkfd_gpuvm_restore_process_bos(void *info, struct dma_fence **ef) in amdgpu_amdkfd_gpuvm_restore_process_bos()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dimportc.d131 Expression ef = new DotVarExp(e.loc, e, s.isDeclaration()); in fieldLookup() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
H A Dnouveau_nvkm_subdev_i2c_aux.c151 nvkm_i2c_aux_lnk_ctl(struct nvkm_i2c_aux *aux, int nr, int bw, bool ef) in nvkm_i2c_aux_lnk_ctl()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregex.c30 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) argument
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddigraph.cc145 test_edge *ef = g.add_test_edge (e, f); in test_shortest_paths() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dior.h42 bool ef; member

12