Home
last modified time | relevance | path

Searched refs:SWAP16 (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/bsd/vfs/
H A Dvfs_xattr.c1466 #define SWAP16(x) OSSwapBigToHostInt16((x)) macro
1578 header->numEntries = SWAP16(header->numEntries); in check_and_swap_apple_double_header()
3716 xah->appledouble.numEntries = SWAP16(2); in create_xattrfile()
3760 rsrcforkhdr->typeCount = SWAP16(-1); in init_empty_resource_fork()
3810 adh->numEntries = SWAP16(adh->numEntries); in swap_adhdr()
3836 ah->flags = SWAP16(ah->flags); in swap_attrhdr()
3837 ah->num_attrs = SWAP16(ah->num_attrs); in swap_attrhdr()
3843 ae->flags = SWAP16(ae->flags); in swap_attrhdr()
3881 ah->flags = SWAP16(ah->flags); in check_and_swap_attrhdr()
3882 ah->num_attrs = SWAP16(ah->num_attrs); in check_and_swap_attrhdr()
[all …]