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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_xattr.c1245 #define SWAP32(x) OSSwapBigToHostInt32((x)) macro
1319 header->magic = SWAP32(header->magic);
1320 header->version = SWAP32(header->version);
1343 header->entries[i].type = SWAP32(header->entries[i].type);
1344 header->entries[i].offset = SWAP32(header->entries[i].offset);
1345 header->entries[i].length = SWAP32(header->entries[i].length);
2732 xah->appledouble.magic = SWAP32 (ADH_MAGIC);
2733 xah->appledouble.version = SWAP32 (ADH_VERSION);
2735 xah->appledouble.entries[0].type = SWAP32 (AD_FINDERINFO);
2736 xah->appledouble.entries[0].offset = SWAP32 (offseto
[all...]
H A Dvfs_journal.c631 #define SWAP32(x) OSSwapInt32(x) macro
638 jnl->jhdr->magic = SWAP32(jnl->jhdr->magic);
639 jnl->jhdr->endian = SWAP32(jnl->jhdr->endian);
643 jnl->jhdr->blhdr_size = SWAP32(jnl->jhdr->blhdr_size);
644 jnl->jhdr->checksum = SWAP32(jnl->jhdr->checksum);
645 jnl->jhdr->jhdr_size = SWAP32(jnl->jhdr->jhdr_size);
646 jnl->jhdr->sequence_num = SWAP32(jnl->jhdr->sequence_num);
656 blhdr->bytes_used = SWAP32(blhdr->bytes_used);
657 blhdr->checksum = SWAP32(blhdr->checksum);
658 blhdr->flags = SWAP32(blhd
[all...]

Completed in 35 milliseconds