Searched refs:FIB (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/bmake/unit-tests/ |
| H A D | moderrs.mk | 12 FIB= 1 1 2 3 5 8 13 21 34 122 @echo ${FIB:ts} 129 @echo ${FIB:t 130 @echo ${FIB:txy} 131 @echo ${FIB:t} 132 @echo ${FIB:t:M*} 135 @echo ${FIB:? 136 @echo ${FIB:?then 146 @echo ${FIB:3 147 @echo ${FIB:3= [all …]
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 359 for (auto &I : make_range(FIB, FIE)) { in MeetIfcvtSizeLimit() 731 MachineBasicBlock::iterator &FIB, in CountDuplicatedInstructions() argument 737 while (TIB != TIE && FIB != FIE) { in CountDuplicatedInstructions() 740 FIB = skipDebugInstructionsForward(FIB, FIE, false); in CountDuplicatedInstructions() 741 if (TIB == TIE || FIB == FIE) in CountDuplicatedInstructions() 743 if (!TIB->isIdenticalTo(*FIB)) in CountDuplicatedInstructions() 754 ++FIB; in CountDuplicatedInstructions() 758 if (TIB == TIE || FIB == FIE) in CountDuplicatedInstructions() 818 ScanInstructions(FalseBBI, FIB, FIE, BranchUnpredicable); in RescanInstructions() 930 MachineBasicBlock::iterator FIB = FalseBBI.BB->begin(); in ValidForkedDiamond() local [all …]
|
| H A D | RegisterScavenging.cpp | 234 int FIB = MFI.getObjectIndexBegin(), FIE = MFI.getObjectIndexEnd(); in spill() local 240 if (FI < FIB || FI >= FIE) in spill() 273 if (FI < FIB || FI >= FIE) { in spill()
|
| H A D | BranchFolding.cpp | 1938 MachineBasicBlock::iterator FIB = FBB->begin(); in HoistCommonCodeInSuccs() local 1941 while (TIB != TIE && FIB != FIE) { in HoistCommonCodeInSuccs() 1944 FIB = skipDebugInstructionsForward(FIB, FIE, false); in HoistCommonCodeInSuccs() 1945 if (TIB == TIE || FIB == FIE) in HoistCommonCodeInSuccs() 1948 if (!TIB->isIdenticalTo(*FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs() 2041 ++FIB; in HoistCommonCodeInSuccs() 2048 FBB->erase(FBB->begin(), FIB); in HoistCommonCodeInSuccs()
|
| /freebsd-14.2/tests/sys/netinet/ |
| H A D | fibs_test.sh | 756 eval FIB${i}=${fib} 814 local FIB=$2 819 echo setfib ${FIB} \ 820 ifconfig $IFACE ${PROTO} ${ADDR}/${MASK} fib $FIB $FLAGS 821 setfib ${FIB} ifconfig $IFACE ${PROTO} ${ADDR}/${MASK} fib $FIB $FLAGS
|
| /freebsd-14.2/contrib/netcat/ |
| H A D | FREEBSD-upgrade | 11 * -V: We use FIB to map what OpenBSD do for "rdomain"
|
| /freebsd-14.2/tools/test/ |
| H A D | README | 17 netfibs Programs to test multi-FIB network stacks.
|
| /freebsd-14.2/contrib/openbsm/ |
| H A D | NEWS | 12 jails, multi-FIB support, and misc. POSIX interfaces such as
|