Symbol: syscall
crypto/openssh/sandbox-systrace.c
179
for (j = 0; allowed_syscalls[j].syscall != -1; j++) {
crypto/openssh/sandbox-systrace.c
180
if (allowed_syscalls[j].syscall == i) {
crypto/openssh/sandbox-systrace.c
46
int syscall;
include/unistd.h
617
int syscall(int, ...);
lib/libc/x86_64/SYS.h
73
#define KERNCALL movq %rcx, %r10; syscall
share/examples/kld/syscall/module/syscall.c
87
SYSCALL_MODULE(syscall, &offset, &hello_sysent, load, NULL);
share/examples/kld/syscall/test/call.c
56
return syscall (syscall_num);
sys/platform/pc64/x86_64/trap.c
369
KTR_INFO(KTR_KERNENTRY, kernentry, syscall, 0, "SYSC(pid %d, tid %d, nr %ld)",
sys/platform/vkernel64/x86_64/trap.c
102
extern inthand_t IDTVEC(syscall);
sys/platform/vkernel64/x86_64/trap.c
306
KTR_INFO(KTR_KERNENTRY, kernentry, syscall, 0, "SYSC(pid %hd, tid %hd, nr %ld)",
sys/platform/vkernel64/x86_64/trap.c
675
if (frame->tf_eip == (int)IDTVEC(syscall)) {
sys/platform/vkernel64/x86_64/trap.c
684
if (frame->tf_eip == (int)IDTVEC(syscall) + 1) {
test/stress/stress2/testcases/openat/doat.c
193
tests[0].syscall = SYS_faccessat;
test/stress/stress2/testcases/openat/doat.c
233
tests[1].syscall = SYS_fchmodat;
test/stress/stress2/testcases/openat/doat.c
268
tests[2].syscall = SYS_fchownat;
test/stress/stress2/testcases/openat/doat.c
309
tests[3].syscall = SYS_fstatat;
test/stress/stress2/testcases/openat/doat.c
344
tests[4].syscall = SYS_futimesat;
test/stress/stress2/testcases/openat/doat.c
365
tests[5].syscall = SYS_linkat;
test/stress/stress2/testcases/openat/doat.c
412
tests[6].syscall = SYS_mkdirat;
test/stress/stress2/testcases/openat/doat.c
429
tests[7].syscall = SYS_mkfifoat;
test/stress/stress2/testcases/openat/doat.c
446
tests[8].syscall = SYS_mknodat;
test/stress/stress2/testcases/openat/doat.c
466
tests[9].syscall = SYS_openat;
test/stress/stress2/testcases/openat/doat.c
496
tests[10].syscall = SYS_readlinkat;
test/stress/stress2/testcases/openat/doat.c
516
tests[11].syscall = SYS_renameat;
test/stress/stress2/testcases/openat/doat.c
546
tests[12].syscall = SYS_symlinkat;
test/stress/stress2/testcases/openat/doat.c
564
tests[13].syscall = SYS_unlinkat;
test/stress/stress2/testcases/openat/doat.c
57
int syscall;
test/stress/stress2/testcases/openat/doat.c
598
tests[14].syscall = SYS_fexecve;
test/stress/stress2/testcases/openat/doat.c
660
error = syscall(tests[i].syscall,
test/stress/stress2/testcases/syscall/syscall.c
147
syscall(num, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
usr.bin/truss/syscall.h
46
struct syscall *get_syscall(const char*);
usr.bin/truss/syscalls.c
109
struct syscall *
usr.bin/truss/syscalls.c
111
struct syscall *sc = syscalls;
usr.bin/truss/syscalls.c
62
struct syscall syscalls[] = {
usr.bin/truss/x86_64-fbsd.c
115
struct syscall *sc;
usr.bin/truss/x86_64-fbsd.c
265
struct syscall *sc;
usr.bin/truss/x86_64-fbsd.c
80
struct syscall *sc;