Searched refs:syscall (Results 101 - 125 of 309) sorted by relevance

1234567891011>>

/freebsd-13-stable/lib/libc/sys/
H A Daccept4.c37 #include <sys/syscall.h>
H A Dfcntl.c42 #include <sys/syscall.h>
H A Dgettimeofday.c31 #include <sys/syscall.h>
H A Dreadv.c37 #include <sys/syscall.h>
H A Dsendto.c37 #include <sys/syscall.h>
H A Dwritev.c37 #include <sys/syscall.h>
H A Dclock_gettime.c31 #include <sys/syscall.h>
H A Drecvfrom.c37 #include <sys/syscall.h>
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dmop.cpp12 #include <sys/syscall.h>
27 syscall(SYS_futex, &turn, FUTEX_WAIT, t, 0, 0, 0);
41 syscall(SYS_futex, &turn, FUTEX_WAKE, 0, 0, 0, 0);
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mdb/
H A Dtst.dtracedcmd.ksh40 syscall:::entry
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dsigcode64.S36 #include <sys/syscall.h>
/freebsd-13-stable/stand/uboot/lib/
H A Dglue.h58 int syscall(int, int *, ...);
70 * prepare arguments for particular syscall and jump to the low level
71 * syscall()
/freebsd-13-stable/share/examples/kld/syscall/module/
H A Dsyscall.c40 * The function for implementing the syscall.
51 * The `sysent' for the new syscall
59 * The offset in sysent where the syscall is allocated.
73 printf("syscall loaded at %d\n", offset);
76 printf("syscall unloaded from %d\n", offset);
85 SYSCALL_MODULE(syscall, &offset, &hello_sysent, load, NULL);
/freebsd-13-stable/tools/regression/kgssapi/
H A Dgsstest.c31 #include <sys/syscall.h>
99 syscall(syscall_num, 1, NULL, NULL);
188 syscall(syscall_num, 2, &args, &res);
215 syscall(syscall_num, 2, &args, &res);
241 syscall(syscall_num, 2, &args, &res);
268 syscall(syscall_num, 2, &args, &res);
286 syscall(syscall_num, 2, &args, &res);
297 syscall(syscall_num, 3, NULL, NULL);
300 syscall(syscall_num, 4, NULL, NULL);
/freebsd-13-stable/lib/libc/i386/sys/
H A DMakefile.inc10 MDASM= Ovfork.S cerror.S getcontext.S syscall.S
/freebsd-13-stable/lib/libc/mips/sys/
H A DOvfork.S56 syscall
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.schrock.ksh68 syscall:::
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.args1.d45 syscall::getpid:return
H A Dtst.weak1.d45 syscall::getpid:return
H A Dtst.weak2.d45 syscall::getpid:return
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.branch.d57 syscall::rexit:entry
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.br.d49 syscall::rexit:entry
H A Dtst.branch.d57 syscall::rexit:entry
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_locore.asm30 syscall /* enter kernel with args */
37 syscall
44 syscall
51 syscall
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_s390.cpp20 #include <sys/syscall.h>
52 return syscall(__NR_mmap, &params);
54 return syscall(__NR_mmap2, &params);

Completed in 190 milliseconds

1234567891011>>