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

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

Completed in 30 milliseconds