Home
last modified time | relevance | path

Searched refs:SA (Results 1 – 25 of 127) sorted by relevance

123456

/NextBSD/contrib/netbsd-tests/ipf/input/
HDf308 in on hme1 tcp 2.1.1.1,22 1.1.1.1,12345 SA opt rr,ts
9 in on hme1 tcp 2.1.1.1,22 1.1.1.1,12345 SA opt rr
10 in on hme1 tcp 2.1.1.1,22 1.1.1.1,12345 SA
13 in on hme1 tcp 2.1.1.1,22 1.1.1.1,12346 SA opt sec-class=topsecret
14 in on hme1 tcp 2.1.1.1,22 1.1.1.1,12346 SA opt ts,sec-class=secret
15 in on hme1 tcp 2.1.1.1,22 1.1.1.1,12346 SA opt sec-class=secret
16 in on hme1 tcp 2.1.1.1,22 1.1.1.1,12346 SA
HDf112 in on e0 tcp 1.1.1.1,1 2.1.2.2,24 SA seq=1 ack=1
3 in on e1 tcp 2.1.2.2,23 1.1.1.1,2 SA seq=101 ack=2
4 in on e1 tcp 2.1.2.2,23 1.1.1.1,1 SA seq=101 ack=2
/NextBSD/contrib/netbsd-tests/ipf/expected/
HDi71 pass in on ed0(!) inet proto tcp from 127.0.0.1/32 to 127.0.0.1/32 port = 23 flags S/SA
5 pass in on lo0(!) proto tcp from any to any flags S/SA
6 block in on lo0(!) proto tcp from any to any flags S/SA
9 pass in on lo0(!) proto tcp from any to any flags S/SA
10 pass in on lo0(!) proto tcp from any to any flags S/SA
11 block in on lo0(!) proto tcp from any to any flags S/SA
14 pass in on lo0(!) proto tcp from any to any flags S/SA
/NextBSD/contrib/llvm/lib/MC/
HDMCObjectWriter.cpp28 const MCSymbol &SA = A->getSymbol(); in isSymbolRefDifferenceFullyResolved() local
30 if (SA.isUndefined() || SB.isUndefined()) in isSymbolRefDifferenceFullyResolved()
33 if (!SA.getFragment() || !SB.getFragment()) in isSymbolRefDifferenceFullyResolved()
36 return isSymbolRefDifferenceFullyResolvedImpl(Asm, SA, *SB.getFragment(), in isSymbolRefDifferenceFullyResolved()
/NextBSD/contrib/netbsd-tests/ipf/regress/
HDf131 pass in proto tcp from any to any port = 25 flags S/SA keep frags
2 block in proto tcp from any to any port = 25 flags S/SA keep frags
5 pass in proto tcp from any to any port = 25 flags S/SA keep state keep frags
6 block in proto tcp from any to any port = 25 flags S/SA keep state keep frags
HDi71 pass in on ed0 proto tcp from localhost to localhost port = 23 flags S/SA
9 pass in on lo0 proto tcp from any to any flags 2/SA
14 pass in on lo0 proto tcp from any to any flags 2/SA
HDf83 block in proto tcp from any to any flags S/SA
4 pass in proto tcp from any to any flags S/SA
HDf111 pass in proto tcp from any to any port = 23 flags S/SA keep state
2 block in proto tcp from any to any port = 23 flags S/SA keep state
/NextBSD/contrib/ipfilter/rules/
HDexample.1010 block in on le0 proto tcp from any to 10.1.0.0/16 flags S/SA
12 block out on le0 proto tcp from 10.1.0.0 to any flags SA/SA
HDBASIC_1.FW25 block in log proto tcp all flags S/SA head 101 group 100
28 block in log proto tcp all flags S/SA head 201 group 200
85 block in log proto tcp from any to a.b.c.d/32 flags S/SA head 110 group 100
97 block return-rst in log proto tcp from any to any flags S/SA group 100
HDexample.sr18 log in on le0 proto tcp from any to any flags S/SA
53 block in on le0 proto tcp from any to 10.1.3.0/24 flags S/SA
54 block in on le0 proto tcp from any to 10.1.2.0/24 flags S/SA
55 block in on le0 proto tcp from any to 10.1.1.0/24 flags S/SA
HDexample.85 block in proto tcp from any to any flags S/SA
6 block return-rst in quick proto tcp from any to any port = 113 flags S/SA
HDBASIC_2.FW59 pass in log quick proto tcp all flags S/SA keep state group 200
70 block return-rst in log proto tcp from any to any flags S/SA group 100
/NextBSD/usr.bin/calendar/calendars/
HDcalendar.australia14 Apr/SunFirst Daylight Savings Time ends in ACT, NSW, SA, TAS and VIC.
17 Oct/SunFirst Daylight Savings Time starts in ACT, NSW, SA and VIC.
23 Oct/MonFirst Labour Day (ACT, NSW, SA)
52 May/MonThird Adelaide Cup (SA)
53 Dec 26 Proclamation Day holiday (SA)
/NextBSD/contrib/llvm/lib/Transforms/ObjCARC/
HDObjCARCAliasAnalysis.cpp67 const Value *SA = GetRCIdentityRoot(LocA.Ptr); in alias() local
70 AliasAnalysis::alias(MemoryLocation(SA, LocA.Size, LocA.AATags), in alias()
77 const Value *UA = GetUnderlyingObjCPtr(SA, *DL); in alias()
79 if (UA != SA || UB != SB) { in alias()
/NextBSD/contrib/llvm/lib/CodeGen/
HDRegAllocGreedy.cpp236 std::unique_ptr<SplitAnalysis> SA; member in __anon6b5ebc6c0111::RAGreedy
913 ArrayRef<SplitAnalysis::BlockInfo> UseBlocks = SA->getUseBlocks(); in addSplitConstraints()
946 if (Intf.last() >= SA->getLastSplitPoint(BC.Number)) in addSplitConstraints()
1000 if (Intf.last() >= SA->getLastSplitPoint(Number)) in addThroughConstraints()
1017 BitVector Todo = SA->getThroughBlocks(); in growRegion()
1074 if (!SA->getNumThroughBlocks()) in calcCompactRegion()
1114 ArrayRef<SplitAnalysis::BlockInfo> UseBlocks = SA->getUseBlocks(); in calcSpillCost()
1135 ArrayRef<SplitAnalysis::BlockInfo> UseBlocks = SA->getUseBlocks(); in calcGlobalSplitCost()
1195 unsigned Reg = SA->getParent().reg; in splitAroundRegion()
1199 ArrayRef<SplitAnalysis::BlockInfo> UseBlocks = SA->getUseBlocks(); in splitAroundRegion()
[all …]
/NextBSD/contrib/ofed/management/opensm/doc/
HDtodo5 3 050912 - Handle busy status in SA client API/implementation
6 4 050912 - Handle o15-0.1.13 (SA ServiceRecord) as well as updates
8 5 051207 - Client reregistration is indicated before SA is
HDopensm_release_notes_openib-3.0.13.txt33 * SA Optional Record support now "virtually" complete
34 Includes SA InformInfo improvements and InformInfoRecord support in
35 addition to support for the remaining SA optional records
39 * SA database dump/restore
40 OpenSM now includes the ability to dump and restore the SA database.
41 This allows for all SA registrations (multicast, services, and events)
44 In verbose mode, OpenSM will dump SA DB (existing multicast groups,
48 If option -S is specified and SA DB dump file name is provided, OpenSM
49 will try to restore SA database from this file. And if restore is
53 In conjunction was SA database dump/restore, there is the ability to
[all …]
HDopensm_release_notes_ibg2-2.0.1.txt71 overloaded with SA queries during which the incoming messages queue
74 under such a case, incoming new SA queries are returned with a
208 * C15-0.1.11 (SA-Query):
212 * C15-0.1.19 (SA-Query):
215 * C15-0.1.8.6 (SA-Query):
218 * C15-0.1.8.7 (SA-Query):
221 * C15-X.Y.Z.W (SA-Query):
256 * If the SA is queried with IB_PIR_COMPMASK_BASELID and base_lid of 0,
257 the SA was incorrectly returning all the ports. Fix: do not ignore base
308 handoff, reboots and reconnects, verify routing correctness and SA
[all …]
HDopensm_release_notes_openib-2.0.5.txt46 * SA MultiPathRecord support:
47 The SA can now handle requests for multiple PathRecords in one query.
48 This includes methods SA GetMulti/GetMultiResp and dual sided RMPP.
191 * C15-0.1.8.6 (SA-Query):
212 * SA client synchronous request failed but status returned was IB_SUCCESS
219 3. On receiving SMInfo SA request from a node that does not share a
273 osm_pir_rcv_process, now returns "SA no records error" for SubnAdmGet
291 * SA queries containing LID out if range did not return ERR_REQ_INVALID
305 hand-off, reboots and reconnects, verify routing correctness and SA
404 stress the SM/SA during continuous sweeps. InformInfo Set/Delete/Get
[all …]
HDopensm_release_notes_openib-1.2.1.txt27 * SA GuidInfoRecord support
37 This new capability of the SA enables matching of individual port
160 * C15-0.1.11 (SA-Query):
164 * C15-0.1.19 (SA-Query):
167 * C15-0.1.8.6 (SA-Query):
170 * C15-0.1.8.7 (SA-Query):
294 hand-off, reboots and reconnects, verify routing correctness and SA
381 stress the SM/SA during continuous sweeps.
389 * Stress Testing: Flood the SA with queries from multiple channel
390 adapters to check the robustness of the entire stack up to the SA.
[all …]
/NextBSD/share/examples/ipfilter/
HDexample.1419 log in on le0 proto tcp from any to any flags S/SA
54 block in on le0 proto tcp from any to 10.1.3.0/24 flags S/SA
55 block in on le0 proto tcp from any to 10.1.2.0/24 flags S/SA
56 block in on le0 proto tcp from any to 10.1.1.0/24 flags S/SA
HDrules.txt98 block in proto tcp from any to any flags S/SA
119 log in on le0 proto tcp from any to any flags S/SA
154 block in on le0 proto tcp from any to 10.1.3.0/24 flags S/SA
155 block in on le0 proto tcp from any to 10.1.2.0/24 flags S/SA
156 block in on le0 proto tcp from any to 10.1.1.0/24 flags S/SA
171 pass in dup-to le0:packetlog proto tcp all flags S/SA
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/usdt/
HDtst.tailcall.ksh50 save %sp, -SA(MINFRAME + 4), %sp
59 save %sp, -SA(MINFRAME + 4), %sp
/NextBSD/contrib/ofed/management/opensm/
HDREADME15 opensm - the SM/SA executable
16 osmtest - a test program for the SM/SA

123456