Searched refs:fi (Results 1 - 25 of 96) sorted by relevance

1234

/freebsd-current/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_complex_num.c6 return d + 0.1fi;
/freebsd-current/sys/xen/
H A Dfeatures.c14 xen_feature_info_t fi; local
18 fi.submap_idx = i;
19 if (HYPERVISOR_xen_version(XENVER_get_features, &fi) < 0)
22 xen_features[i*32 + j] = !!(fi.submap & 1<<j);
/freebsd-current/contrib/wpa/wpa_supplicant/binder/
H A Dsupplicant.h3 * Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi>
13 #include "fi/w1/wpa_supplicant/BnSupplicant.h"
14 #include "fi/w1/wpa_supplicant/IIface.h"
15 #include "fi/w1/wpa_supplicant/ISupplicantCallbacks.h"
30 class Supplicant : public fi::w1::wpa_supplicant::BnSupplicant
38 android::sp<fi::w1::wpa_supplicant::IIface> *aidl_return) override;
43 android::sp<fi::w1::wpa_supplicant::IIface> *aidl_return) override;
49 std::vector<android::sp<fi::w1::wpa_supplicant::ISupplicantCallbacks>>
H A Diface.h3 * Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi>
13 #include "fi/w1/wpa_supplicant/BnIface.h"
28 class Iface : public fi::w1::wpa_supplicant::BnIface
H A Dbinder_manager.h3 * Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi>
40 android::sp<fi::w1::wpa_supplicant::IIface> *iface_object);
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_rcmd_pxy.c143 fr_info_t fi; local
205 bcopy((char *)fin, (char *)&fi, sizeof(fi));
206 fi.fin_flx |= FI_IGNORE;
207 fi.fin_data[0] = 0;
208 fi.fin_data[1] = sp;
209 fi.fin_src6 = nat->nat_ndst6;
210 fi.fin_dst6 = nat->nat_nsrc6;
215 nat2 = ipf_nat6_outlookup(&fi, NAT_SEARCH|IPN_TCP,
220 nat2 = ipf_nat6_inlookup(&fi, NAT_SEARC
[all...]
H A Dip_raudio_pxy.c186 fr_info_t fi; local
268 bcopy((char *)fin, (char *)&fi, sizeof(fi));
271 fi.fin_flx |= FI_IGNORE;
272 fi.fin_dp = (char *)tcp2;
273 fi.fin_fr = &raudiofr;
274 fi.fin_dlen = sizeof(*tcp2);
275 fi.fin_plen = fi.fin_hlen + sizeof(*tcp2);
286 fi
[all...]
H A Dip_ipsec_pxy.c136 fr_info_t fi; local
212 bcopy((char *)fin, (char *)&fi, sizeof(fi));
213 fi.fin_fi.fi_p = IPPROTO_ESP;
214 fi.fin_fr = &softi->ipsec_fr;
215 fi.fin_data[0] = 0;
216 fi.fin_data[1] = 0;
219 fi.fin_flx &= ~(FI_TCPUDP|FI_STATE|FI_FRAG);
220 fi.fin_flx |= FI_IGNORE;
235 ipsec->ipsc_nat = ipf_nat_add(&fi, ip
263 fr_info_t fi; local
[all...]
H A Dip_tftp_pxy.c279 fr_info_t fi; local
291 bcopy((char *)fin, (char *)&fi, sizeof(fi));
292 fi.fin_flx |= FI_IGNORE;
293 fi.fin_data[1] = 0;
301 fi.fin_fr = &tftpfr;
302 fi.fin_dp = (char *)&udp;
303 fi.fin_sport = 0;
304 fi.fin_dport = ntohs(ti->ti_rule->in_ndport);
305 fi
[all...]
H A Dip_irc_pxy.c256 fr_info_t fi; local
383 bcopy((caddr_t)fin, (caddr_t)&fi, sizeof(fi));
384 fi.fin_data[0] = sp;
385 fi.fin_data[1] = fin->fin_data[1];
393 bcopy((caddr_t)fin, (caddr_t)&fi, sizeof(fi));
398 fi.fin_data[0] = ntohs(sp);
399 fi.fin_data[1] = 0;
400 fi
[all...]
H A Dip_rpcb_pxy.c1107 fr_info_t fi; local
1114 bcopy((char *)fin, (char *)&fi, sizeof(fi));
1115 fi.fin_out = 0;
1116 fi.fin_p = proto;
1117 fi.fin_sport = 0;
1118 fi.fin_dport = port & 0xffff;
1119 fi.fin_flx |= FI_IGNORE;
1120 fi.fin_saddr = nat->nat_osrcaddr;
1121 fi
[all...]
H A Dip_pptp_pxy.c193 fr_info_t fi; local
204 bcopy((char *)fin, (char *)&fi, sizeof(fi));
206 fi.fin_fi.fi_p = IPPROTO_GRE;
207 fi.fin_fr = &pptpfr;
210 fi.fin_data[0] = pptp->pptp_call[0];
211 fi.fin_data[1] = pptp->pptp_call[1];
213 fi.fin_data[0] = pptp->pptp_call[1];
214 fi.fin_data[1] = pptp->pptp_call[0];
218 fi
[all...]
/freebsd-current/share/examples/ipfilter/samples/
H A Duserauth.c21 fr_ip_t *fi = &fin->fin_fi; local
34 printf("%s ", inet_ntoa(fi->fi_src));
35 if (fi->fi_flx & FI_TCPUDP)
37 printf("-> %s ", inet_ntoa(fi->fi_dst));
38 if (fi->fi_flx & FI_TCPUDP)
/freebsd-current/usr.sbin/makefs/
H A Dmtree.c86 struct mtree_fileinfo *fi; local
88 fi = emalloc(sizeof(*fi));
90 fi->name = estrdup("(stdin)");
92 fi->name = estrdup(name);
93 if (fi->name == NULL) {
94 free(fi);
98 fi->fp = fp;
99 fi->line = 0;
101 SLIST_INSERT_HEAD(&mtree_fileinfo, fi, nex
108 struct mtree_fileinfo *fi; local
332 struct mtree_fileinfo *fi; local
1032 struct mtree_fileinfo *fi; local
[all...]
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c507 struct fileinfo *fi; local
520 fi = calloc(n_files, sizeof(*fi));
521 if (fi == NULL) {
526 if(lstat_file(files[i], &fi[i].st) < 0) {
528 fi[i].filename = NULL;
531 total_blocks += block_convert(fi[i].st.st_blocks);
532 if(S_ISDIR(fi[i].st.st_mode)) {
545 ret = make_fileinfo(out, files[i], &fi[i], flags);
554 qsort(fi, n_file
[all...]
/freebsd-current/share/mk/
H A Dinstall-new.mk29 fi; \
30 fi; \
32 fi; }
43 fi; \
44 fi; \
46 fi; }
63 fi; \
/freebsd-current/contrib/atf/atf-c++/detail/
H A Dfs_test.cpp225 file_info fi(p);
227 ATF_REQUIRE_EQ(fi.get_device(), fia.get_device());
228 ATF_REQUIRE_EQ(fi.get_inode(), fia.get_inode());
236 file_info fi(p);
238 ATF_REQUIRE_EQ(fi.get_device(), fia.get_device());
239 ATF_REQUIRE_EQ(fi.get_inode(), fia.get_inode());
304 const file_info& fi = (*iter).second;
305 ATF_REQUIRE(fi.get_type() == file_info::dir_type);
311 const file_info& fi = (*iter).second;
312 ATF_REQUIRE(fi
[all...]
/freebsd-current/sys/dev/dpaa/
H A Dif_dtsec_rm.c125 struct dtsec_rm_frame_info *fi; local
127 fi = uma_zalloc(sc->sc_fi_zone, M_NOWAIT);
129 return (fi);
133 dtsec_rm_fi_free(struct dtsec_softc *sc, struct dtsec_rm_frame_info *fi) argument
136 uma_zfree(sc->sc_fi_zone, fi);
401 struct dtsec_rm_frame_info *fi; local
417 fi = DPAA_SGTE_GET_ADDR(sgt0);
420 m_freem(fi->fi_mbuf);
421 dtsec_rm_fi_free(sc, fi);
539 struct dtsec_rm_frame_info *fi; local
[all...]
/freebsd-current/contrib/wpa/src/ap/
H A Dap_list.h3 * Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi>
38 struct hostapd_frame_info *fi);
/freebsd-current/contrib/netbsd-tests/fs/common/
H A Dsnapshot.c133 int di, fi; local
143 for (fi = 0; fi < 5; fi++) {
145 prefix, di, fi);
150 for (fi = 0; fi < 5; fi++) {
152 prefix, di, fi);
/freebsd-current/contrib/bmake/mk/
H A Dinstall-new.mk31 fi; \
32 fi; \
34 fi; }
51 fi; \
/freebsd-current/usr.bin/mail/
H A Dsend.c448 infix(struct header *hp, FILE *fi) argument
459 return (fi);
465 return (fi);
470 c = getc(fi);
473 c = getc(fi);
475 if (ferror(fi)) {
477 rewind(fi);
478 return (fi);
485 rewind(fi);
486 return (fi);
557 savemail(char name[], FILE *fi) argument
[all...]
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Datan2f_3u.c29 uint32_t fi = asuint (f); local
30 int32_t ex = (int32_t) ((fi & 0x7f800000) >> 23);
35 return ex - __builtin_clz (fi << 9);
/freebsd-current/contrib/libdiff/lib/
H A Ddiff_myers.c320 int fi;
321 for (fi = d; fi >= k; fi--) {
322 debug("kd_forward[%d] = (%d, %d)\n", fi,
323 kd_forward[fi], kd_forward[fi] - fi);
631 int fi;
632 for (fi
[all...]
/freebsd-current/libexec/comsat/
H A Dcomsat.c210 FILE *fi; local
219 if ((fi = fopen(file, "r")) == NULL)
222 (void)fseeko(fi, offset, SEEK_CUR);
231 while (fgets(line, sizeof(line), fi) != NULL) {
244 (void)fclose(fi);
271 (void)fclose(fi);

Completed in 228 milliseconds

1234