Home
last modified time | relevance | path

Searched refs:FIB (Results 1 – 7 of 7) sorted by relevance

/trueos/tests/sys/netinet/
HDfibs_test.sh436 eval FIB${i}=${fib}
470 local FIB=$1
474 echo setfib ${FIB} ifconfig $TAP ${ADDR}/${MASK} fib $FIB
475 setfib ${FIB} ifconfig $TAP ${ADDR}/${MASK} fib $FIB
/trueos/tools/test/netfibs/
HDREADME11 an address or port, a FIB to bind to or a FIB to add to a reflected
41 unrelated to multi-FIB test leading to a panic(9). "delay" calls
49 packets tagged on input are leaving on the correct FIB.
/trueos/contrib/llvm/lib/CodeGen/
HDIfConversion.cpp566 MachineBasicBlock::iterator FIB = FalseBBI.BB->begin(); in ValidDiamond() local
569 while (TIB != TIE && FIB != FIE) { in ValidDiamond()
577 if (FIB->isDebugValue()) { in ValidDiamond()
578 while (FIB != FIE && FIB->isDebugValue()) in ValidDiamond()
579 ++FIB; in ValidDiamond()
580 if (FIB == FIE) in ValidDiamond()
583 if (!TIB->isIdenticalTo(FIB)) in ValidDiamond()
587 ++FIB; in ValidDiamond()
597 while (FIE != FIB) { in ValidDiamond()
605 if (TIB == TIE || FIB == FIE) in ValidDiamond()
[all …]
HDBranchFolding.cpp1605 MachineBasicBlock::iterator FIB = FBB->begin(); in HoistCommonCodeInSuccs() local
1608 while (TIB != TIE && FIB != FIE) { in HoistCommonCodeInSuccs()
1616 if (FIB->isDebugValue()) { in HoistCommonCodeInSuccs()
1617 while (FIB != FIE && FIB->isDebugValue()) in HoistCommonCodeInSuccs()
1618 ++FIB; in HoistCommonCodeInSuccs()
1619 if (FIB == FIE) in HoistCommonCodeInSuccs()
1622 if (!TIB->isIdenticalTo(FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs()
1712 ++FIB; in HoistCommonCodeInSuccs()
1719 FBB->erase(FBB->begin(), FIB); in HoistCommonCodeInSuccs()
/trueos/contrib/netcat/
HDFREEBSD-upgrade11 * -V: We use FIB to map what OpenBSD do for "rdomain"
/trueos/tools/test/
HDREADME13 netfibs Programs to test multi-FIB network stacks.
/trueos/tests/etc/rc.d/
HDrouting_test.sh97 eval FIB${i}=${fib}