HomeSort by: relevance | last modified time | path
    Searched defs:RSYSCALL_NOERROR (Results 1 - 17 of 17) sorted by relevancy

  /src/lib/libc/arch/alpha/
SYS.h 69 #define RSYSCALL_NOERROR(name) \
  /src/lib/libc/arch/hppa/
SYS.h 70 #define RSYSCALL_NOERROR(x) PSEUDO_NOERROR(x,x)
  /src/lib/libc/arch/ia64/
SYS.h 67 #define RSYSCALL_NOERROR(name) \
  /src/lib/libc/arch/or1k/
SYS.h 69 #define RSYSCALL_NOERROR(x) PSEUDO_NOERROR(x,x)
  /src/lib/libc/arch/riscv/
SYS.h 53 #define RSYSCALL_NOERROR(x) \
  /src/lib/libc/arch/mips/
SYS.h 107 #define RSYSCALL_NOERROR(x) \
  /src/lib/libc/arch/i386/
SYS.h 139 #define RSYSCALL_NOERROR(x) \
  /src/lib/libc/arch/m68k/
SYS.h 74 #define RSYSCALL_NOERROR(x) \
  /src/lib/libc/arch/powerpc/
SYS.h 35 #define RSYSCALL_NOERROR(x) PSEUDO_NOERROR(x,x)
  /src/lib/libc/arch/powerpc64/
SYS.h 65 #define RSYSCALL_NOERROR(x) PSEUDO_NOERROR(x,x)
  /src/lib/libc/arch/sh3/
SYS.h 112 #define RSYSCALL_NOERROR(x) \
  /src/lib/libc/arch/sparc/
SYS.h 134 * RSYSCALL_NOERROR is like RSYSCALL, except it's used for syscalls
137 * PSEUDO_NOERROR(x,y) is like RSYSCALL_NOERROR(y), except that the
148 #define RSYSCALL_NOERROR(x) _RSYSCALL_NOERROR(x,x)
  /src/lib/libc/arch/sparc64/
SYS.h 115 * RSYSCALL_NOERROR is like RSYSCALL, except it's used for syscalls
120 #define RSYSCALL_NOERROR(x) \
125 * PSEUDO_NOERROR(x,y) is like RSYSCALL_NOERROR(y) except that the name is x.
  /src/lib/libc/arch/vax/
SYS.h 71 #define RSYSCALL_NOERROR(x) \
  /src/lib/libc/arch/x86_64/
SYS.h 79 #define RSYSCALL_NOERROR(x) \
  /src/lib/libc/arch/aarch64/
SYS.h 70 #define RSYSCALL_NOERROR(x) \
  /src/lib/libc/arch/arm/
SYS.h 113 #define RSYSCALL_NOERROR(x) \

Completed in 19 milliseconds