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

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_attrlist.c3587 #define ATTR_UNPACK(v) do {if ((error = attrlist_unpack_fixed(&cursor, bufend, &v, sizeof(v))) != 0) goto out;} while(0); macro
3588 #define ATTR_UNPACK_CAST(t, v) do { t _f; ATTR_UNPACK(_f); v = _f;} while(0)
3593 ATTR_UNPACK(us); \
3598 ATTR_UNPACK(us); \
3716 ATTR_UNPACK(va.va_encoding);
3749 ATTR_UNPACK(va.va_uid);
3753 ATTR_UNPACK(va.va_gid);
3761 ATTR_UNPACK(va.va_flags);
3771 ATTR_UNPACK(ar);
3811 ATTR_UNPACK(v
[all...]

Completed in 73 milliseconds