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

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c1358 } __attribute__((aligned(2), packed)) apple_double_header_t; typedef in typeref:struct:apple_double_header
1374 apple_double_header_t appledouble;
1419 apple_double_header_t *filehdr;
1475 static void swap_adhdr(apple_double_header_t *adh);
1507 apple_double_header_t *header;
1510 header = (apple_double_header_t *) ainfop->rawdata;
1513 if (rawsize < offsetof(apple_double_header_t, entries))
1530 header_end = offsetof(apple_double_header_t, entries) +
2714 apple_double_header_t *filehdr;
2759 filehdr = (apple_double_header_t *)buffe
[all...]
/macosx-10.10/copyfile-118.1.2/
H A Dcopyfile.c2740 } __attribute__((aligned(2), packed)) apple_double_header_t; typedef in typeref:struct:apple_double_header
2758 apple_double_header_t appledouble;
2832 swap_adhdr(apple_double_header_t *adh)
2930 apple_double_header_t *adhdr;
2963 adhdr = (apple_double_header_t *)buffer;
2968 if ((size_t)bytes < sizeof(apple_double_header_t) - 2 ||
3771 filehdr->appledouble.entries[0].offset = (u_int32_t)offsetof(apple_double_header_t, finfo);
3774 filehdr->appledouble.entries[1].offset = (u_int32_t)offsetof(apple_double_header_t, pad);

Completed in 139 milliseconds