Home
last modified time | relevance | path

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

/freebsd-12.1/sys/x86/iommu/
H A Dintel_drv.c87 static device_t *dmar_devs; variable
207 if (dmar_devs[i] == NULL) { in dmar_identify()
217 device_delete_child(parent, dmar_devs[i]); in dmar_identify()
218 dmar_devs[i] = NULL; in dmar_identify()
754 if (dmar_devs[i] == NULL) in dmar_find_by_scope()
756 unit = device_get_softc(dmar_devs[i]); in dmar_find_by_scope()
787 if (dmar_devs[i] == NULL) in dmar_find()
789 unit = device_get_softc(dmar_devs[i]); in dmar_find()
823 dmar_dev = dmar_devs[i]; in dmar_find_nonpci()
1209 unit = device_get_softc(dmar_devs[i]); in DB_FUNC()
[all …]