Searched refs:dev2 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dunixcmds.test56 set dev2 $stat(dev)
58 [expr $dev1==$dev2]]
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkInterface.c1025 SCNetworkInterfacePrivateRef dev2 = (SCNetworkInterfacePrivateRef)val2; local
1029 if (dev1->sort_order != dev2->sort_order) {
1030 if (dev1->sort_order < dev2->sort_order) {
1039 if (dev1->builtin != dev2->builtin) {
1050 if (dev1->location != dev2->location) {
1052 if (isA_CFString(dev2->location)) {
1053 res = CFStringCompare(dev1->location, dev2->location, 0);
1068 if ((dev1->path != NULL) && (dev2->path != NULL)) {
1079 elements2 = split_path(dev2->path);
1147 if ((dev1->entity_device != NULL) && (dev2
[all...]

Completed in 133 milliseconds