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

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

Completed in 70 milliseconds