Home
last modified time | relevance | path

Searched refs:INTERNAL_SYSCALL_ERROR_P (Results 1 – 25 of 39) sorted by relevance

12

/sysdeps/unix/sysv/linux/x86_64/x32/
A Dtimes.c36 #undef INTERNAL_SYSCALL_ERROR_P
37 #define INTERNAL_SYSCALL_ERROR_P(val) \ macro
/sysdeps/unix/sysv/linux/
A Dnot-errno.h34 if (INTERNAL_SYSCALL_ERROR_P (res)) in __access_noerrno()
44 if (INTERNAL_SYSCALL_ERROR_P (res)) in __kill_noerrno()
A Dsysdep.h26 #undef INTERNAL_SYSCALL_ERROR_P
27 #define INTERNAL_SYSCALL_ERROR_P(val) \ macro
45 __glibc_unlikely (INTERNAL_SYSCALL_ERROR_P (sc_ret)) \
A Dsysdep-vdso.h39 if (!INTERNAL_SYSCALL_ERROR_P (sc_ret)) \
46 if (INTERNAL_SYSCALL_ERROR_P (sc_ret)) \
A Ddl-write.c27 if (INTERNAL_SYSCALL_ERROR_P (r)) in _dl_write()
A Dnscd_setup_thread.c38 if (!INTERNAL_SYSCALL_ERROR_P (r)) in setup_thread()
A Dpersonality.c44 if (__glibc_unlikely (INTERNAL_SYSCALL_ERROR_P (ret))) in __personality()
A Dlibc_fatal.c30 while (INTERNAL_SYSCALL_ERROR_P (cnt) in writev_for_fatal()
A Dshmat.c37 if (INTERNAL_SYSCALL_ERROR_P (resultvar)) in shmat()
A Dposix_fallocate.c31 if (! INTERNAL_SYSCALL_ERROR_P (res)) in posix_fallocate()
A Drseq-internal.h37 if (!INTERNAL_SYSCALL_ERROR_P (ret)) in rseq_register_current_thread()
A Dmq_unlink.c34 if (__glibc_unlikely (INTERNAL_SYSCALL_ERROR_P (ret))) in __mq_unlink()
A Dposix_fallocate64.c33 if (! INTERNAL_SYSCALL_ERROR_P (res)) in libc_hidden_proto()
A Dioctl.c36 if (__glibc_unlikely (INTERNAL_SYSCALL_ERROR_P (r))) in __ioctl()
A Dsyscall.c37 if (__glibc_unlikely (INTERNAL_SYSCALL_ERROR_P (r))) in syscall()
A Dtimes.c27 if (INTERNAL_SYSCALL_ERROR_P (ret) in __times()
A Dposix_fadvise.c63 if (INTERNAL_SYSCALL_ERROR_P (ret)) in posix_fadvise()
A Dfcntl_nocancel.c56 if (!INTERNAL_SYSCALL_ERROR_P (res)) in hidden_def()
/sysdeps/unix/sysv/linux/arm/
A Dtls.h36 INTERNAL_SYSCALL_ERROR_P (result_var) \
/sysdeps/unix/sysv/linux/m68k/
A Dgetpagesize.c37 if (!INTERNAL_SYSCALL_ERROR_P (result)) in __getpagesize()
A D____longjmp_chk.c29 if (!INTERNAL_SYSCALL_ERROR_P (result) \
/sysdeps/unix/sysv/linux/riscv/
A Dsyscall.c30 if (INTERNAL_SYSCALL_ERROR_P (ret)) in syscall()
/sysdeps/unix/sysv/linux/hppa/
A D____longjmp_chk.c38 if (!INTERNAL_SYSCALL_ERROR_P (result) \
/sysdeps/unix/sysv/linux/s390/s390-32/
A D____longjmp_chk.c42 if (!INTERNAL_SYSCALL_ERROR_P (res)) \
/sysdeps/unix/sysv/linux/s390/s390-64/
A D____longjmp_chk.c42 if (!INTERNAL_SYSCALL_ERROR_P (res)) \

Completed in 46 milliseconds

12