HomeSort by: relevance | last modified time | path
    Searched defs:hvs_poll (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/hyperv/
hvs.c 242 static int hvs_poll(struct hvs_softc *, struct vmbus_channel *,
582 error = hvs_poll(sc, sc->sc_chan, ccb);
636 hvs_poll(struct hvs_softc *sc, struct vmbus_channel *chan, struct hvs_ccb *ccb) function in typeref:typename:int
883 if (hvs_poll(sc, sc->sc_chan, ccb)) {
908 if (hvs_poll(sc, sc->sc_chan, ccb)) {
934 if (hvs_poll(sc, sc->sc_chan, ccb)) {
980 if (hvs_poll(sc, sc->sc_chan, ccb)) {
1004 if (hvs_poll(sc, sc->sc_chan, ccb)) {

Completed in 12 milliseconds