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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_attrlist.c2264 #define ATTR_UNPACK(v) do {if ((error = attrlist_unpack_fixed(&cursor, bufend, &v, sizeof(v))) != 0) goto out;} while(0); macro
2265 #define ATTR_UNPACK_CAST(t, v) do { t _f; ATTR_UNPACK(_f); v = _f;} while(0)
2270 ATTR_UNPACK(us); \
2275 ATTR_UNPACK(us); \
2393 ATTR_UNPACK(va.va_encoding);
2426 ATTR_UNPACK(va.va_uid);
2430 ATTR_UNPACK(va.va_gid);
2438 ATTR_UNPACK(va.va_flags);
2448 ATTR_UNPACK(ar);
2488 ATTR_UNPACK(v
[all...]

Completed in 10 milliseconds