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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_xattr.c1446 #define SWAP32(x) OSSwapBigToHostInt32((x)) macro
1520 header->magic = SWAP32(header->magic);
1521 header->version = SWAP32(header->version);
1544 header->entries[i].type = SWAP32(header->entries[i].type);
1545 header->entries[i].offset = SWAP32(header->entries[i].offset);
1546 header->entries[i].length = SWAP32(header->entries[i].length);
2972 xah->appledouble.magic = SWAP32 (ADH_MAGIC);
2973 xah->appledouble.version = SWAP32 (ADH_VERSION);
2975 xah->appledouble.entries[0].type = SWAP32 (AD_FINDERINFO);
2976 xah->appledouble.entries[0].offset = SWAP32 (offseto
[all...]
H A Dvfs_journal.c722 #define SWAP32(x) OSSwapInt32(x) macro
729 jnl->jhdr->magic = SWAP32(jnl->jhdr->magic);
730 jnl->jhdr->endian = SWAP32(jnl->jhdr->endian);
734 jnl->jhdr->blhdr_size = SWAP32(jnl->jhdr->blhdr_size);
735 jnl->jhdr->checksum = SWAP32(jnl->jhdr->checksum);
736 jnl->jhdr->jhdr_size = SWAP32(jnl->jhdr->jhdr_size);
737 jnl->jhdr->sequence_num = SWAP32(jnl->jhdr->sequence_num);
747 blhdr->bytes_used = SWAP32(blhdr->bytes_used);
748 blhdr->checksum = SWAP32(blhdr->checksum);
749 blhdr->flags = SWAP32(blhd
[all...]

Completed in 33 milliseconds