Home
last modified time | relevance | path

Searched refs:vmsplice (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/capsicum-test/
H A Dcapability-fd-pair.cc158 TEST(CapabilityPair, vmsplice) { in TEST() argument
180 EXPECT_NOTCAPABLE(vmsplice(cap_ro, &iov, 1, SPLICE_F_NONBLOCK)); in TEST()
181 EXPECT_OK(vmsplice(cap_rw, &iov, 1, SPLICE_F_NONBLOCK)); in TEST()
H A Dcapmode.cc418 EXPECT_FAIL_NOT_CAPMODE(vmsplice(fd2[0], &iov, 1, SPLICE_F_NONBLOCK)); in FORK_TEST()
/freebsd-src/sys/compat/linux/
H A Dlinux_dummy.c85 DUMMY(vmsplice);
/freebsd-src/contrib/file/src/
H A Dseccomp.c
/freebsd-src/crypto/openssl/engines/
H A De_afalg.c519 ret = vmsplice(actx->zc_pipe[1], &iov, 1, SPLICE_F_GIFT); in afalg_start_cipher_sk()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2919 PRE_SYSCALL(vmsplice)
2922 POST_SYSCALL(vmsplice)
/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3219 fun:vmsplice=uninstrumented