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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c78 attrlist_pack_fixed(struct _attrlist_buf *ab, void *source, ssize_t count) argument
83 fit = imin(count, ab->allocated - (ab->fixedcursor - ab->base));
85 bcopy(source, ab->fixedcursor, fit);
88 ab->fixedcursor += roundup(count, 4);
91 attrlist_pack_variable2(struct _attrlist_buf *ab, const void *source, ssize_t count, const void *ext, ssize_t extcount) argument
97 ar.attr_dataoffset = ab->varcursor - ab->fixedcursor;
99 attrlist_pack_fixed(ab,
118 attrlist_pack_variable(struct _attrlist_buf *ab, const void *source, ssize_t count) argument
123 attrlist_pack_string(struct _attrlist_buf *ab, const char *source, ssize_t count) argument
644 struct _attrlist_buf ab; local
1200 struct _attrlist_buf ab; local
[all...]

Completed in 21 milliseconds