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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_xattr.c2955 attr_header_t *xah; local
2965 xah = (attr_header_t *)buffer;
2972 xah->appledouble.magic = SWAP32 (ADH_MAGIC);
2973 xah->appledouble.version = SWAP32 (ADH_VERSION);
2974 xah->appledouble.numEntries = SWAP16 (2);
2975 xah->appledouble.entries[0].type = SWAP32 (AD_FINDERINFO);
2976 xah->appledouble.entries[0].offset = SWAP32 (offsetof(apple_double_header_t, finfo));
2977 xah->appledouble.entries[0].length = SWAP32 (ATTR_BUF_SIZE - offsetof(apple_double_header_t, finfo) - rsrcforksize);
2978 xah->appledouble.entries[1].type = SWAP32 (AD_RESOURCE);
2979 xah
[all...]

Completed in 23 milliseconds