Searched refs:EFAULT (Results 1 – 6 of 6) sorted by relevance
155 case -EFAULT: /* Must have been caused by a glibc or application bug. */ in futex_wait()215 case -EFAULT: /* Could have happened due to memory reuse. */ in futex_wake()283 case -EFAULT: /* Must have been caused by a glibc or application bug. */ in futex_unlock_pi()
28 && __glibc_unlikely (INTERNAL_SYSCALL_ERRNO (ret) == EFAULT) in __times()
66 __set_errno (EFAULT); in __waitid()
70 err = EFAULT; in __mremap()
50 EFAULT = 0x4000000e, /* Bad address */ enumerator246 #define EFAULT 0x4000000e macro
92 #ifdef EFAULT96 _S(EFAULT, N_("Bad address"))
Completed in 9 milliseconds