HomeSort by: relevance | last modified time | path
    Searched defs:btotoff (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/ffs/
ffs_bswap.c 199 int32_t btotoff, boff, clustersumoff; local in function:ffs_cg_swap
247 btotoff = n->cg_old_btotoff;
251 btotoff = bswap32(n->cg_old_btotoff);
264 n32 = (u_int32_t *)((u_int8_t *)n + btotoff);
265 o32 = (u_int32_t *)((u_int8_t *)o + btotoff);
ffs_bswap.c 199 int32_t btotoff, boff, clustersumoff; local in function:ffs_cg_swap
247 btotoff = n->cg_old_btotoff;
251 btotoff = bswap32(n->cg_old_btotoff);
264 n32 = (u_int32_t *)((u_int8_t *)n + btotoff);
265 o32 = (u_int32_t *)((u_int8_t *)o + btotoff);

Completed in 53 milliseconds