Searched defs:sendfile (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/capsicum-test/ |
H A D | capability-fd-pair.cc | 10 TEST(CapabilityPair, sendfile) { in TEST() argument
|
/freebsd/usr.bin/tip/tip/ |
H A D | cmds.c | 265 sendfile(int c) in sendfile() function
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | preload.c | 89 ssize_t (*sendfile)(int out_fd, int in_fd, off_t *offset, size_t count); member 1153 ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count) in sendfile() function
|
/freebsd/sys/kern/ |
H A D | kern_sendfile.c | 1268 sendfile(struct thread *td, struct sendfile_args *uap, int compat) in sendfile() function
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | printjob.c | 990 sendfile(struct printer *pp, int type, char *file, char format, int copyreq) in sendfile() function
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | read.cc | 1294 TEST_F(Read, sendfile) in TEST_F() argument
|