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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_xattr.c2715 attr_header_t *xah; local
2725 xah = (attr_header_t *)buffer;
2732 xah->appledouble.magic = SWAP32 (ADH_MAGIC);
2733 xah->appledouble.version = SWAP32 (ADH_VERSION);
2734 xah->appledouble.numEntries = SWAP16 (2);
2735 xah->appledouble.entries[0].type = SWAP32 (AD_FINDERINFO);
2736 xah->appledouble.entries[0].offset = SWAP32 (offsetof(apple_double_header_t, finfo));
2737 xah->appledouble.entries[0].length = SWAP32 (ATTR_BUF_SIZE - offsetof(apple_double_header_t, finfo) - rsrcforksize);
2738 xah->appledouble.entries[1].type = SWAP32 (AD_RESOURCE);
2739 xah
[all...]

Completed in 74 milliseconds