Searched refs:EINTR (Results 51 - 75 of 319) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsemaphore.c101 retval = -EINTR;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dsemaphore.c112 retval = -EINTR;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/lowlevel/
H A Dftape-init.c101 TRACE_ABORT(-EINTR,
H A Dftape-format.c265 case -EINTR:
266 TRACE_ABORT(-EINTR, ft_t_warn,
325 case -EINTR:
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dsemaphore.c111 retval = -EINTR;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dsemaphore.c104 retval = -EINTR;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Derrno.h17 #define EINTR 4 /* Interrupted system call */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Derrno.h18 #define EINTR 4 /* Interrupted system call */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Derrno.h7 #define EINTR 4 /* Interrupted system call */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Derrno.h10 #define EINTR 4 /* Interrupted system call */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Derrno.h14 #define EINTR 4 /* Interrupted system call */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Derrno.h9 #define EINTR 4 /* Interrupted system call */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Derrno.h9 #define EINTR 4 /* Interrupted system call */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Derrno.h17 #define EINTR 4 /* Interrupted system call */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Derrno.h18 #define EINTR 4 /* Interrupted system call */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Derrno.h7 #define EINTR 4 /* Interrupted system call */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Derrno.h10 #define EINTR 4 /* Interrupted system call */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Derrno.h14 #define EINTR 4 /* Interrupted system call */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Derrno.h9 #define EINTR 4 /* Interrupted system call */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Derrno.h9 #define EINTR 4 /* Interrupted system call */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Derrno.h17 #define EINTR 4 /* Interrupted system call */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Derrno.h17 #define EINTR 4 /* Interrupted system call */ macro
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dsystem.c79 A read wrapper that will deal with EINTR.
88 } while (ret == -1 && errno == EINTR);
93 A write wrapper that will deal with EINTR.
102 } while (ret == -1 && errno == EINTR);
107 A pread wrapper that will deal with EINTR and 64-bit file offsets.
121 } while (ret == -1 && errno == EINTR);
127 A write wrapper that will deal with EINTR and 64-bit file offsets.
141 } while (ret == -1 && errno == EINTR);
148 A send wrapper that will deal with EINTR.
157 } while (ret == -1 && errno == EINTR);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dsignal.c94 regs.regs[2] = EINTR;
100 return -EINTR;
125 regs.regs[2] = EINTR;
131 return -EINTR;
554 regs->regs[2] = EINTR;
558 regs->regs[2] = EINTR;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dsignal.c101 regs->gprs[2] = -EINTR;
107 return -EINTR;
128 regs->gprs[2] = -EINTR;
134 return -EINTR;
427 regs->gprs[2] = -EINTR;
432 regs->gprs[2] = -EINTR;

Completed in 179 milliseconds

1234567891011>>