Searched refs:sendfile (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/man/man2/
H A DMakefile158 sendfile.2 \
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dsocket_tests.c214 /* sendfile test. Open libsystem, set up some headers, and send it */
245 my_result = sendfile(my_libsys_fd, my_child_fd, 3, &my_libsys_len, &my_sf_hdtr, 0);
247 printf( "sendfile failed with error %d - \"%s\" \n", errno, strerror( errno) );
334 /* Check for sendfile output */
353 printf( "read wrong sendfile message from child \n" );
/xnu-2422.115.4/bsd/sys/
H A Dsocket.h872 * sendfile(2) header/trailer struct
1101 int sendfile(int, int, off_t, off_t *, struct sf_hdtr *, int);
/xnu-2422.115.4/bsd/conf/
H A Dfiles95 OPTIONS/sendfile optional sendfile
/xnu-2422.115.4/bsd/kern/
H A Duipc_syscalls.c32 * sendfile(2) and related extensions:
2331 * sendfile(2).
2332 * int sendfile(int fd, int s, off_t offset, off_t *nbytes,
2341 sendfile(struct proc *p, struct sendfile_args *uap, __unused int *retval) function
2564 printf("sendfile failed. nbufs = %d. %s", nbufs,
2586 printf("sendfile: xfsize: %lld != uio_resid(auio): "
2610 //printf("sendfile: fo_read 0 bytes, EOF\n");
2614 printf("sendfile: xfsize: %lld + off: %lld > file_size:"

Completed in 36 milliseconds