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

/xnu-2422.115.4/bsd/kern/
H A Duipc_syscalls.c2352 off_t nbytes = 0, sbytes = 0; local
2475 sbytes += writev_retval;
2500 for (off = uap->offset; ; off += xfsize, sbytes += xfsize) {
2538 if (nbytes && xfsize > (nbytes - sbytes))
2539 xfsize = nbytes - sbytes;
2725 sbytes += writev_retval;
2734 copyout(&sbytes, uap->nbytes, sizeof (off_t));
2737 (unsigned int)((sbytes >> 32) & 0x0ffffffff),
2738 (unsigned int)(sbytes & 0x0ffffffff), error, 0);

Completed in 21 milliseconds