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

/freebsd-10.1-release/usr.sbin/makefs/ffs/
H A Dffs_bswap.c202 int32_t btotoff, boff, clustersumoff; local
237 btotoff = n->cg_old_btotoff;
241 btotoff = bswap32(n->cg_old_btotoff);
245 n32 = (u_int32_t *)((u_int8_t *)n + btotoff);
246 o32 = (u_int32_t *)((u_int8_t *)o + btotoff);

Completed in 160 milliseconds