Home
last modified time | relevance | path

Searched defs:EAGAIN (Results 1 – 25 of 41) sorted by relevance

12

/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h15 #define EAGAIN 11 /* Try again */ macro
/external/libusb/msvc/
Derrno.h35 #define EAGAIN 11 /* Resource temporarily unavailable */ macro
/external/curl/lib/
Dconfig-win32ce.h444 #define EAGAIN 3 macro
/external/libcxx/include/
Derrno.h381 #define EAGAIN 9976 macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py19 EAGAIN = 11 variable
/external/u-boot/include/linux/
Derrno.h14 #define EAGAIN 11 /* Try again */ macro
/external/python/cpython3/Lib/
Dsocket.py60 EAGAIN = getattr(errno, 'EAGAIN', 11) variable
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h434 # define EAGAIN 11 macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py23 EAGAIN = 11 variable
/external/curl/tests/server/
Dsockfilt.c119 #define EAGAIN 11 /* errno.h value */ macro
Dsws.c66 #define EAGAIN 11 /* errno.h value */ macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1155 EAGAIN = syscall.Errno(0xb) const
Dzerrors_dragonfly_amd64.go1301 EAGAIN = syscall.Errno(0x23) const
Dzerrors_openbsd_arm.go1338 EAGAIN = syscall.Errno(0x23) const
Dzerrors_netbsd_arm.go1433 EAGAIN = syscall.Errno(0x23) const
Dzerrors_openbsd_amd64.go1434 EAGAIN = syscall.Errno(0x23) const
Dzerrors_netbsd_amd64.go1444 EAGAIN = syscall.Errno(0x23) const
Dzerrors_openbsd_386.go1336 EAGAIN = syscall.Errno(0x23) const
Dzerrors_darwin_386.go1491 EAGAIN = syscall.Errno(0x23) const
Dzerrors_darwin_arm64.go1491 EAGAIN = syscall.Errno(0x23) const
Dzerrors_darwin_amd64.go1491 EAGAIN = syscall.Errno(0x23) const
Dzerrors_darwin_arm.go1491 EAGAIN = syscall.Errno(0x23) const
Dzerrors_freebsd_386.go1486 EAGAIN = syscall.Errno(0x23) const
Dzerrors_freebsd_arm.go1495 EAGAIN = syscall.Errno(0x23) const
Dzerrors_netbsd_386.go1454 EAGAIN = syscall.Errno(0x23) const

12