/src/sys/arch/news68k/news68k/ |
romcalls.S | 33 #define SYSCALL trap #14 /* XXX */ 46 SYSCALL 55 SYSCALL 65 SYSCALL 74 SYSCALL 83 SYSCALL
|
/src/lib/libc/arch/alpha/ |
SYS.h | 31 #include <sys/syscall.h> 44 #define SYSCALL(name) \ 65 SYSCALL(name); \
|
/src/lib/libc/arch/hppa/ |
SYS.h | 30 #include <sys/syscall.h> 41 #define SYSCALL(x) !\ 53 SYSCALL(y) !\
|
/src/lib/libc/arch/ia64/ |
SYS.h | 33 #include <sys/syscall.h> 42 #define SYSCALL(name) \ 63 SYSCALL(name); \
|
/src/lib/libc/arch/or1k/ |
SYS.h | 33 #include <sys/syscall.h> 55 #define SYSCALL(x) _SYSCALL(x,x)
|
/src/lib/libc/arch/i386/ |
SYS.h | 67 #include <sys/syscall.h> 124 #define SYSCALL(x) \
|
/src/lib/libc/arch/m68k/ |
SYS.h | 38 #include <sys/syscall.h> 61 #define SYSCALL(x) \
|
/src/lib/libc/arch/powerpc/ |
SYS.h | 4 #include <sys/syscall.h> 24 #define SYSCALL(x) _SYSCALL(x,x)
|
/src/lib/libc/arch/powerpc64/ |
SYS.h | 4 #include <sys/syscall.h> 54 #define SYSCALL(x) _SYSCALL(x,x)
|
/src/lib/libc/arch/sh3/ |
SYS.h | 37 #include <sys/syscall.h> 99 #define SYSCALL(x) \
|
/src/lib/libc/arch/sparc/ |
SYS.h | 40 #include <sys/syscall.h> 76 * SYSCALL is used when further action must be taken before returning. 89 #define SYSCALL(x) \ 123 * SYSCALL_NOERROR is like SYSCALL, except it's used for syscalls that
|
/src/lib/libc/arch/sparc64/ |
SYS.h | 41 #include <sys/syscall.h> 71 * SYSCALL is used when further action must be taken before returning. 78 #define SYSCALL(x) \ 106 * SYSCALL_NOERROR is like SYSCALL, except it's used for syscalls
|
/src/lib/libc/arch/vax/ |
SYS.h | 34 #include <sys/syscall.h> 58 #define SYSCALL(x) \
|
/src/lib/libc/arch/x86_64/ |
SYS.h | 37 #include <sys/syscall.h> 40 #define SYSTRAP(x) movl $(SYS_ ## x),%eax; movq %rcx, %r10; syscall 42 #define SYSTRAP(x) movl $(SYS_/**/x),%eax; movq %rcx, %r10; syscall 64 #define SYSCALL(x) \
|
/src/sys/arch/x86/include/ |
db_machdep.h | 10 #define SYSCALL 2
|
/src/lib/libc/arch/aarch64/ |
SYS.h | 33 #include <sys/syscall.h> 57 #define SYSCALL(x) \
|
/src/lib/libc/arch/arm/ |
SYS.h | 40 #include <sys/syscall.h> 98 #define SYSCALL(x) \
|
/src/tests/lib/libc/sys/ |
t_ptrace_kill.c | 48 #define SYSCALL(a, b) ATF_REQUIRE_EQ_MSG(a, b, "%s got %s", #a, strerror(errno)) 97 SYSCALL(pipe(fdto), 0); 98 SYSCALL(pipe(fdfrom), 0); 106 SYSCALL(pthread_create(&thread, NULL, waitthread, &pid), 0); 108 SYSCALL(read(fdfrom[0], &q, 1), 1); 110 SYSCALL(ptrace(PT_ATTACH, pid, NULL, 0), 0); 112 SYSCALL(write(fdto[1], &p, 1), 1); 115 SYSCALL(ptrace(PT_CONTINUE, pid, (void *)1, 0), 0); 116 SYSCALL(read(fdfrom[0], &p, 1), 1); 118 SYSCALL(ptrace(PT_STOP, pid, NULL, 0), 0) [all...] |
/src/sys/arch/sparc/sparc/ |
locore.s | 75 #include <sys/syscall.h> 333 #define SYSCALL b _C_LABEL(_syscall); mov %psr, %l0; nop; nop 492 SYSCALL ! 80 = sun syscall 500 SYSCALL ! 88 = svr4 syscall 501 SYSCALL ! 89 = bsd syscall 753 SYSCALL ! 80 = sun syscall [all...] |
/src/sys/arch/sparc64/sparc64/ |
locore.s | 93 #include <sys/syscall.h> 380 #define SYSCALL VTRAP(0x100, syscall_setup) 809 TABLE(syscall): 810 SYSCALL ! 0x100 = sun syscall 813 SYSCALL ! 0x108 = svr4 syscall 814 SYSCALL ! 0x109 = bsd syscall 823 SYSCALL ! 0x140 SVID syscall (Solaris 2.7 [all...] |