Searched refs:dmar_devs (Results 1 – 1 of 1) sorted by relevance
87 static device_t *dmar_devs; variable207 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 …]