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

/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Dasn1_lib.c159 int i, ttag; local
167 for (i = 0, ttag = tag; ttag > 0; i++)
168 ttag >>= 7;
169 ttag = i;
172 if (i != (ttag - 1))
176 p += ttag;
H A Dtasn_enc.c216 int i, ret, flags, ttag, tclass, ndef; local
241 ttag = tt->tag;
245 ttag = tag;
248 ttag = -1;
257 * At this point 'ttag' contains the outer tag to use, 'tclass' is the
289 if ((ttag != -1) && !(flags & ASN1_TFLG_EXPTAG)) {
290 sktag = ttag;
316 ret = ASN1_object_size(ndef, sklen, ttag);
326 ASN1_put_object(out, ndef, sklen, ttag, tclass);
348 ret = ASN1_object_size(ndef, i, ttag);
[all...]
/freebsd-12-stable/sys/dev/tx/
H A Dif_txvar.h89 bus_dma_tag_t ttag; member in struct:__anon15395
H A Dif_tx.c299 NULL, NULL, &sc->ttag);
329 error = bus_dmamem_alloc(sc->ttag, (void **)&sc->tx_desc,
335 error = bus_dmamap_load(sc->ttag, sc->tmap, sc->tx_desc,
457 bus_dmamap_unload(sc->ttag, sc->tmap);
458 bus_dmamem_free(sc->ttag, sc->tx_desc, sc->tmap);
468 if (sc->ttag)
469 bus_dma_tag_destroy(sc->ttag);
714 bus_dmamap_sync(sc->ttag, sc->tmap,
823 bus_dmamap_sync(sc->ttag, sc->tmap, BUS_DMASYNC_POSTREAD);
859 bus_dmamap_sync(sc->ttag, s
[all...]

Completed in 105 milliseconds