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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c2064 #define ATTR_UNPACK(v) do {if ((error = attrlist_unpack_fixed(&cursor, bufend, &v, sizeof(v))) != 0) goto out;} while(0); macro
2065 #define ATTR_UNPACK_CAST(t, v) do { t _f; ATTR_UNPACK(_f); v = _f;} while(0)
2070 ATTR_UNPACK(us); \
2075 ATTR_UNPACK(us); \
2193 ATTR_UNPACK(va.va_encoding);
2226 ATTR_UNPACK(va.va_uid);
2230 ATTR_UNPACK(va.va_gid);
2238 ATTR_UNPACK(va.va_flags);
2248 ATTR_UNPACK(ar);
2282 ATTR_UNPACK(v
[all...]

Completed in 14 milliseconds