Searched refs:vmsplice (Results 1 – 7 of 7) sorted by relevance
| /freebsd-src/contrib/capsicum-test/ |
| H A D | capability-fd-pair.cc | 158 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 D | capmode.cc | 418 EXPECT_FAIL_NOT_CAPMODE(vmsplice(fd2[0], &iov, 1, SPLICE_F_NONBLOCK)); in FORK_TEST()
|
| /freebsd-src/sys/compat/linux/ |
| H A D | linux_dummy.c | 85 DUMMY(vmsplice);
|
| /freebsd-src/contrib/file/src/ |
| H A D | seccomp.c | |
| /freebsd-src/crypto/openssl/engines/ |
| H A D | e_afalg.c | 519 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 D | sanitizer_common_syscalls.inc | 2919 PRE_SYSCALL(vmsplice) 2922 POST_SYSCALL(vmsplice)
|
| /freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 3219 fun:vmsplice=uninstrumented
|