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

1234

/openbsd-current/lib/libc/arch/i386/sys/
H A DOvfork.S40 PINSYSCALL(SYS_vfork, 99b)
H A Dsigsuspend.S42 PINSYSCALL(SYS_sigsuspend, 99b)
/openbsd-current/lib/libc/arch/sparc64/sys/
H A Dtfork_thread.S40 PINSYSCALL(SYS___tfork, 99b)
64 PINSYSCALL(SYS___threxit, 98b)
H A Dsigsuspend.S43 PINSYSCALL(SYS_sigsuspend, 99b)
H A Dsigpending.S42 PINSYSCALL(SYS_sigpending, 99b)
H A Dsigprocmask.S50 PINSYSCALL(SYS_sigprocmask, 99b)
/openbsd-current/libexec/ld.so/sh/
H A DSYS.h32 #define PINSYSCALL(sysno, label) \ macro
49 PINSYSCALL(\num, 99b)
53 PINSYSCALL(\num, 99b)
/openbsd-current/regress/sys/arch/amd64/fpu/
H A Dfenv.S20 #define PINSYSCALL(sysno, label) \ define
61 PINSYSCALL(SYS_write, 1b)
66 PINSYSCALL(SYS_exit, 2b)
/openbsd-current/lib/libc/arch/powerpc64/sys/
H A Dsigpending.S29 PINSYSCALL(SYS_sigpending, 99b)
H A Dtfork_thread.S26 PINSYSCALL(SYS___tfork, 99b)
44 PINSYSCALL(SYS___threxit, 98b)
H A Dsigsuspend.S39 PINSYSCALL(SYS_sigsuspend, 99b)
/openbsd-current/lib/libc/arch/m88k/sys/
H A Dsigsuspend.S49 PINSYSCALL(SYS_sigsuspend, 99b)
H A Dtfork_thread.S38 PINSYSCALL(SYS___tfork, 99b)
57 PINSYSCALL(SYS___threxit, 98b)
H A Dsigpending.S42 PINSYSCALL(SYS_sigpending, 99b)
H A Dsigprocmask.S47 PINSYSCALL(SYS_sigprocmask, 99b)
/openbsd-current/libexec/ld.so/alpha/
H A DSYS.h64 #define PINSYSCALL(sysno, label) \ macro
75 PINSYSCALL(SYS_##c, 99b); \
/openbsd-current/libexec/ld.so/powerpc/
H A DSYS.h32 #define PINSYSCALL(sysno, label) \ macro
44 PINSYSCALL(SYS_##n, 99b) ;\
/openbsd-current/libexec/ld.so/i386/
H A DSYS.h33 #define PINSYSCALL(sysno, label) \ macro
48 PINSYSCALL(__CONCAT(SYS_, n), 99b) ;\
/openbsd-current/libexec/ld.so/mips64/
H A DSYS.h32 #define PINSYSCALL(sysno, label) \ macro
43 PINSYSCALL(SYS_##c, 99b); \
/openbsd-current/libexec/ld.so/sparc64/
H A DSYS.h71 #define PINSYSCALL(sysno, label) \ macro
85 PINSYSCALL(__CONCAT(SYS_,n), 99b) ;\
/openbsd-current/libexec/ld.so/powerpc64/
H A DSYS.h32 #define PINSYSCALL(sysno, label) \ macro
44 PINSYSCALL(SYS_##n, 99b) ;\
/openbsd-current/lib/libc/arch/powerpc/sys/
H A Dtfork_thread.S26 PINSYSCALL(SYS___tfork, 99b)
43 PINSYSCALL(SYS___threxit, 98b)
H A Dsigsuspend.S39 PINSYSCALL(SYS_sigsuspend, 99b)
H A Dsigpending.S28 PINSYSCALL(SYS_sigpending, 99b)
/openbsd-current/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); \

Completed in 199 milliseconds

1234