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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c65 char *fixedcursor; member in struct:_attrlist_buf
83 fit = imin(count, ab->allocated - (ab->fixedcursor - ab->base));
85 bcopy(source, ab->fixedcursor, fit);
88 ab->fixedcursor += roundup(count, 4);
97 ar.attr_dataoffset = ab->varcursor - ab->fixedcursor;
144 ar.attr_dataoffset = ab->varcursor - ab->fixedcursor;
163 if ((AB.allocated - (AB.fixedcursor - AB.base)) >= 4) { \
164 *(uint32_t *)AB.fixedcursor = V; \
165 AB.fixedcursor += 4; \
171 if ((AB.allocated - (AB.fixedcursor
[all...]

Completed in 66 milliseconds