Home
last modified time | relevance | path

Searched refs:EFAULT (Results 1 – 6 of 6) sorted by relevance

/sysdeps/nptl/
A Dfutex-internal.h155 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()
/sysdeps/unix/sysv/linux/
A Dtimes.c28 && __glibc_unlikely (INTERNAL_SYSCALL_ERRNO (ret) == EFAULT) in __times()
/sysdeps/mach/hurd/
A Dwaitid.c66 __set_errno (EFAULT); in __waitid()
A Dmremap.c70 err = EFAULT; in __mremap()
/sysdeps/mach/hurd/bits/
A Derrno.h50 EFAULT = 0x4000000e, /* Bad address */ enumerator
246 #define EFAULT 0x4000000e macro
/sysdeps/gnu/
A Derrlist.h92 #ifdef EFAULT
96 _S(EFAULT, N_("Bad address"))

Completed in 9 milliseconds