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

/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-linux.c315 static void destroy_ring(pcap_t *handle);
3557 destroy_ring(handle);
3570 destroy_ring(handle);
3592 destroy_ring(pcap_t *handle) function
3639 destroy_ring(handle);
/freebsd-9.3-release/sys/dev/xen/netfront/
H A Dnetfront.c535 goto destroy_ring;
584 goto destroy_ring;
592 destroy_ring:
/freebsd-9.3-release/sys/dev/lmc/
H A Dif_lmc.h1549 static void destroy_ring(softc_t *, struct desc_ring *);
1561 static void destroy_ring(softc_t *, struct desc_ring *);
H A Dif_lmc.c2743 destroy_ring(softc_t *sc, struct desc_ring *ring) function
3361 destroy_ring(softc_t *sc, struct desc_ring *ring) function
5473 destroy_ring(sc, &sc->txring);
5474 destroy_ring(sc, &sc->rxring);

Completed in 82 milliseconds