Home
last modified time | relevance | path

Searched refs:fil (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/sys/netgraph/
H A Dng_etf.c159 struct filter *fil; in ng_etf_findentry() local
161 LIST_FOREACH(fil, chain, next) { in ng_etf_findentry()
162 if (fil->ethertype == ethertype) { in ng_etf_findentry()
163 return (fil); in ng_etf_findentry()
281 struct filter *fil; in ng_etf_rcvmsg() local
315 fil = malloc(sizeof(*fil), in ng_etf_rcvmsg()
317 if (fil == NULL) { in ng_etf_rcvmsg()
322 fil->match_hook = hook; in ng_etf_rcvmsg()
323 fil->ethertype = htons(f->ethertype); in ng_etf_rcvmsg()
325 + HASH(fil->ethertype), in ng_etf_rcvmsg()
[all …]
/freebsd/usr.bin/vi/catalog/
H A Dswedish.UTF-8.base20 021 "ny fil"
27 028 "tom fil"
62 068 "Det finns ingen fil %s, läsbar av dig, att återskapa"
63 069 "Det finns äldre versioner av denna fil som du kan återskapa"
131 138 "Ny exrc fil: %s"
153 160 "Det finns ingen fil %s i märkesstacken; använd :display t[ags]"
166 173 "%s kommandot kräver att en fil redan lästs in"
169 177 "Tom fil"
172 180 "Ingen tidigare fil att editera"
227 237 "Kan inte skapa temporär fil"
[all …]
/freebsd/sys/modules/ipfilter/
H A DMakefile5 ip_log.c ip_fil_freebsd.c fil.c ip_lookup.c ip_pool.c ip_htable.c \
18 CWARNFLAGS.fil.c= ${NO_WSELF_ASSIGN} -Wno-unused
/freebsd/sys/netinet/
H A Dtcp_subr.c4607 struct tcp_sendfile_track *fil; in tcp_req_alloc_req_full() local
4619 fil = &tp->t_tcpreq_info[i]; in tcp_req_alloc_req_full()
4620 if ((fil->flags & TCP_TRK_TRACK_FLG_USED) == 0) in tcp_req_alloc_req_full()
4622 if ((fil->timestamp == req->timestamp) && in tcp_req_alloc_req_full()
4623 (fil->start == req->start) && in tcp_req_alloc_req_full()
4624 ((fil->flags & TCP_TRK_TRACK_FLG_OPEN) || in tcp_req_alloc_req_full()
4625 (fil->end == req->end))) { in tcp_req_alloc_req_full()
4633 return (fil); in tcp_req_alloc_req_full()
4647 fil = &tp->t_tcpreq_info[i]; in tcp_req_alloc_req_full()
4648 if (fil->flags == TCP_TRK_TRACK_FLG_EMPTY) { in tcp_req_alloc_req_full()
[all …]
/freebsd/sys/fs/nullfs/
H A Dnull_subr.c283 null_checkvp(struct vnode *vp, char *fil, int lno) in null_checkvp() argument
310 fil, lno); in null_checkvp()
H A Dnull.h74 struct vnode *null_checkvp(struct vnode *vp, char *fil, int lno);
/freebsd/sys/contrib/openzfs/cmd/
H A Ddbufstat.in590 for fil in fils:
591 f = [x.strip() for x in fil.split("=")]
594 sys.stderr.write("Invalid filter '%s'.\n" % fil)
/freebsd/sbin/ipf/ipftest/
H A DMakefile3 SRCS= ${GENHDRS} ipftest.c fil.c ip_frag.c ip_state.c ip_nat.c \
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dr9a08g045.dtsi361 interrupt-names = "mux", "fil", "arp_ns";
380 interrupt-names = "mux", "fil", "arp_ns";
H A Dr9a07g043.dtsi686 interrupt-names = "mux", "fil", "arp_ns";
706 interrupt-names = "mux", "fil", "arp_ns";
H A Dr9a07g044.dtsi1090 interrupt-names = "mux", "fil", "arp_ns";
1110 interrupt-names = "mux", "fil", "arp_ns";
H A Dr9a07g054.dtsi1098 interrupt-names = "mux", "fil", "arp_ns";
1118 interrupt-names = "mux", "fil", "arp_ns";
/freebsd/lib/libc/nls/
H A Dno_NO.ISO8859-1.msg58 26 Kj�rbar fil i bruk
H A Dsv_SE.ISO8859-1.msg22 8 Ej k�rbar fil
/freebsd/contrib/file/magic/Magdir/
H A Dwordprocessors71 !:ext fil
120 !:mime application/x-wordperfect-fil
122 !:ext fil
/freebsd/share/misc/
H A Diso639173 fil fil Filipino; Pilipino
/freebsd/crypto/heimdal/doc/
H A Dcopyright.texi3 @vskip 20pt plus 1fil
H A Dhx509.texi37 @def@copynext{@vskip 20pt plus 1fil}
/freebsd/contrib/byacc/
H A Dconfigure221 -cache-file | --cache-file | --cache-fil | --cache-fi \
224 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
7929 --file | --fil | --fi | --f )
/freebsd/crypto/heimdal/
H A Dltmain.sh5296 for fil in `cat "$save_arg"`
5299 arg=$fil
/freebsd/contrib/openbsm/config/
H A Dltmain.sh6713 for fil in `cat "$save_arg"`
6716 arg=$fil
/freebsd/contrib/openpam/
H A Dltmain.sh6970 for fil in `cat "$save_arg"`
6973 arg=$fil
/freebsd/contrib/ntp/sntp/libevent/
H A Dltmain.sh6713 for fil in `cat "$save_arg"`
6716 arg=$fil
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh6713 for fil in `cat "$save_arg"`
6716 arg=$fil
/freebsd/contrib/libevent/build-aux/
H A Dltmain.sh6928 for fil in `cat "$save_arg"`
6931 arg=$fil

12