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

  /src/lib/libc/arch/alpha/
SYS.h 58 #define PSEUDO_NOERROR(label,name) \
  /src/lib/libc/arch/hppa/
SYS.h 58 #define PSEUDO_NOERROR(x,y) !\
70 #define RSYSCALL_NOERROR(x) PSEUDO_NOERROR(x,x)
  /src/lib/libc/arch/ia64/
SYS.h 56 #define PSEUDO_NOERROR(label,name) \
  /src/lib/libc/arch/or1k/
SYS.h 57 #define PSEUDO_NOERROR(x,y) _SYSCALL_NOERROR(x,y) ;\
69 #define RSYSCALL_NOERROR(x) PSEUDO_NOERROR(x,x)
  /src/lib/libc/arch/riscv/
SYS.h 54 PSEUDO_NOERROR(x,x)
73 #define PSEUDO_NOERROR(x,y) \
  /src/lib/libc/arch/mips/
SYS.h 108 PSEUDO_NOERROR(x,x)
127 #define PSEUDO_NOERROR(x,y) \
  /src/lib/libc/arch/i386/
SYS.h 127 #define PSEUDO_NOERROR(x,y) \
140 PSEUDO_NOERROR(x,x)
  /src/lib/libc/arch/m68k/
SYS.h 64 #define PSEUDO_NOERROR(x,y) \
75 PSEUDO_NOERROR(x,x)
  /src/lib/libc/arch/powerpc/
SYS.h 26 #define PSEUDO_NOERROR(x,y) _SYSCALL_NOERROR(x,y) ;\
35 #define RSYSCALL_NOERROR(x) PSEUDO_NOERROR(x,x)
  /src/lib/libc/arch/powerpc64/
SYS.h 56 #define PSEUDO_NOERROR(x,y) _SYSCALL_NOERROR(x,y) ;\
65 #define RSYSCALL_NOERROR(x) PSEUDO_NOERROR(x,x)
  /src/lib/libc/arch/sh3/
SYS.h 102 #define PSEUDO_NOERROR(x,y) \
113 PSEUDO_NOERROR(x,x)
  /src/lib/libc/arch/sparc/
SYS.h 137 * PSEUDO_NOERROR(x,y) is like RSYSCALL_NOERROR(y), except that the
149 #define PSEUDO_NOERROR(x,y) _RSYSCALL_NOERROR(x,y)
  /src/lib/libc/arch/sparc64/
SYS.h 125 * PSEUDO_NOERROR(x,y) is like RSYSCALL_NOERROR(y) except that the name is x.
127 #define PSEUDO_NOERROR(x,y) \
  /src/lib/libc/arch/vax/
SYS.h 61 #define PSEUDO_NOERROR(x,y) \
72 PSEUDO_NOERROR(x,x)
  /src/lib/libc/arch/x86_64/
SYS.h 67 #define PSEUDO_NOERROR(x,y) \
80 PSEUDO_NOERROR(x,x)
  /src/lib/libc/arch/aarch64/
SYS.h 60 #define PSEUDO_NOERROR(x,y) \
71 PSEUDO_NOERROR(x,x)
  /src/lib/libc/arch/arm/
SYS.h 102 #define PSEUDO_NOERROR(x,y) \
114 PSEUDO_NOERROR(x,x)

Completed in 37 milliseconds