Home
last modified time | relevance | path

Searched defs:ERESTART (Results 1 – 20 of 20) sorted by relevance

/external/kernel-headers/original/uapi/asm-generic/
Derrno.h68 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h66 #define ERESTART 91 /* Interrupted system call should be restarted */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py90 ERESTART = 91 variable
/external/u-boot/include/linux/
Derrno.h93 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py95 ERESTART = 91 variable
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c75 #define ERESTART EINTR macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1253 ERESTART = syscall.Errno(0x5b) const
Dzerrors_linux_sparc64.go1909 ERESTART = syscall.Errno(0x74) const
Dzerrors_linux_mipsle.go2371 ERESTART = syscall.Errno(0x5b) const
Dzerrors_linux_s390x.go2426 ERESTART = syscall.Errno(0x55) const
Dzerrors_linux_arm.go2372 ERESTART = syscall.Errno(0x55) const
Dzerrors_linux_ppc64le.go2426 ERESTART = syscall.Errno(0x55) const
Dzerrors_linux_mips64.go2371 ERESTART = syscall.Errno(0x5b) const
Dzerrors_linux_ppc64.go2426 ERESTART = syscall.Errno(0x55) const
Dzerrors_linux_amd64.go2366 ERESTART = syscall.Errno(0x55) const
Dzerrors_linux_mips64le.go2371 ERESTART = syscall.Errno(0x5b) const
Dzerrors_linux_386.go2366 ERESTART = syscall.Errno(0x55) const
Dzerrors_linux_mips.go2371 ERESTART = syscall.Errno(0x5b) const
Dzerrors_linux_arm64.go2357 ERESTART = syscall.Errno(0x55) const
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py1035 ERESTART = 91 variable