Searched refs:dstoff (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/tzdata/ |
| D | ziguard.awk | 193 dstoff = get_minutes(rules) 197 dstoff = -60 199 dstoff = 20 203 dstoff = 30 205 dstoff = 90 207 dstoff = 60 210 dstabbr = offset_abbr(stdoff + dstoff)
|
| /freebsd-12-stable/sys/geom/eli/ |
| D | g_eli_privacy.c | 237 off_t dstoff; in g_eli_crypto_run() local 278 for (i = 0, dstoff = bp->bio_offset; i < nsec; i++, dstoff += secsize) { in g_eli_crypto_run() 305 crd->crd_key = g_eli_key_hold(sc, dstoff, secsize); in g_eli_crypto_run() 309 g_eli_crypto_ivgen(sc, dstoff, crd->crd_iv, in g_eli_crypto_run()
|
| D | g_eli_integrity.c | 412 off_t dstoff; in g_eli_auth_run() local 433 dstoff = (bp->bio_offset / bp->bio_to->sectorsize) * sc->sc_bytes_per_sector; in g_eli_auth_run() 461 for (i = 1; i <= nsec; i++, dstoff += encr_secsize) { in g_eli_auth_run() 519 crde->crd_key = g_eli_key_hold(sc, dstoff, encr_secsize); in g_eli_auth_run() 523 g_eli_crypto_ivgen(sc, dstoff, crde->crd_iv, in g_eli_auth_run() 531 g_eli_auth_keygen(sc, dstoff, authkey); in g_eli_auth_run()
|
| /freebsd-12-stable/stand/libsa/geli/ |
| D | geliboot.c | 319 off_t dstoff; in geli_io() local 339 for (n = 0, dstoff = offset; n < nsec; n++, dstoff += secsize) { in geli_io() 341 g_eli_crypto_ivgen(&gdev->sc, dstoff, iv, G_ELI_IVKEYLEN); in geli_io() 344 keyno = (dstoff >> G_ELI_KEY_SHIFT) / secsize; in geli_io()
|
| /freebsd-12-stable/sys/kern/ |
| D | uipc_mbuf.c | 888 m_copyup(struct mbuf *n, int len, int dstoff) in m_copyup() argument 893 if (len > (MHLEN - dstoff)) in m_copyup() 900 m->m_data += dstoff; in m_copyup()
|
| /freebsd-12-stable/contrib/tzcode/zic/ |
| D | zic.c | 150 long dstoff, long gmtoff); 1834 stringrule(result, rp, dstoff, gmtoff) in stringrule() argument 1837 const long dstoff; 1875 tod += dstoff;
|