Home | History | Annotate | Download | only in libkern

Lines Matching defs:SWAP32

63 #define	SWAP32(x)	nlp->x = bswap32(olp->x)
65 SWAP32(d_magic);
81 SWAP32(d_secsize);
82 SWAP32(d_nsectors);
83 SWAP32(d_ntracks);
84 SWAP32(d_ncylinders);
85 SWAP32(d_secpercyl);
86 SWAP32(d_secperunit);
91 SWAP32(d_acylinders);
97 SWAP32(d_headswitch);
98 SWAP32(d_trkseek);
99 SWAP32(d_flags);
101 SWAP32(d_drivedata[i]);
103 SWAP32(d_spare[i]);
104 SWAP32(d_magic2);
108 SWAP32(d_bbsize);
109 SWAP32(d_sbsize);
111 SWAP32(d_partitions[i].p_size);
112 SWAP32(d_partitions[i].p_offset);
113 SWAP32(d_partitions[i].p_fsize);
121 #undef SWAP32