Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ts/
H A Dts_rsp_print.c102 static const char *status_map[] = { in TS_STATUS_INFO_print_bio() local
153 status < (long)(sizeof(status_map) / sizeof(status_map[0]))) in TS_STATUS_INFO_print_bio()
154 BIO_printf(bio, "%s\n", status_map[status]); in TS_STATUS_INFO_print_bio()
/dragonfly/sys/dev/netif/bce/
H A Dif_bce.c2030 bus_dmamap_unload(sc->status_tag, sc->status_map); in bce_dma_free()
2032 sc->status_map); in bce_dma_free()
2435 &sc->status_tag, &sc->status_map, in bce_dma_alloc()
H A Dif_bcereg.h6055 bus_dmamap_t status_map; member