Searched refs:syscall (Results 276 - 300 of 309) sorted by relevance

<<111213

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c97 #include <sys/syscall.h>
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntpd.c248 * We put this here, since the argument profile is syscall-specific
250 extern int syscall (int, ...);
/freebsd-13-stable/sys/fs/nfs/
H A Dnfsport.h80 #include <sys/syscall.h>
/freebsd-13-stable/sys/kern/
H A Dkern_fork.c66 #include <sys/syscall.h>
1102 * Simplified back end of syscall(), used when returning from fork()
H A Duipc_sem.c65 #include <sys/syscall.h>
H A Dsysv_msg.c76 #include <sys/syscall.h>
H A Dsysv_sem.c65 #include <sys/syscall.h>
H A Dsysv_shm.c93 #include <sys/syscall.h>
H A Duipc_mqueue.c44 * method is not advocated since mq_open syscall allows user to specify
85 #include <sys/syscall.h>
H A Dimgact_elf.c66 #include <sys/syscall.h>
H A Dsystrace_args.c6 * This file is part of the DTrace syscall provider.
1846 iarg[0] = p->syscall; /* long */
/freebsd-13-stable/sys/cddl/dev/fbt/
H A Dfbt.c55 #include <sys/syscall.h>
/freebsd-13-stable/sys/amd64/amd64/
H A Dtrap.c68 #include <sys/syscall.h>
1031 ("Too many syscall arguments!"));
1069 ("Too many syscall arguments!"));
1165 "Flush L1D on syscall return with error (0 - off, 1 - on, "
1180 panic("syscall");
1187 * Traced syscall.
/freebsd-13-stable/tests/sys/audit/
H A Dfile-attribute-access.c32 #include <sys/syscall.h>
/freebsd-13-stable/contrib/lib9p/backend/
H A Dfs.c78 #include <sys/syscall.h>
1343 * This is an undocumented OS X syscall. It would be best to avoid it,
1345 * Dear Apple, please implement mknodat before you remove this syscall.
1351 return syscall(SYS___pthread_fchdir, fd);
/freebsd-13-stable/sys/mips/mips/
H A Dtrap.c56 #include <sys/syscall.h>
351 /* compute next PC after syscall instruction */
363 * This is an indirect syscall, in which the code is the first argument.
368 * Like syscall, but code is a quad, so as to maintain alignment
382 * This is either not a quad syscall, or is a quad syscall with a
409 * A direct syscall, arguments are just parameters to the syscall.
1224 retAddr = instPC + 4; /* Like syscall... */
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c81 #include <sys/syscall.h>
959 * 64-bit return, 32-bit syscall. Fixup byte order
/freebsd-13-stable/sys/amd64/ia32/
H A Dia32_signal.c56 #include <sys/syscall.h>
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_csupport.cpp1015 #include <sys/syscall.h>
1045 if ((rc = syscall(__NR_futex, &(ftx->lk.poll), FUTEX_WAIT, poll_val, \
1076 syscall(__NR_futex, &(ftx->lk.poll), FUTEX_WAKE, \
H A Dkmp_lock.cpp27 #include <sys/syscall.h>
376 if ((rc = syscall(__NR_futex, &(lck->lk.poll), FUTEX_WAIT, poll_val, NULL,
456 syscall(__NR_futex, &(lck->lk.poll), FUTEX_WAKE, KMP_LOCK_BUSY(1, futex),
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp33 // For mips64, syscall(__NR_stat) fills the buffer in the 'struct kernel_stat'
59 #include <sys/syscall.h>
309 // For mips64, stat syscall fills buffer in the format of kernel_stat
334 // For mips64, lstat syscall fills buffer in the format of kernel_stat
354 // For mips64, fstat syscall fills buffer in the format of kernel_stat
694 // 32-bit syscall here.
826 // to point to a valid signal restorer that calls the rt_sigreturn syscall.
1223 /* %rax = syscall(%rax = SYSCALL(clone),
1230 "syscall\n"
1252 "syscall\
[all...]
/freebsd-13-stable/sys/nlm/
H A Dnlm_prot_impl.c47 #include <sys/syscall.h>
293 NLM_ERR("Can't register NLM syscall\n");
/freebsd-13-stable/usr.bin/kdump/
H A Dkdump.c733 #include <sys/syscall.h>
2043 /* called restricted syscall */
/freebsd-13-stable/tests/sys/posixshm/
H A Dposixshm_test.c35 #include <sys/syscall.h>
/freebsd-13-stable/contrib/expat/lib/
H A Dxmlparse.c34 # define _GNU_SOURCE 1 /* syscall prototype */
77 # include <unistd.h> /* syscall */
78 # include <sys/syscall.h> /* SYS_getrandom */
103 * Linux + glibc <2.25 (syscall SYS_getrandom): HAVE_SYSCALL_GETRANDOM, \
668 syscall(SYS_getrandom, currentTarget, bytesToWrite, getrandomFlags);

Completed in 355 milliseconds

<<111213