Home
last modified time | relevance | path

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

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