Searched refs:ic_buf (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/hyperv/utilities/
H A Dvmbus_icvar.h39 uint8_t *ic_buf; member in struct:vmbus_ic_softc
H A Dvmbus_ic.c220 sc->ic_buf = malloc(VMBUS_IC_BRSIZE, M_DEVBUF, M_WAITOK | M_ZERO);
234 free(sc->ic_buf, M_DEVBUF);
278 free(sc->ic_buf, M_DEVBUF);
H A Dvmbus_shutdown.c97 data = sc->ic_buf;
H A Dvmbus_heartbeat.c95 data = sc->ic_buf;
H A Dvmbus_timesync.c186 data = sc->ic_buf;
H A Dhv_snapshot.c811 vss_buf = sc->util_sc.ic_buf;
H A Dhv_kvp.c593 kvp_buf = sc->util_sc.ic_buf;

Completed in 54 milliseconds