Home
last modified time | relevance | path

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

/freebsd-13.1/sys/x86/iommu/
H A Dintel_drv.c87 static device_t *dmar_devs; variable
204 if (dmar_devs[i] == NULL) { in dmar_identify()
214 device_delete_child(parent, dmar_devs[i]); in dmar_identify()
215 dmar_devs[i] = NULL; in dmar_identify()
752 if (dmar_devs[i] == NULL) in dmar_find_by_scope()
754 unit = device_get_softc(dmar_devs[i]); in dmar_find_by_scope()
783 if (dmar_devs[i] == NULL) in dmar_find()
785 unit = device_get_softc(dmar_devs[i]); in dmar_find()
819 dmar_dev = dmar_devs[i]; in dmar_find_nonpci()
1211 unit = device_get_softc(dmar_devs[i]); in DB_FUNC()
[all …]