HomeSort by relevance Sort by last modified time
    Searched refs:EBUSY (Results 151 - 175 of 193) sorted by null

1 2 3 4 5 67 8

  /external/yaffs2/yaffs2/direct/
yaffsfs.c 1052 yaffsfs_SetError(-EBUSY);
1100 yaffsfs_SetError(-EBUSY);
  /frameworks/av/services/camera/libcameraservice/
CameraClient.cpp 130 return EBUSY;
154 // returns NO_ERROR if the client already owns the camera, EBUSY otherwise
188 return EBUSY;
Camera2Client.cpp 455 return EBUSY;
483 return EBUSY;
    [all...]
  /frameworks/native/libs/gui/
BufferQueue.cpp 346 return -EBUSY;
362 return -EBUSY;
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 1104 else if (errno == EBUSY)
1138 else if (errno == EBUSY)
    [all...]
  /external/libpcap/
pcap-bpf.c 571 } while (fd < 0 && errno == EBUSY);
pcap-dlpi.c 1048 * For any error other than a UNIX EBUSY, give up.
1050 if (uerror != EBUSY) {
1059 * For EBUSY, try the next SAP value; that means that
1149 * making that the only place where EBUSY is treated specially.
    [all...]
  /external/qemu/
monitor.c 581 context->err = -EBUSY;
    [all...]
  /external/v8/src/
platform-cygwin.cc 515 if (result == EBUSY) {
platform-macos.cc 675 if (result == EBUSY) {
platform-solaris.cc 571 if (result == EBUSY) {
platform-freebsd.cc 588 if (result == EBUSY) {
platform-linux.cc 854 if (result == EBUSY) {
    [all...]
platform-openbsd.cc 642 if (result == EBUSY) {
  /external/valgrind/tsan/
ts_valgrind_intercepts.c 589 case EBUSY: return "EBUSY: Device or resource busy";
    [all...]
  /external/wpa_supplicant_8/src/ap/
vlan_init.c 193 if (errno == EBUSY) {
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 407 if (errno == EAGAIN || errno == EBUSY || errno == EWOULDBLOCK)
  /external/e2fsprogs/e2fsck/
unix.c 1124 else if (retval == EBUSY)
1166 if (pctx.errcode == EBUSY) {
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 58 const int EBUSY = 16;
813 if (res == 0 || res == EBUSY) {
    [all...]
  /development/tools/emulator/opengl/system/gralloc/
gralloc.cpp 670 return -EBUSY;
  /external/kernel-headers/original/linux/
pci.h 664 static inline int pci_assign_resource(struct pci_dev *dev, int i) { return -EBUSY;}
  /external/libusb-compat/libusb/
core.c 78 return EBUSY;
  /external/valgrind/main/include/vki/
vki-darwin.h 537 #define VKI_EBUSY EBUSY
  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 439 EXPECT_EQ(-EBUSY, native_window_dequeue_buffer_and_wait(mANW.get(), &buf[1]));
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 75 initConstant(env, c, "EBUSY", EBUSY);

Completed in 1310 milliseconds

1 2 3 4 5 67 8