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

/freebsd-10-stable/sys/geom/eli/
H A Dg_eli_privacy.c237 off_t dstoff; local
280 for (i = 0, dstoff = bp->bio_offset; i < nsec; i++, dstoff += secsize) {
317 crd->crd_key = g_eli_key_hold(sc, dstoff, secsize);
321 g_eli_crypto_ivgen(sc, dstoff, crd->crd_iv,
H A Dg_eli_integrity.c415 off_t dstoff; local
436 dstoff = (bp->bio_offset / bp->bio_to->sectorsize) * sc->sc_bytes_per_sector;
462 for (i = 1; i <= nsec; i++, dstoff += encr_secsize) {
530 crde->crd_key = g_eli_key_hold(sc, dstoff, encr_secsize);
534 g_eli_crypto_ivgen(sc, dstoff, crde->crd_iv,
542 g_eli_auth_keygen(sc, dstoff, authkey);
/freebsd-10-stable/contrib/tzcode/zic/
H A Dzic.c150 long dstoff, long gmtoff);
1834 stringrule(result, rp, dstoff, gmtoff)
1837 const long dstoff;
1875 tod += dstoff;
/freebsd-10-stable/sys/kern/
H A Duipc_mbuf.c1137 m_copyup(struct mbuf *n, int len, int dstoff) argument
1142 if (len > (MHLEN - dstoff))
1149 m->m_data += dstoff;

Completed in 119 milliseconds