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

  /src/sys/arch/zaurus/stand/zboot/
unixsys.S 26 #define RSYSCALL(x) \
31 RSYSCALL(exit)
32 RSYSCALL(read)
33 RSYSCALL(write)
34 RSYSCALL(open)
35 RSYSCALL(close)
36 RSYSCALL(lseek32)
37 RSYSCALL(ioctl)
38 RSYSCALL(stat)
39 RSYSCALL(fstat
    [all...]
  /src/lib/libc/arch/alpha/
SYS.h 64 #define RSYSCALL(name) \
  /src/lib/libc/arch/hppa/
SYS.h 69 #define RSYSCALL(x) PSEUDO(x,x)
  /src/lib/libc/arch/ia64/
SYS.h 62 #define RSYSCALL(name) \
  /src/lib/libc/arch/or1k/
SYS.h 71 #define RSYSCALL(x) PSEUDO(x,x)
  /src/lib/libc/arch/riscv/
SYS.h 59 #define RSYSCALL(x) \
  /src/lib/libc/arch/mips/
SYS.h 113 #define RSYSCALL(x) \
  /src/lib/libc/arch/i386/
SYS.h 142 #define RSYSCALL(x) \
  /src/lib/libc/arch/m68k/
SYS.h 77 #define RSYSCALL(x) \
  /src/lib/libc/arch/powerpc/
SYS.h 37 #define RSYSCALL(x) PSEUDO(x,x)
  /src/lib/libc/arch/powerpc64/
SYS.h 67 #define RSYSCALL(x) PSEUDO(x,x)
  /src/lib/libc/arch/sh3/
SYS.h 115 #define RSYSCALL(x) \
  /src/lib/libc/arch/sparc/
SYS.h 93 * RSYSCALL is used when the system call should just return. Here we
97 * PSEUDO(x,y) is like RSYSCALL(y), except that the name is x.
106 #define RSYSCALL(x) _RSYSCALL(x,x)
110 * WSYSCALL(weak,strong) is like RSYSCALL(weak),
119 RSYSCALL(weak)
134 * RSYSCALL_NOERROR is like RSYSCALL, except it's used for syscalls
  /src/lib/libc/arch/sparc64/
SYS.h 82 * RSYSCALL is used when the system call should just return. Here
86 #define RSYSCALL(x) \
91 * PSEUDO(x,y) is like RSYSCALL(y) except that the name is x.
98 * WSYSCALL(weak,strong) is like RSYSCALL(weak), except that weak is
115 * RSYSCALL_NOERROR is like RSYSCALL, except it's used for syscalls
  /src/lib/libc/arch/vax/
SYS.h 74 #define RSYSCALL(x) \
  /src/lib/libc/arch/x86_64/
SYS.h 82 #define RSYSCALL(x) \
  /src/lib/libc/arch/aarch64/
SYS.h 73 #define RSYSCALL(x) \
  /src/lib/libc/arch/arm/
SYS.h 116 #define RSYSCALL(x) \

Completed in 40 milliseconds