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