Home
last modified time | relevance | path

Searched refs:ERESTART (Results 1 – 19 of 19) sorted by relevance

/linux-2.4.37.9/include/asm-s390x/
Derrno.h98 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
/linux-2.4.37.9/include/asm-sh64/
Derrno.h101 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
/linux-2.4.37.9/include/asm-i386/
Derrno.h90 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
/linux-2.4.37.9/include/asm-ia64/
Derrno.h97 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
/linux-2.4.37.9/include/asm-m68k/
Derrno.h90 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
/linux-2.4.37.9/include/asm-mips/
Derrno.h96 #define ERESTART 91 /* Interrupted system call should be restarted */ macro
/linux-2.4.37.9/include/asm-parisc/
Derrno.h93 #define ERESTART 175 /* Interrupted system call should be restarted */ macro
/linux-2.4.37.9/include/asm-ppc/
Derrno.h88 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
/linux-2.4.37.9/include/asm-ppc64/
Derrno.h95 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
/linux-2.4.37.9/include/asm-cris/
Derrno.h92 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
/linux-2.4.37.9/include/asm-sparc/
Derrno.h123 #define ERESTART 116 /* Interrupted syscall should be restarted */ macro
/linux-2.4.37.9/include/asm-sparc64/
Derrno.h123 #define ERESTART 116 /* Interrupted syscall should be restarted */ macro
/linux-2.4.37.9/include/asm-x86_64/
Derrno.h90 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
/linux-2.4.37.9/include/asm-mips64/
Derrno.h97 #define ERESTART 91 /* Interrupted system call should be restarted */ macro
/linux-2.4.37.9/include/asm-arm/
Derrno.h90 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
/linux-2.4.37.9/include/asm-alpha/
Derrno.h136 #define ERESTART 127 /* Interrupted system call should be restarted */ macro
/linux-2.4.37.9/include/asm-s390/
Derrno.h98 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
/linux-2.4.37.9/include/asm-sh/
Derrno.h90 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daiclib.c50 #ifndef ERESTART
51 #define ERESTART -1 /* restart syscall */ macro