Home | History | Annotate | Download | only in dkwedge

Lines Matching defs:SWAP32

169 #define	SWAP32(x)	lp->x = bswap32(lp->x)
171 SWAP32(d_magic);
174 SWAP32(d_secsize);
175 SWAP32(d_nsectors);
176 SWAP32(d_ntracks);
177 SWAP32(d_ncylinders);
178 SWAP32(d_secpercyl);
179 SWAP32(d_secperunit);
182 SWAP32(d_acylinders);
187 SWAP32(d_headswitch);
188 SWAP32(d_trkseek);
189 SWAP32(d_flags);
192 SWAP32(d_drivedata[i]);
194 SWAP32(d_spare[i]);
196 SWAP32(d_magic2);
199 SWAP32(d_bbsize);
200 SWAP32(d_sbsize);
203 SWAP32(d_partitions[i].p_size);
204 SWAP32(d_partitions[i].p_offset);
205 SWAP32(d_partitions[i].p_fsize);
210 #undef SWAP32