Searched refs:xah (Results 1 – 1 of 1) sorted by relevance
3698 attr_header_t *xah; in create_xattrfile() local3707 xah = (attr_header_t *)buffer; in create_xattrfile()3714 xah->appledouble.magic = SWAP32(ADH_MAGIC); in create_xattrfile()3715 xah->appledouble.version = SWAP32(ADH_VERSION); in create_xattrfile()3716 xah->appledouble.numEntries = SWAP16(2); in create_xattrfile()3717 xah->appledouble.entries[0].type = SWAP32(AD_FINDERINFO); in create_xattrfile()3718 xah->appledouble.entries[0].offset = SWAP32(offsetof(apple_double_header_t, finfo)); in create_xattrfile()3719 …xah->appledouble.entries[0].length = SWAP32(ATTR_BUF_SIZE - offsetof(apple_double_header_t, finfo)… in create_xattrfile()3720 xah->appledouble.entries[1].type = SWAP32(AD_RESOURCE); in create_xattrfile()3721 xah->appledouble.entries[1].offset = SWAP32(ATTR_BUF_SIZE - rsrcforksize); in create_xattrfile()[all …]