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

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_attrlist.c87 ssize_t fit; local
94 * If we've still got room, then 'fit' will contain the amount of
100 * we will fail the (fit > 0) check below.
102 fit = lmin(count, ab->allocated - (ab->fixedcursor - ab->base));
103 if (fit > 0) {
105 bcopy(source, ab->fixedcursor, fit);
126 ssize_t fit; local
145 fit = lmin(count, ab->allocated - (ab->varcursor - ab->base));
146 if (fit > 0) {
148 bcopy(source, ab->varcursor, fit);
194 ssize_t fit, space; local
[all...]

Completed in 22 milliseconds