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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c91 attrlist_pack_variable2(struct _attrlist_buf *ab, const void *source, ssize_t count, const void *ext, ssize_t extcount) argument
98 ar.attr_length = count + extcount;
108 fit = imin(extcount, ab->allocated - (ab->varcursor - ab->base));

Completed in 23 milliseconds