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
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
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
226 struct ftp_proxy_entry *fpe = ftp_proxy_entry_find(id); local
286 struct ftp_proxy_entry *fpe, *n; local
332 struct ftp_proxy_entry *fpe; local
    [all...]
npf.c 148 fp_ent_t *fpe; local
150 LIST_FOREACH(fpe, &fp_ent_list, fpe_list) {
151 if (fpe->fpe_id == id)
155 return fpe;
206 fp_ent_t *fpe; local
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
275 fp_ent_t *fpe; local
319 fp_ent_t *fpe; local
376 fp_ent_t *fpe; local
    [all...]
  /src/usr.bin/xlint/lint1/
main1.c 80 sig_atomic_t fpe; variable
130 fpe = 1;

Completed in 24 milliseconds