Home
last modified time | relevance | path

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

/freebsd/sys/dev/vte/
H A Dif_vtevar.h129 int vte_res_type; member
H A Dif_vte.c391 sc->vte_res_type = SYS_RES_MEMORY; in vte_attach()
392 sc->vte_res = bus_alloc_resource_any(dev, sc->vte_res_type, in vte_attach()
396 sc->vte_res_type = SYS_RES_IOPORT; in vte_attach()
397 sc->vte_res = bus_alloc_resource_any(dev, sc->vte_res_type, in vte_attach()
407 sc->vte_res_type == SYS_RES_MEMORY ? "memory" : "I/O"); in vte_attach()
520 bus_release_resource(dev, sc->vte_res_type, sc->vte_res_id, in vte_detach()