Searched refs:attrlist_pack_fixed (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) function
99 attrlist_pack_fixed(ab, &ar, sizeof(ar));
146 attrlist_pack_fixed(ab, &ar, sizeof(ar));
177 #define ATTR_PACK(b, v) attrlist_pack_fixed(b, &v, sizeof(v))
965 attrlist_pack_fixed(&ab, f, sizeof(f));
973 attrlist_pack_fixed(&ab, f, sizeof(f));

Completed in 18 milliseconds