Searched refs:_SYSCALL_NOERROR (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/lib/libc/arch/i386/ |
| D | SYS.h | 76 #define _SYSCALL_NOERROR(x,y) \ macro 84 _SYSCALL_NOERROR(x,x) 90 _SYSCALL_NOERROR(x,y) \ 105 _SYSCALL_NOERROR(x,y); \
|
| /openbsd/src/lib/libc/arch/arm/ |
| D | SYS.h | 64 #define _SYSCALL_NOERROR(x,y) \ macro 72 _SYSCALL_NOERROR(x,y); \ 79 _SYSCALL_NOERROR(x,x) 86 _SYSCALL_NOERROR(x,y); \
|
| /openbsd/src/lib/libc/arch/sh/ |
| D | SYS.h | 129 #define _SYSCALL_NOERROR(x,y) \ macro 146 _SYSCALL_NOERROR(x,y); \ 163 _SYSCALL_NOERROR(x,x) 169 _SYSCALL_NOERROR(x,y); \
|
| /openbsd/src/lib/libc/arch/aarch64/ |
| D | SYS.h | 63 #define _SYSCALL_NOERROR(x,y) \ macro 71 _SYSCALL_NOERROR(x,y); \ 78 _SYSCALL_NOERROR(x,x)
|
| /openbsd/src/lib/libc/arch/riscv64/ |
| D | SYS.h | 76 #define _SYSCALL_NOERROR(x,y) \ macro 84 _SYSCALL_NOERROR(x,y); \ 91 _SYSCALL_NOERROR(x,x)
|
| /openbsd/src/lib/libc/arch/amd64/ |
| D | SYS.h | 71 #define _SYSCALL_NOERROR(x,y) \ macro 79 _SYSCALL_NOERROR(x,x) 85 _SYSCALL_NOERROR(x,x); \
|