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

/freebsd-current/usr.sbin/makefs/ffs/
H A Dffs_bswap.c200 int32_t btotoff, boff, clustersumoff; local
235 btotoff = n->cg_old_btotoff;
239 btotoff = bswap32(n->cg_old_btotoff);
243 n32 = (u_int32_t *)((u_int8_t *)n + btotoff);
244 o32 = (u_int32_t *)((u_int8_t *)o + btotoff);

Completed in 58 milliseconds