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

/xnu-2782.1.97/bsd/kern/
H A Dubc_subr.c1573 * resid_off The address of an off_t supplied by the
1581 * *resid_off, modified If non-NULL, the contents are ALWAYS
1588 * value of the resid_off is undefined; do
1597 ubc_msync(vnode_t vp, off_t beg_off, off_t end_off, off_t *resid_off, int flags) argument
1602 if (resid_off)
1603 *resid_off = beg_off;
1605 retval = ubc_msync_internal(vp, beg_off, end_off, resid_off, flags, &io_errno);
1623 * resid_off The address of an off_t supplied by the
1641 * *resid_off, modified The contents of this offset MAY be
1653 * with a valid *resid_off fro
1677 ubc_msync_internal(vnode_t vp, off_t beg_off, off_t end_off, off_t *resid_off, int flags, int *io_errno) argument
[all...]

Completed in 69 milliseconds