Searched refs:FIB (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | moderrs.mk | 11 FIB= 1 1 2 3 5 8 13 21 34 152 @echo ${FIB:ts} 154 @echo ${FIB:ts\65} # octal 065 == U+0035 == '5' 157 @echo ${FIB:ts\65oct} # bad modifier 160 @echo ${:U${FIB}:ts\65oct} # bad modifier, variable name is "" 163 @echo ${FIB:tsxy} # modifier too long 167 @echo ${FIB:t 170 @echo ${FIB:txy} 173 @echo ${FIB:t} 176 @echo ${FIB:t:M*} [all …]
|
| /freebsd/tools/test/netfibs/ |
| H A D | README | 10 an address or port, a FIB to bind to or a FIB to add to a reflected 40 unrelated to multi-FIB test leading to a panic(9). "delay" calls 48 packets tagged on input are leaving on the correct FIB.
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 238 MachineBasicBlock::iterator &TIB, MachineBasicBlock::iterator &FIB, 255 MachineBasicBlock::iterator &TIB, MachineBasicBlock::iterator &FIB, 299 MachineBasicBlock::iterator FIB = FBBInfo.BB->begin(); in MeetIfcvtSizeLimit() local 304 if (!CountDuplicatedInstructions(TIB, FIB, TIE, FIE, Dups1, Dups2, in MeetIfcvtSizeLimit() 317 for (auto &I : make_range(FBBInfo.BB->begin(), FIB)) { in MeetIfcvtSizeLimit() 363 for (auto &I : make_range(FIB, FIE)) { in MeetIfcvtSizeLimit() 751 MachineBasicBlock::iterator &FIB, in CountDuplicatedInstructions() argument 757 while (TIB != TIE && FIB != FIE) { in CountDuplicatedInstructions() 760 FIB = skipDebugInstructionsForward(FIB, FIE, false); in CountDuplicatedInstructions() 761 if (TIB == TIE || FIB == FIE) in CountDuplicatedInstructions() [all …]
|
| H A D | RegisterScavenging.cpp | 233 int FIB = MFI.getObjectIndexBegin(), FIE = MFI.getObjectIndexEnd(); in spill() local 239 if (FI < FIB || FI >= FIE) in spill() 272 if (FI < FIB || FI >= FIE) { in spill()
|
| H A D | BranchFolding.cpp | 1971 MachineBasicBlock::iterator FIB = FBB->begin(); in HoistCommonCodeInSuccs() local 1975 while (TIB != TIE && FIB != FIE) { in HoistCommonCodeInSuccs() 1978 FIB = skipDebugInstructionsForward(FIB, FIE, false); in HoistCommonCodeInSuccs() 1979 if (TIB == TIE || FIB == FIE) in HoistCommonCodeInSuccs() 1982 if (!TIB->isIdenticalTo(*FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs() 2079 ++FIB; in HoistCommonCodeInSuccs() 2093 MachineBasicBlock::iterator FE = FIB; in HoistCommonCodeInSuccs() 2119 FBB->erase(FBB->begin(), FIB); in HoistCommonCodeInSuccs()
|
| /freebsd/tests/sys/netinet/ |
| H A D | fibs_test.sh | 741 eval FIB${i}=$(($i + 1)) 796 local FIB=$2 801 atf_check setfib ${FIB} ifconfig $IFACE ${PROTO} ${ADDR}/${MASK} fib $FIB $FLAGS
|
| /freebsd/contrib/netcat/ |
| H A D | FREEBSD-upgrade | 9 * -V: We use FIB to map what OpenBSD do for "rdomain"
|
| /freebsd/ |
| H A D | RELNOTES | 19 The multicast routing modules, ip_mroute and ip6_mroute, are now FIB-aware. 20 That is, there is a multicast routing table per FIB, rather than a global 21 table. One can run a multicast routing daemon within each FIB; the FIB of
|
| /freebsd/tools/test/ |
| H A D | README | 17 netfibs Programs to test multi-FIB network stacks.
|
| /freebsd/contrib/openbsm/ |
| H A D | NEWS | 12 jails, multi-FIB support, and misc. POSIX interfaces such as
|