Home
last modified time | relevance | path

Searched refs:IP1 (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/netbsd-tests/net/if_bridge/
H A Dt_bridge.sh31 IP1=10.0.0.1
116 test_endpoint $SOCK1 $IP1 bus1 ipv4
151 setup_endpoint $SOCK1 $IP1 bus1 ipv4
247 atf_check -s not-exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP1
259 atf_check -s exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP1
/freebsd-14.2/sys/contrib/device-tree/Bindings/usb/
H A Dmediatek,mtk-xhci.yaml152 104 - used by mt8195, IP1, specific 1.04;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp82 static bool isConflictIP(IRBuilder<>::InsertPoint IP1, in isConflictIP() argument
84 if (!IP1.isSet() || !IP2.isSet()) in isConflictIP()
86 return IP1.getBlock() == IP2.getBlock() && IP1.getPoint() == IP2.getPoint(); in isConflictIP()