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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_attrlist.c2253 attrlist_unpack_fixed(char **cursor, char *end, void *buf, ssize_t size) function
2264 #define ATTR_UNPACK(v) do {if ((error = attrlist_unpack_fixed(&cursor, bufend, &v, sizeof(v))) != 0) goto out;} while(0);

Completed in 51 milliseconds