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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_syscalls.c2068 off_t nbytes = 0, sbytes = 0; local
2191 sbytes += writev_retval;
2216 for (off = uap->offset; ; off += xfsize, sbytes += xfsize) {
2254 if (nbytes && xfsize > (nbytes - sbytes))
2255 xfsize = nbytes - sbytes;
2441 sbytes += writev_retval;
2450 copyout(&sbytes, uap->nbytes, sizeof (off_t));
2453 (unsigned int)((sbytes >> 32) & 0x0ffffffff),
2454 (unsigned int)(sbytes & 0x0ffffffff), error, 0);

Completed in 22 milliseconds