HomeSort by relevance Sort by last modified time
    Searched defs:EBUSY (Results 1 - 25 of 43) sorted by null

1 2

  /bionic/libc/kernel/uapi/asm-generic/
errno-base.h 36 #define EBUSY 16
  /device/google/contexthub/firmware/os/inc/
toolchain.h 32 #define EBUSY 16
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 20 #define EBUSY 16 /* Device or resource busy */
  /external/libusb/msvc/
errno.h 40 #define EBUSY 16 /* strerror reports "Resource device" */
  /external/libcxx/include/
errno.h 284 #ifndef EBUSY
285 #define EBUSY 9952
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 67 #define EBUSY 16 /* Device busy */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 68 #define EBUSY __EBUSY /* 16 Device busy */
  /external/u-boot/fs/yaffs2/
yportenv.h 137 #ifndef EBUSY
138 #define EBUSY 16
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 24 EBUSY = 16
  /external/u-boot/include/linux/
errno.h 19 #define EBUSY 16 /* Device or resource busy */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 28 EBUSY = 16
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 140 device_or_resource_busy, // EBUSY
283 # ifndef EBUSY
284 # define EBUSY 16
519 device_or_resource_busy = EBUSY,
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 113 const int EBUSY = 16;
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_solaris_amd64.go     [all...]
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_netbsd_386.go     [all...]
  /external/python/cpython2/Lib/plat-sunos5/
STROPTS.py 962 EBUSY = 16
    [all...]

Completed in 834 milliseconds

1 2