Searched refs:vmci_res1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/vmware/vmci/
H A Dvmci.h54 struct resource *vmci_res1; member in struct:vmci_softc
H A Dvmci.c323 sc->vmci_res1 = bus_alloc_resource_any(sc->vmci_dev, SYS_RES_MEMORY,
325 if (sc->vmci_res1 == NULL) {
330 sc->vmci_iot1 = rman_get_bustag(sc->vmci_res1);
331 sc->vmci_ioh1 = rman_get_bushandle(sc->vmci_res1);
364 if (sc->vmci_res1 != NULL) {
367 sc->vmci_res1);
368 sc->vmci_res1 = NULL;

Completed in 106 milliseconds