Home
last modified time | relevance | path

Searched refs:PINSYSCALL (Results 1 – 25 of 83) sorted by relevance

1234

/openbsd/lib/libc/arch/sparc64/
H A DSYS.h74 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 Dfenv.S20 #define PINSYSCALL(sysno, label) \ macro
61 PINSYSCALL(SYS_write, 1b)
66 PINSYSCALL(SYS_exit, 2b)
/openbsd/libexec/ld.so/sh/
H A DSYS.h32 #define PINSYSCALL(sysno, label) \ macro
49 PINSYSCALL(\num, 99b)
53 PINSYSCALL(\num, 99b)
/openbsd/libexec/ld.so/alpha/
H A DSYS.h64 #define PINSYSCALL(sysno, label) \ macro
75 PINSYSCALL(SYS_##c, 99b); \
/openbsd/libexec/ld.so/mips64/
H A DSYS.h32 #define PINSYSCALL(sysno, label) \ macro
43 PINSYSCALL(SYS_##c, 99b); \
/openbsd/lib/libc/arch/sparc64/sys/
H A Dtfork_thread.S40 PINSYSCALL(SYS___tfork, 99b)
64 PINSYSCALL(SYS___threxit, 98b)
/openbsd/libexec/ld.so/powerpc/
H A DSYS.h32 #define PINSYSCALL(sysno, label) \ macro
44 PINSYSCALL(SYS_##n, 99b) ;\
/openbsd/libexec/ld.so/sparc64/
H A DSYS.h71 #define PINSYSCALL(sysno, label) \ macro
85 PINSYSCALL(__CONCAT(SYS_,n), 99b) ;\
/openbsd/libexec/ld.so/powerpc64/
H A DSYS.h32 #define PINSYSCALL(sysno, label) \ macro
44 PINSYSCALL(SYS_##n, 99b) ;\
/openbsd/libexec/ld.so/i386/
H A DSYS.h33 #define PINSYSCALL(sysno, label) \ macro
48 PINSYSCALL(__CONCAT(SYS_, n), 99b) ;\
/openbsd/lib/libc/arch/m88k/sys/
H A Dtfork_thread.S38 PINSYSCALL(SYS___tfork, 99b)
57 PINSYSCALL(SYS___threxit, 98b)
/openbsd/lib/libc/arch/powerpc/sys/
H A Dtfork_thread.S26 PINSYSCALL(SYS___tfork, 99b)
43 PINSYSCALL(SYS___threxit, 98b)
/openbsd/lib/libc/arch/powerpc64/sys/
H A Dtfork_thread.S26 PINSYSCALL(SYS___tfork, 99b)
44 PINSYSCALL(SYS___threxit, 98b)
/openbsd/libexec/ld.so/arm/
H A DSYS.h32 #define PINSYSCALL(sysno, label) \ macro
42 PINSYSCALL(SYS_ ## x, 99b) ;\
/openbsd/libexec/ld.so/riscv64/
H A DSYS.h32 #define PINSYSCALL(sysno, label) \ macro
42 PINSYSCALL(SYS_ ## x, 99b)
/openbsd/libexec/ld.so/aarch64/
H A DSYS.h32 #define PINSYSCALL(sysno, label) \ macro
42 PINSYSCALL(SYS_ ## x, 99b) ;\
/openbsd/libexec/ld.so/amd64/
H A DSYS.h33 #define PINSYSCALL(sysno, label) \ macro
51 PINSYSCALL(__CONCAT(SYS_,n), 99b) ;\
/openbsd/libexec/ld.so/m88k/
H A DSYS.h47 #define PINSYSCALL(sysno, label) \ macro
61 PINSYSCALL(__SYSCALLNAME(SYS_,x), 99b)
/openbsd/libexec/ld.so/hppa/
H A DSYS.h36 #define PINSYSCALL(sysno, label) \ macro
48 PINSYSCALL(__CONCAT(SYS_,x), 99b) !\
/openbsd/lib/libc/arch/sparc64/gen/
H A Dsetjmp.S57 PINSYSCALL(SYS_sigprocmask, 99b)
73 PINSYSCALL(SYS_sigprocmask, 98b)
H A Dsigsetjmp.S47 PINSYSCALL(SYS_sigprocmask, 99b)
67 PINSYSCALL(SYS_sigprocmask, 98b)
/openbsd/lib/libc/arch/amd64/sys/
H A Dtfork_thread.S60 PINSYSCALL(SYS___tfork, 99b)
95 PINSYSCALL(SYS___threxit, 98b)
/openbsd/lib/libc/arch/i386/sys/
H A Dsbrk.S55 PINSYSCALL(SYS_break, 99b)
70 PINSYSCALL(SYS_break, 98b)
H A Dbrk.S58 PINSYSCALL(SYS_break, 99b)
76 PINSYSCALL(SYS_break, 98b)
/openbsd/lib/libc/arch/sh/
H A DSYS.h81 #define PINSYSCALL(sysno, label) \ macro
99 PINSYSCALL(\num, 97b)
103 PINSYSCALL(\num, 97b)

1234