EXDEV             693 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EXDEV;
EXDEV             245 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   ASSERT_EQ(EXDEV, errno);
EXDEV             512 net/third_party/nss/ssl/unix_err.c     case EXDEV:		prError = PR_NOT_SAME_DEVICE_ERROR; break;
EXDEV            2324 third_party/libusb/src/libusb/os/linux_usbfs.c 		case -EXDEV:
EXDEV             392 third_party/libxml/src/xmlIO.c #ifdef EXDEV
EXDEV             393 third_party/libxml/src/xmlIO.c         else if (errno == EXDEV) code = XML_IO_EXDEV;