Home
last modified time | relevance | path

Searched full:syscalls (Results 151 – 175 of 262) sorted by relevance

1234567891011

/freebsd/contrib/ntp/util/
H A Dntptime.c383 * pll_trap - trap processor for undefined syscalls
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp82 // We probably can do it with fewer syscalls in some OS-dependent way.
H A Dsanitizer_fuchsia.cpp22 # include <zircon/syscalls.h>
/freebsd/sys/sys/
H A Dsignalvar.h55 sigset_t ps_sigintr; /* Signals that interrupt syscalls. */
/freebsd/contrib/capsicum-test/
H A Dopenat.cc10 #include "syscalls.h"
H A Dfcntl.cc18 #include "syscalls.h"
/freebsd/sys/kern/
H A Dkern_module.c303 * Syscalls.
H A Dsys_capability.c54 * flags in syscalls.master; calls must be carefully audited for safety
/freebsd/contrib/bmake/mk/
H A Dmeta2deps.sh15 # syscalls.
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c120 * syscalls, via sb->s_op->sync_fs().
/freebsd/usr.bin/truss/
H A Dsyscalls.c851 if (number < nitems(abi->syscalls)) in find_syscall()
852 return (abi->syscalls[number]); in find_syscall()
873 if (number < nitems(abi->syscalls)) { in add_syscall()
874 assert(abi->syscalls[number] == NULL); in add_syscall()
875 abi->syscalls[number] = sc; in add_syscall()
915 /* Also decode compat syscalls arguments by stripping the prefix. */ in get_syscall()
/freebsd/contrib/ntp/sntp/libevent/
H A Depoll.c442 /* TODO: we could avoid unnecessary syscalls here by only in epoll_dispatch()
H A DChangeLog1912 o Infrastructure for using faster/fewer syscalls when creating
1914 o Minimize syscalls during socket creation in listener.c (7e9e289)
1918 o Save syscalls when constructing listener sockets for evhttp (af6c9d8)
1919 o Save some syscalls when creating evdns sockets (713e570)
1920 o Save some syscalls when constructing a socket for a bufferevent (33fca62)
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp28 #include <zircon/syscalls.h>
/freebsd/contrib/libevent/
H A Depoll.c442 /* TODO: we could avoid unnecessary syscalls here by only in epoll_dispatch()
H A DChangeLog1912 o Infrastructure for using faster/fewer syscalls when creating
1914 o Minimize syscalls during socket creation in listener.c (7e9e289)
1918 o Save syscalls when constructing listener sockets for evhttp (af6c9d8)
1919 o Save some syscalls when creating evdns sockets (713e570)
1920 o Save some syscalls when constructing a socket for a bufferevent (33fca62)
/freebsd/lib/libsys/
H A Dopen.2491 and related syscalls.
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc83 #include <zircon/syscalls.h>
84 #include <zircon/syscalls/policy.h>
85 #include <zircon/syscalls/port.h>
/freebsd/sys/netinet/
H A Dsctp_syscalls.c137 * SCTP syscalls.
/freebsd/usr.bin/procstat/
H A Dprocstat_files.c223 * Rights that allow to use bindat(2) and connectat(2) syscalls on a
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_reactor.c550 * syscalls by not retrying network I/O that isn't ready based in ossl_quic_reactor_block_until_pred()
/freebsd/sys/amd64/linux32/
H A Dlinux32_machdep.c486 * The tls_array[] is used only in [gs]et_thread_area() syscalls and in linux_set_thread_area()
/freebsd/crypto/heimdal/lib/kafs/
H A DChangeLog42 syscalls.
/freebsd/tests/sys/kern/
H A Dktrace_test.c241 * Test if disallowed syscalls are reported as capability violations.
/freebsd/sys/i386/i386/
H A Dexec_machdep.c345 * syscalls made by the signal handler. This just avoids in freebsd4_sendsig()
504 * syscalls made by the signal handler. This just avoids in sendsig()

1234567891011