Searched refs:sys_sendfile (Results 1 - 25 of 36) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/adouble/
H A Dad_sendfile.c51 ssize_t sys_sendfile(int tofd, int fromfd, off_t *offset, size_t count) function
59 ssize_t sys_sendfile(int tofd, int fromfd, off_t *offset, size_t count) function
68 ssize_t sys_sendfile(int tofd, int fromfd, off_t *offset, size_t count) function
84 ssize_t sys_sendfile(int out_fd, int in_fd, off_t *_offset, size_t count) function
126 if ((cc = sys_sendfile(fd, sock, &off, len)) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/
H A Dad_sendfile.c52 ssize_t sys_sendfile(int tofd, int fromfd, off_t *offset, size_t count) function
81 ssize_t sys_sendfile(int tofd, int fromfd, off_t *offset, size_t count) function
90 ssize_t sys_sendfile(int tofd, int fromfd, off_t *offset, size_t count) function
111 ssize_t sys_sendfile(int out_fd, int in_fd, off_t *_offset, size_t count) function
153 if ((cc = sys_sendfile(fd, sock, &off, len)) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsendfile.c37 ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count) function
103 ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count) function
176 ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count) function
262 ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count) function
333 ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count) function
405 ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count) function
456 ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dutil.h61 extern ssize_t sys_sendfile (int __out_fd, int __in_fd, off_t *__offset,size_t __count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dcalls.S196 .long sys_sendfile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dsyscall_table.S125 .long sys_sendfile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsyscall_table.S189 .long sys_sendfile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dsyscalltable.S208 .long sys_sendfile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dsyscalls.S224 .long sys_sendfile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dsyscalls.S210 .long sys_sendfile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dutil.h70 extern ssize_t sys_sendfile (int __out_fd, int __in_fd, off_t *__offset,size_t __count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsyscalls.h224 SYS(sys_sendfile, 4)
H A Dlinux32.c534 ret = sys_sendfile(out_fd, in_fd, offset ? (off_t __user *)&of : NULL, count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsystbls.S27 /*35*/ .long sys_chown, sys_sync, sys_kill, sys_newstat, sys_sendfile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dunistd.h264 __SYSCALL(113, sys_sendfile, 4)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dcalls.S199 CALL(sys_sendfile)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/dsi/
H A Ddsi_stream.c330 len = sys_sendfile(dsi->socket, fromfd, &offset, length - written);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_stream.c338 len = sys_sendfile(dsi->socket, fromfd, &pos, length - written);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dsyscalls.S204 .long SYMBOL_NAME(sys_sendfile)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dsystbl.h192 SYSX_SPU(sys_sendfile64,compat_sys_sendfile,sys_sendfile)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dsyscalls.S198 SYSCALL(sys_sendfile,sys_sendfile64,sys32_sendfile_wrapper)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dentry.S710 .long sys_sendfile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dentry.S614 .long sys_sendfile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsys_parisc32.c558 ret = sys_sendfile(out_fd, in_fd, offset ? (off_t __user *)&of : NULL, count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dvfs-wrap.c400 result = sys_sendfile(tofd, fromfd, hdr, offset, n);

Completed in 282 milliseconds

12