Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/iommu/
H A Dintel_drv.c88 static device_t *dmar_devs; variable
205 if (dmar_devs[i] == NULL) { in dmar_identify()
215 device_delete_child(parent, dmar_devs[i]); in dmar_identify()
216 dmar_devs[i] = NULL; in dmar_identify()
753 if (dmar_devs[i] == NULL) in dmar_find_by_scope()
755 unit = device_get_softc(dmar_devs[i]); in dmar_find_by_scope()
786 if (dmar_devs[i] == NULL) in dmar_find()
788 unit = device_get_softc(dmar_devs[i]); in dmar_find()
822 dmar_dev = dmar_devs[i]; in dmar_find_nonpci()
1214 unit = device_get_softc(dmar_devs[i]); in DB_FUNC()
[all …]