/openbsd/lib/libc/arch/mips64/sys/ |
H A D | syscall.S | 36 RSYSCALL(syscall)
|
/openbsd/lib/libc/arch/powerpc64/sys/ |
H A D | syscall.S | 30 RSYSCALL(syscall)
|
/openbsd/lib/libc/arch/riscv64/sys/ |
H A D | syscall.S | 35 RSYSCALL(syscall)
|
/openbsd/lib/libc/arch/arm/sys/ |
H A D | syscall.S | 37 RSYSCALL(syscall)
|
/openbsd/lib/libc/arch/aarch64/sys/ |
H A D | syscall.S | 37 RSYSCALL(syscall)
|
/openbsd/lib/libc/arch/alpha/sys/ |
H A D | syscall.S | 33 RSYSCALL(syscall)
|
/openbsd/lib/libc/arch/powerpc/sys/ |
H A D | syscall.S | 30 RSYSCALL(syscall)
|
/openbsd/lib/libc/arch/sh/sys/ |
H A D | syscall.S | 40 RSYSCALL(syscall)
|
/openbsd/lib/libc/arch/sparc64/sys/ |
H A D | syscall.S | 8 RSYSCALL(syscall)
|
/openbsd/lib/libc/arch/hppa/sys/ |
H A D | syscall.S | 31 RSYSCALL(syscall)
|
/openbsd/sys/lib/libkern/arch/mips64/ |
H A D | SYS.h | 40 #define RSYSCALL(x) SYSCALL(x); ret macro
|
/openbsd/sys/lib/libkern/arch/i386/ |
H A D | SYS.h | 41 #define RSYSCALL(x) SYSCALL(x); ret macro
|
/openbsd/sys/lib/libkern/arch/sparc64/ |
H A D | SYS.h | 77 #define RSYSCALL(x) \ macro
|
/openbsd/lib/libc/arch/powerpc/ |
H A D | SYS.h | 92 #define RSYSCALL(x) PSEUDO(x,x) macro
|
/openbsd/lib/libc/arch/arm/ |
H A D | SYS.h | 103 #define RSYSCALL(x) \ macro
|
/openbsd/lib/libc/arch/i386/ |
H A D | SYS.h | 120 #define RSYSCALL(x) \ macro
|
/openbsd/lib/libc/arch/powerpc64/ |
H A D | SYS.h | 96 #define RSYSCALL(x) PSEUDO(x,x) macro
|
/openbsd/lib/libc/arch/aarch64/ |
H A D | SYS.h | 112 #define RSYSCALL(x) \ macro
|
/openbsd/lib/libc/arch/riscv64/ |
H A D | SYS.h | 125 #define RSYSCALL(x) \ macro
|
/openbsd/lib/libc/arch/amd64/ |
H A D | SYS.h | 124 #define RSYSCALL(x) \ macro
|
/openbsd/lib/libc/arch/hppa/ |
H A D | SYS.h | 104 #define RSYSCALL(x) PSEUDO(x,x) macro
|
/openbsd/lib/libc/arch/mips64/ |
H A D | SYS.h | 118 #define RSYSCALL(x) __PSEUDO(_thread_sys_,x,x) macro
|
/openbsd/lib/libc/arch/sh/ |
H A D | SYS.h | 187 #define RSYSCALL(x) PSEUDO(x,x) macro
|
/openbsd/lib/libc/arch/alpha/ |
H A D | SYS.h | 139 # define RSYSCALL(x) ALIAS(_thread_sys_,x) \ macro
|
/openbsd/lib/libc/arch/sparc64/ |
H A D | SYS.h | 171 #define RSYSCALL(x) __RSYSCALL(_thread_sys_,x) macro
|