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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_attrlist.c77 char *varcursor; member in struct:_attrlist_buf
143 ar.attr_dataoffset = ab->varcursor - ab->fixedcursor;
155 fit = lmin(count, ab->allocated - (ab->varcursor - ab->base));
158 bcopy(source, ab->varcursor, fit);
160 ab->varcursor += fit;
164 fit = lmin(extcount, ab->allocated - (ab->varcursor - ab->base));
168 bcopy(ext, ab->varcursor, fit);
170 ab->varcursor += fit;
173 ab->varcursor = (char *)roundup((uintptr_t)ab->varcursor,
[all...]

Completed in 15 milliseconds