/openbsd/lib/libc/arch/sparc64/ |
H A D | SYS.h | 74 PINSYSCALL(_CAT(SYS_,y), 97b); \ 84 PINSYSCALL(_CAT(SYS_,y), 97b); \ 106 PINSYSCALL(_CAT(SYS_,x), 97b); \ 114 PINSYSCALL(_CAT(SYS_,x), 97b); \ 126 PINSYSCALL(_CAT(SYS_,y), 97b); \ 140 PINSYSCALL(_CAT(SYS_,x), 97b) 153 PINSYSCALL(_CAT(SYS_,x), 97b); \ 164 PINSYSCALL(_CAT(SYS_,y), 97b); \
|
/openbsd/regress/sys/arch/amd64/fpu/ |
H A D | fenv.S | 20 #define PINSYSCALL(sysno, label) \ macro 61 PINSYSCALL(SYS_write, 1b) 66 PINSYSCALL(SYS_exit, 2b)
|
/openbsd/libexec/ld.so/sh/ |
H A D | SYS.h | 32 #define PINSYSCALL(sysno, label) \ macro 49 PINSYSCALL(\num, 99b) 53 PINSYSCALL(\num, 99b)
|
/openbsd/libexec/ld.so/alpha/ |
H A D | SYS.h | 64 #define PINSYSCALL(sysno, label) \ macro 75 PINSYSCALL(SYS_##c, 99b); \
|
/openbsd/libexec/ld.so/mips64/ |
H A D | SYS.h | 32 #define PINSYSCALL(sysno, label) \ macro 43 PINSYSCALL(SYS_##c, 99b); \
|
/openbsd/lib/libc/arch/sparc64/sys/ |
H A D | tfork_thread.S | 40 PINSYSCALL(SYS___tfork, 99b) 64 PINSYSCALL(SYS___threxit, 98b)
|
/openbsd/libexec/ld.so/powerpc/ |
H A D | SYS.h | 32 #define PINSYSCALL(sysno, label) \ macro 44 PINSYSCALL(SYS_##n, 99b) ;\
|
/openbsd/libexec/ld.so/sparc64/ |
H A D | SYS.h | 71 #define PINSYSCALL(sysno, label) \ macro 85 PINSYSCALL(__CONCAT(SYS_,n), 99b) ;\
|
/openbsd/libexec/ld.so/powerpc64/ |
H A D | SYS.h | 32 #define PINSYSCALL(sysno, label) \ macro 44 PINSYSCALL(SYS_##n, 99b) ;\
|
/openbsd/libexec/ld.so/i386/ |
H A D | SYS.h | 33 #define PINSYSCALL(sysno, label) \ macro 48 PINSYSCALL(__CONCAT(SYS_, n), 99b) ;\
|
/openbsd/lib/libc/arch/m88k/sys/ |
H A D | tfork_thread.S | 38 PINSYSCALL(SYS___tfork, 99b) 57 PINSYSCALL(SYS___threxit, 98b)
|
/openbsd/lib/libc/arch/powerpc/sys/ |
H A D | tfork_thread.S | 26 PINSYSCALL(SYS___tfork, 99b) 43 PINSYSCALL(SYS___threxit, 98b)
|
/openbsd/lib/libc/arch/powerpc64/sys/ |
H A D | tfork_thread.S | 26 PINSYSCALL(SYS___tfork, 99b) 44 PINSYSCALL(SYS___threxit, 98b)
|
/openbsd/libexec/ld.so/arm/ |
H A D | SYS.h | 32 #define PINSYSCALL(sysno, label) \ macro 42 PINSYSCALL(SYS_ ## x, 99b) ;\
|
/openbsd/libexec/ld.so/riscv64/ |
H A D | SYS.h | 32 #define PINSYSCALL(sysno, label) \ macro 42 PINSYSCALL(SYS_ ## x, 99b)
|
/openbsd/libexec/ld.so/aarch64/ |
H A D | SYS.h | 32 #define PINSYSCALL(sysno, label) \ macro 42 PINSYSCALL(SYS_ ## x, 99b) ;\
|
/openbsd/libexec/ld.so/amd64/ |
H A D | SYS.h | 33 #define PINSYSCALL(sysno, label) \ macro 51 PINSYSCALL(__CONCAT(SYS_,n), 99b) ;\
|
/openbsd/libexec/ld.so/m88k/ |
H A D | SYS.h | 47 #define PINSYSCALL(sysno, label) \ macro 61 PINSYSCALL(__SYSCALLNAME(SYS_,x), 99b)
|
/openbsd/libexec/ld.so/hppa/ |
H A D | SYS.h | 36 #define PINSYSCALL(sysno, label) \ macro 48 PINSYSCALL(__CONCAT(SYS_,x), 99b) !\
|
/openbsd/lib/libc/arch/sparc64/gen/ |
H A D | setjmp.S | 57 PINSYSCALL(SYS_sigprocmask, 99b) 73 PINSYSCALL(SYS_sigprocmask, 98b)
|
H A D | sigsetjmp.S | 47 PINSYSCALL(SYS_sigprocmask, 99b) 67 PINSYSCALL(SYS_sigprocmask, 98b)
|
/openbsd/lib/libc/arch/amd64/sys/ |
H A D | tfork_thread.S | 60 PINSYSCALL(SYS___tfork, 99b) 95 PINSYSCALL(SYS___threxit, 98b)
|
/openbsd/lib/libc/arch/i386/sys/ |
H A D | sbrk.S | 55 PINSYSCALL(SYS_break, 99b) 70 PINSYSCALL(SYS_break, 98b)
|
H A D | brk.S | 58 PINSYSCALL(SYS_break, 99b) 76 PINSYSCALL(SYS_break, 98b)
|
/openbsd/lib/libc/arch/sh/ |
H A D | SYS.h | 81 #define PINSYSCALL(sysno, label) \ macro 99 PINSYSCALL(\num, 97b) 103 PINSYSCALL(\num, 97b)
|