Searched refs:drhd (Results 1 – 2 of 2) sorted by relevance
132 drhd_t *drhd; in drhd_list_destroy() local141 while ((drhd = list_remove_head(drhd_list)) != NULL) { in drhd_list_destroy()142 scope_list_free(&(drhd->dr_scope_list)); in drhd_list_destroy()143 kmem_free(drhd, sizeof (drhd_t)); in drhd_list_destroy()235 ioapic_drhd_insert(scope_t *scope, drhd_t *drhd) in ioapic_drhd_insert() argument243 idt->ioapic_drhd = drhd; in ioapic_drhd_insert()289 drhd_t *drhd; in parse_drhd() local306 drhd = kmem_zalloc(sizeof (drhd_t), KM_SLEEP); in parse_drhd()307 mutex_init(&(drhd->dr_lock), NULL, MUTEX_DEFAULT, NULL); in parse_drhd()308 list_create(&(drhd->dr_scope_list), sizeof (scope_t), in parse_drhd()[all …]
129 typedef struct drhd { struct