Lines Matching defs:sbytes
688 off_t off, sbytes, rem, obj_size, nobj_size;
702 hdrlen = sbytes = 0;
1203 sbytes += space + hdrlen;
1219 sbytes += td->td_retval[0];
1234 (*sent) = sbytes;
1273 off_t sbytes;
1283 sbytes = 0;
1327 uap->nbytes, &sbytes, uap->flags, td);
1330 if (uap->sbytes != NULL)
1331 (void)copyout(&sbytes, uap->sbytes, sizeof(off_t));
1343 * struct sf_hdtr *hdtr, off_t *sbytes, int flags)
1348 * specified, write the total number of bytes sent into *sbytes.
1368 args.sbytes = uap->sbytes;