Home
last modified time | relevance | path

Searched defs:RSYSCALL_NOERROR (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/sys/lib/libkern/arch/sparc64/
H A DSYS.h103 #define RSYSCALL_NOERROR(x) \ macro
/openbsd-src/lib/libc/arch/amd64/
H A DSYS.h121 #define RSYSCALL_NOERROR(x) \ macro
/openbsd-src/lib/libc/arch/riscv64/
H A DSYS.h122 #define RSYSCALL_NOERROR(x) \ macro
/openbsd-src/lib/libc/arch/aarch64/
H A DSYS.h109 #define RSYSCALL_NOERROR(x) \ macro
/openbsd-src/lib/libc/arch/arm/
H A DSYS.h100 #define RSYSCALL_NOERROR(x) \ macro
/openbsd-src/lib/libc/arch/sh/
H A DSYS.h186 #define RSYSCALL_NOERROR(x) PSEUDO_NOERROR(x,x) macro
/openbsd-src/lib/libc/arch/sparc64/
H A DSYS.h173 #define RSYSCALL_NOERROR(x,y) __RSYSCALL_NOERROR(_thread_sys_,x,y) macro
/openbsd-src/lib/libc/arch/alpha/
H A DSYS.h143 # define RSYSCALL_NOERROR(x) ALIAS(_thread_sys_,x) \ macro