HomeSort by: relevance | last modified time | path
    Searched defs:fpe (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/kernel/arch/hppa/
execregs.c 62 static const uint64_t fpe[] = { local in function:setfpregs
75 const uint64_t *fpep = fpe;
94 : "m"(fpe));
  /src/dist/pf/usr.sbin/ftp-proxy/
ipf.c 104 struct ftp_proxy_entry *fpe; local in function:ftp_proxy_entry_create
107 fpe = malloc(sizeof(*fpe));
108 if (fpe == NULL)
111 fpe->id = id;
112 fpe->status = 0;
114 rv = snprintf(fpe->proxy_tag, sizeof(fpe->proxy_tag), "ftp_%d", id);
115 if (rv == -1 || rv >= sizeof(fpe->proxy_tag)) {
116 free(fpe);
143 struct ftp_proxy_entry *fpe; local in function:ftp_proxy_entry_find
226 struct ftp_proxy_entry *fpe = ftp_proxy_entry_find(id); local in function:ipf_add_rdr
286 struct ftp_proxy_entry *fpe, *n; local in function:ipf_do_commit
332 struct ftp_proxy_entry *fpe; local in function:ipf_prepare_commit
    [all...]
npf.c 148 fp_ent_t *fpe; local in function:proxy_lookup
150 LIST_FOREACH(fpe, &fp_ent_list, fpe_list) {
151 if (fpe->fpe_id == id)
155 return fpe;
206 fp_ent_t *fpe; local in function:npf_prepare_commit
209 fpe = proxy_lookup(id);
210 if (fpe) {
212 npf_rule_destroy(fpe->fpe_rl);
213 npf_rule_destroy(fpe->fpe_nat);
214 npf_rule_destroy(fpe->fpe_rdr)
236 fp_ent_t *fpe; local in function:npf_add_filter
275 fp_ent_t *fpe; local in function:npf_add_nat
319 fp_ent_t *fpe; local in function:npf_add_rdr
376 fp_ent_t *fpe; local in function:npf_do_commit
    [all...]
  /src/usr.bin/xlint/lint1/
main1.c 80 sig_atomic_t fpe; variable in typeref:typename:sig_atomic_t
129 fpe = 1;

Completed in 14 milliseconds