Home
last modified time | relevance | path

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

/openbsd-src/sys/lib/libkern/arch/sparc64/
H A DSYS.h94 #define SYSCALL_NOERROR(x) \ macro
/openbsd-src/lib/libc/arch/amd64/
H A DSYS.h78 #define SYSCALL_NOERROR(x) \ macro
/openbsd-src/lib/libc/arch/riscv64/
H A DSYS.h90 #define SYSCALL_NOERROR(x) \ macro
/openbsd-src/lib/libc/arch/aarch64/
H A DSYS.h77 #define SYSCALL_NOERROR(x) \ macro
/openbsd-src/lib/libc/arch/arm/
H A DSYS.h78 #define SYSCALL_NOERROR(x) \ macro
/openbsd-src/lib/libc/arch/i386/
H A DSYS.h83 #define SYSCALL_NOERROR(x) \ macro
/openbsd-src/lib/libc/arch/sh/
H A DSYS.h162 #define SYSCALL_NOERROR(x) \ macro
/openbsd-src/lib/libc/arch/alpha/
H A DSYS.h137 # define SYSCALL_NOERROR(x) ALIAS(_thread_sys_,x) \ macro