Home
last modified time | relevance | path

Searched refs:EBUSY (Results 1 – 25 of 64) sorted by relevance

123

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dv4llookup.cc41 if ((video_fd >= 0) || (errno == EBUSY)) { in CheckIsV4L2Device()
45 if ((errno == EBUSY) || in CheckIsV4L2Device()
/external/bluetooth/glib/gio/
Dgioerror.c159 #ifdef EBUSY in g_io_error_from_errno()
160 case EBUSY: in g_io_error_from_errno()
/external/yaffs2/yaffs2/direct/
Dyaffsfs.h63 #ifndef EBUSY
64 #define EBUSY 16 macro
/external/webkit/Source/JavaScriptCore/wtf/
DThreadingPthreads.cpp279 if (result == EBUSY) in tryLock()
315 if (result == EBUSY || result == EAGAIN) in tryReadLock()
334 if (result == EBUSY || result == EAGAIN) in tryWriteLock()
/external/oprofile/module/x86/
Dop_rtc.c153 return -EBUSY; in rtc_init()
161 return -EBUSY; in rtc_init()
/external/bluetooth/bluez/src/
Dagent.c341 return -EBUSY; in agent_authorize()
461 return -EBUSY; in agent_request_pincode()
513 return -EBUSY; in agent_confirm_mode_change()
618 return -EBUSY; in agent_request_passkey()
677 return -EBUSY; in agent_request_confirmation()
734 return -EBUSY; in agent_request_pairing_consent()
/external/kernel-headers/original/asm-generic/
Derrno-base.h19 #define EBUSY 16 /* Device or resource busy */ macro
/external/kernel-headers/original/linux/
Ddma-mapping.h58 return ERR_PTR(-EBUSY); in dma_mark_declared_memory_occupied()
/external/chromium/base/synchronization/
Dlock_impl_posix.cc39 DCHECK(rv == 0 || rv == EBUSY); in Try()
/external/skia/src/ports/
DSkThread_pthread.cpp36 case EBUSY: in print_pthread_error()
/external/llvm/include/llvm/Support/
Dsystem_error.h283 # ifndef EBUSY
284 # define EBUSY 16 macro
519 device_or_resource_busy = EBUSY,
/external/webkit/Tools/DumpRenderTree/pthreads/
DJavaScriptThreadingPthreads.cpp51 ASSERT(pthread_mutex_trylock(&javaScriptThreadsMutex) == EBUSY); in javaScriptThreads()
/external/valgrind/unittest/
Dthread_wrappers_pthread.h251 CHECK(EBUSY == res); in TryLock()
258 CHECK(EBUSY == res); in ReaderTryLock()
/external/oprofile/module/
Doprofile.c244 return -EBUSY; in oprof_note_open()
386 return -EBUSY; in oprof_open()
807 int can = -EBUSY; in can_unload()
Dop_dname.c77 return -EBUSY; in oprof_hash_map_open()
/external/quake/quake/src/WinQuake/
Dsnd_sun.cpp68 if (errno == EBUSY) { in SNDDMA_Init()
/external/valgrind/main/helgrind/
Dhg_intercepts.c181 case EBUSY: return "EBUSY: Device or resource busy"; in lame_strerror()
543 if (ret != EBUSY) in PTH_FUNC()
1257 if (ret != EBUSY) in PTH_FUNC()
1502 if (ret != EBUSY) in pthread_rwlock_trywrlock_WRK()
1555 if (ret != EBUSY) in pthread_rwlock_tryrdlock_WRK()
/external/bluetooth/bluez/lib/
Dbluetooth.c219 return EBUSY; in bt_error()
/external/dhcpcd/
Dbpf.c73 } while (fd == -1 && errno == EBUSY); in open_socket()
/external/dbus/dbus/
Ddbus-sysdeps-wince-glue.h69 #define EBUSY ERROR_BUSY macro
/external/dnsmasq/src/
Dbpf.c149 if (errno != EBUSY) in init_bpf()
/external/e2fsprogs/lib/ext2fs/
Dismounted.c334 if (errno == EBUSY) in ext2fs_check_mount_point()
/external/bluetooth/bluez/audio/
Dsink.c512 "%s", strerror(EBUSY)); in sink_suspend()
546 "%s", strerror(EBUSY)); in sink_resume()
/external/bluetooth/glib/gthread/
Dgthread-posix.c190 if (result == EBUSY) in g_mutex_trylock_posix_impl()
/external/valgrind/main/helgrind/tests/
Dtc20_verifywrap.stderr.exp-glibc25-amd6442 with error code 16 (EBUSY: Device or resource busy)

123