Searched defs:if2 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/java/net/
H A DNetworkInterface.c1041 struct ifreq if2; local
1175 struct ifreq if2; local
1176 strcpy(if2.ifr_name, name);
1178 if (ioctl(sock, SIOCGIFINDEX, (char *)&if2) < 0) {
1182 return if2.ifr_ifindex;
1191 struct ifreq if2; local
1193 memset((char *) &if2, 0, sizeof(if2));
1194 strcpy(if2.ifr_name, ifname);
1197 if (ioctl(sock, SIOCGIFFLAGS, (char *)&if2) <
1223 struct ifreq if2; local
1273 struct ifreq if2; local
1287 struct ifreq if2; local
1315 struct lifreq if2; local
1422 struct lifreq if2; local
1460 struct lifreq if2; local
1476 struct lifreq if2; local
1508 struct lifreq if2; local
1661 struct lifreq if2; local
1701 struct ifreq if2; local
1860 struct ifreq if2; local
1883 struct ifreq if2; local
1915 struct ifreq if2; local
1968 struct ifreq if2; local
1982 struct ifreq if2; local
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp1718 IfNode *if2 = create_and_xform_if(complex_path,bol2, PROB_STATIC_INFREQUENT, COUNT_UNKNOWN); local
1719 Node* ylong_path = _gvn.transform( new (C) IfFalseNode(if2));
1721 Node *slow_path = _gvn.transform( new (C) IfTrueNode(if2) );

Completed in 3529 milliseconds