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

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c1383 } __attribute__((aligned(2), packed)) attr_header_t; typedef in typeref:struct:attr_header
1422 attr_header_t *attrhdr;
1476 static void swap_attrhdr(attr_header_t *ah, attr_info_t* info);
1483 static int check_and_swap_attrhdr(attr_header_t *ah, attr_info_t* ainfop);
1590 attr_header_t *header;
1711 attr_header_t *header;
1817 ainfo.iosize = sizeof(attr_header_t);
1869 ainfo.iosize = sizeof(attr_header_t);
2095 attr_header_t *header;
2149 ainfo.iosize = sizeof(attr_header_t);
[all...]
/macosx-10.10/copyfile-118.1.2/
H A Dcopyfile.c2767 } __attribute__((aligned(2), packed)) attr_header_t; typedef in typeref:struct:attr_header
2871 * For a validated/endian swapped attr_header_t*
2875 swap_attrhdr_entries(attr_header_t *ah)
2904 swap_attrhdr(attr_header_t *ah)
3018 attr_header_t *attrhdr;
3023 if ((size_t)hdrsize < sizeof(attr_header_t)) {
3024 copyfile_warn("bad attribute header: %zu < %zu", hdrsize, sizeof(attr_header_t));
3029 attrhdr = (attr_header_t *)buffer;
3615 static int copyfile_pack_rsrcfork(copyfile_state_t s, attr_header_t *filehdr)
3735 attr_header_t *filehd
[all...]

Completed in 127 milliseconds