Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_reg.h91 struct vmbus_mnf { struct
105 CTASSERT(sizeof(struct vmbus_mnf) == PAGE_SIZE); argument
H A Dvmbus_var.h91 struct vmbus_mnf *vmbus_mnf2; /* monitored by host */
H A Dvmbus.c889 sc->vmbus_mnf2 = contigmalloc(sizeof(struct vmbus_mnf), M_DEVBUF, in vmbus_dma_alloc()