Home
last modified time | relevance | path

Searched refs:srcs (Results 1 – 18 of 18) sorted by relevance

/netbsd/src/tests/ipf/regress/
Df271 pass in quick proto tcp from 1.1.1.0/24 to any port = 22 flags S keep state(max-srcs 3)
2 pass in quick proto tcp from 1.1.1.0/24 to any port = 22 flags S keep state(max-srcs 3, max-per-src…
3 pass in quick proto tcp from 1.1.1.0/24 to any port = 22 flags S keep state(max-srcs 3, max-per-src…
4 pass in quick proto tcp all flags S keep state(max-srcs 3)
5 pass in quick proto tcp all flags S keep state(max-srcs 3, max-per-src 1/32)
6 pass in quick proto tcp all flags S keep state(max-srcs 3, max-per-src 1/16)
Df261 pass in quick proto tcp from 1.1.1.0/24 to any port = 22 flags S keep state(max-srcs 3)
2 pass in quick proto tcp from 1.1.1.0/24 to any port = 22 flags S keep state(max-srcs 3, max-per-src…
3 pass in quick proto tcp from 1.1.1.0/24 to any port = 22 flags S keep state(max-srcs 3, max-per-src…
4 pass in quick proto tcp all flags S keep state(max-srcs 3)
5 pass in quick proto tcp all flags S keep state(max-srcs 3, max-per-src 1/32)
6 pass in quick proto tcp all flags S keep state(max-srcs 3, max-per-src 1/16)
/netbsd/src/sys/arch/x86/x86/
Dpatch.c79 .srcs = { &hp_clac_source }
92 .srcs = { &hp_stac_source }
105 .srcs = { &hp_retfence_source }
118 .srcs = { &hp_nolock_source }
132 .srcs = { &hp_cas_cx8_source }
145 .srcs = { &hp_cx8_spllower_source }
159 .srcs = { &hp_i686_mutex_spin_exit_source }
218 src = desc->srcs[sel]; in x86_hotpatch_apply()
Dsvs.c242 .srcs = { &hp_svs_enter_source }
255 .srcs = { &hp_svs_enter_altstack_source }
268 .srcs = { &hp_svs_enter_nmi_source }
281 .srcs = { &hp_svs_leave_source }
294 .srcs = { &hp_svs_leave_altstack_source }
307 .srcs = { &hp_svs_leave_nmi_source }
Dspectre.c186 .srcs = { &hp_noibrs_enter_source, &hp_ibrs_enter_source }
204 .srcs = { &hp_noibrs_leave_source, &hp_ibrs_leave_source }
587 .srcs = { &hp_nomds_leave_source, &hp_mds_leave_source }
/netbsd/src/usr.bin/make/
Dsuff.c1030 RemoveCandidate(CandidateList *srcs) in RemoveCandidate() argument
1035 debug_printf("cleaning list %p:", srcs); in RemoveCandidate()
1036 CandidateList_PrintAddrs(srcs); in RemoveCandidate()
1039 for (ln = srcs->first; ln != NULL; ln = ln->next) { in RemoveCandidate()
1059 srcs, src, src->file, src->numChildren); in RemoveCandidate()
1062 Lst_Remove(srcs, ln); in RemoveCandidate()
1070 srcs, src, src->file, src->numChildren); in RemoveCandidate()
1081 FindThem(CandidateList *srcs, CandidateSearcher *cs) in FindThem() argument
1087 while (!Lst_IsEmpty(srcs)) { in FindThem()
1088 Candidate *src = Lst_Dequeue(srcs); in FindThem()
[all …]
/netbsd/src/external/bsd/openldap/dist/build/
Dshtool912 srcs=""
914 srcs="$srcs $1"
933 for src in $srcs; do
1141 srcs=""
1143 srcs="$srcs $1"
1164 for src in $srcs; do
/netbsd/src/crypto/dist/ipsec-tools/src/setkey/
Dparse.y971 struct addrinfo *srcs, int splen, struct addrinfo *dsts, int dplen) in setkeymsg_spdaddr() argument
989 if (!srcs || !dsts) in setkeymsg_spdaddr()
1003 for (s = srcs; s; s = s->ai_next) { in setkeymsg_spdaddr()
1151 setkeymsg_addr(unsigned int type, unsigned int satype, struct addrinfo *srcs, in setkeymsg_addr() argument
1168 if (!srcs || !dsts) in setkeymsg_addr()
1203 for (s = srcs; s; s = s->ai_next) { in setkeymsg_addr()
1293 setkeymsg_add(unsigned int type, unsigned int satype, struct addrinfo *srcs, in setkeymsg_add() argument
1310 if (!srcs || !dsts) in setkeymsg_add()
1486 for (s = srcs; s; s = s->ai_next) { in setkeymsg_add()
Dsetkey.c466 sendkeymsg_spigrep(unsigned int satype, struct addrinfo *srcs, in sendkeymsg_spigrep() argument
574 for (a = srcs; a; a = a->ai_next) in sendkeymsg_spigrep()
/netbsd/src/usr.sbin/sesd/
DMakefile.inc41 .PATH: ${.CURDIR}/../srcs
/netbsd/src/bin/sh/
Dmkinit.sh31 srcs="$*"
/netbsd/src/external/lgpl3/gmp/
DREADME63 files -- srcs.mk generated from build-gmp-Makefile.inc.awk, and
65 include of srcs.mk.
DMakefile.netbsd-gmp28 …NETBSDSRCDIR}/external/lgpl3/gmp/build-gmp-Makefile.inc.awk < build/config.log > ${ARCHDIR}/srcs.mk
/netbsd/src/usr.bin/xlint/xlint/
Dxlint.c523 cat(const list *srcs, const char *dest) in cat() argument
534 for (size_t i = 0; i < srcs->len; i++) { in cat()
535 const char *src = srcs->items[i]; in cat()
/netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/
Dsrcs.inc1 # $NetBSD: srcs.inc,v 1.7 2023/05/06 17:07:23 christos Exp $
/netbsd/src/usr.sbin/traceroute/
Dtrrt2netbsd264 %% srcs
/netbsd/src/sys/arch/x86/include/
Dcpufunc.h133 const struct x86_hotpatch_source *srcs[]; member
/netbsd/src/external/gpl2/xcvs/dist/diff/
DChangeLog655 (SOURCES): Renamed from `srcs'.