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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_syscalls.c2067 off_t off, xfsize; local
2216 for (off = uap->offset; ; off += xfsize, sbytes += xfsize) {
2233 xfsize = sbspace(&so->so_snd);
2235 if (xfsize <= 0) {
2243 xfsize = PAGE_SIZE;
2247 if (xfsize > SENDFILE_MAX_BYTES)
2248 xfsize = SENDFILE_MAX_BYTES;
2249 else if (xfsize > PAGE_SIZE)
2250 xfsize
[all...]

Completed in 16 milliseconds