Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pv/
Dxenstore.c185 int xs_ring_put(struct xs_softc *, void *, size_t);
360 chunk = xs_ring_put(xs, bp, MIN(len, XS_RING_SIZE)); in xs_output()
456 xs_ring_put(struct xs_softc *xs, void *src, size_t size) in xs_ring_put() function