Searched refs:_SYSCALL_NOERROR (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/lib/libc/arch/or1k/
H A DSYS.h40 #define _SYSCALL_NOERROR(x,y) ENTRY(x) ;\ macro
49 #define _SYSCALL(x,y) _SYSCALL_NOERROR(x,y) ;\
53 #define SYSCALL_NOERROR(x) _SYSCALL_NOERROR(x,x)
57 #define PSEUDO_NOERROR(x,y) _SYSCALL_NOERROR(x,y) ;\
62 #define PSEUDO(x,y) _SYSCALL_NOERROR(x,y) ;\
/netbsd-current/lib/libc/arch/powerpc/
H A DSYS.h11 #define _SYSCALL_NOERROR(x,y) .text ;\ macro
19 _SYSCALL_NOERROR(x,y) ;\
22 #define SYSCALL_NOERROR(x) _SYSCALL_NOERROR(x,x)
26 #define PSEUDO_NOERROR(x,y) _SYSCALL_NOERROR(x,y) ;\
30 #define PSEUDO(x,y) _SYSCALL_NOERROR(x,y) ;\
/netbsd-current/lib/libc/arch/x86_64/
H A DSYS.h48 #define _SYSCALL_NOERROR(x,y) \ macro
58 _SYSCALL_NOERROR(x,y); \
62 _SYSCALL_NOERROR(x,x)
68 _SYSCALL_NOERROR(x,y); \
73 _SYSCALL_NOERROR(x,y); \
/netbsd-current/lib/libc/arch/m68k/
H A DSYS.h50 #define _SYSCALL_NOERROR(x,y) \ macro
55 _SYSCALL_NOERROR(x,y); \
59 _SYSCALL_NOERROR(x,x)
65 _SYSCALL_NOERROR(x,y); \
/netbsd-current/lib/libc/arch/vax/
H A DSYS.h45 #define _SYSCALL_NOERROR(x,y) \ macro
52 _SYSCALL_NOERROR(x,y); \
56 _SYSCALL_NOERROR(x,x)
62 _SYSCALL_NOERROR(x,y); \
/netbsd-current/lib/libc/arch/aarch64/
H A DSYS.h41 #define _SYSCALL_NOERROR(x,y) \ macro
51 _SYSCALL_NOERROR(x,y); \
55 _SYSCALL_NOERROR(x,x)
61 _SYSCALL_NOERROR(x,y); \
/netbsd-current/lib/libc/arch/i386/
H A DSYS.h100 #define _SYSCALL_NOERROR(x,y) \ macro
118 _SYSCALL_NOERROR(x,y); \
122 _SYSCALL_NOERROR(x,x)
128 _SYSCALL_NOERROR(x,y); \
133 _SYSCALL_NOERROR(x,y); \
/netbsd-current/lib/libc/arch/powerpc64/
H A DSYS.h41 #define _SYSCALL_NOERROR(x,y) .text ;\ macro
49 _SYSCALL_NOERROR(x,y) ;\
52 #define SYSCALL_NOERROR(x) _SYSCALL_NOERROR(x,x)
56 #define PSEUDO_NOERROR(x,y) _SYSCALL_NOERROR(x,y) ;\
60 #define PSEUDO(x,y) _SYSCALL_NOERROR(x,y) ;\
/netbsd-current/lib/libc/arch/sh3/
H A DSYS.h60 #define _SYSCALL_NOERROR(x,y) \ macro
93 _SYSCALL_NOERROR(x,y); \
97 _SYSCALL_NOERROR(x,x)
103 _SYSCALL_NOERROR(x,y); \
/netbsd-current/lib/libc/arch/arm/
H A DSYS.h81 #define _SYSCALL_NOERROR(x,y) \ macro
92 _SYSCALL_NOERROR(x,y); \
96 _SYSCALL_NOERROR(x,x)
103 _SYSCALL_NOERROR(x,y); \

Completed in 407 milliseconds