Home
last modified time | relevance | path

Searched refs:_SYSCALL_BODY (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libsys/i386/
H A DSYS.h42 #ifndef _SYSCALL_BODY
43 #define _SYSCALL_BODY(name) \ macro
52 _SYSCALL_BODY(name); \
57 _SYSCALL_BODY(name); \
/freebsd/lib/libsys/aarch64/
H A DSYS.h37 #ifndef _SYSCALL_BODY
44 #define _SYSCALL_BODY(name) \ macro
54 _SYSCALL_BODY(name); \
61 _SYSCALL_BODY(name); \
/freebsd/lib/libsys/amd64/
H A DSYS.h43 #ifndef _SYSCALL_BODY
44 #define _SYSCALL_BODY(name) \ macro
53 _SYSCALL_BODY(name); \
58 _SYSCALL_BODY(name); \
/freebsd/lib/libsys/riscv/
H A DSYS.h43 #ifndef _SYSCALL_BODY
44 #define _SYSCALL_BODY(name) \ macro
55 _SYSCALL_BODY(name); \
62 _SYSCALL_BODY(name); \
/freebsd/lib/libsys/powerpc/
H A DSYS.h43 #ifndef _SYSCALL_BODY
44 #define _SYSCALL_BODY(name) \ macro
55 _SYSCALL_BODY(name); \
64 _SYSCALL_BODY(name); \
/freebsd/lib/libsys/powerpc64/
H A DSYS.h43 #ifndef _SYSCALL_BODY
44 #define _SYSCALL_BODY(name) \ macro
63 _SYSCALL_BODY(name); \
72 _SYSCALL_BODY(name); \
/freebsd/lib/libsys/arm/
H A DSYS.h48 #ifndef _SYSCALL_BODY
49 #define _SYSCALL_BODY(x) \ macro
60 _SYSCALL_BODY(x)
68 _SYSCALL_BODY(x); \