Lines Matching refs:scope_t
117 scope_t *scope; in scope_list_free()
125 kmem_free(scope, sizeof (scope_t)); in scope_list_free()
178 static scope_t *
181 scope_t *scope; in parse_scope()
190 scope = kmem_zalloc(sizeof (scope_t), KM_SLEEP); in parse_scope()
238 ioapic_drhd_insert(scope_t *scope, drhd_t *drhd) in ioapic_drhd_insert()
296 scope_t *scope; in parse_drhd()
311 list_create(&(drhd->dr_scope_list), sizeof (scope_t), in parse_drhd()
312 offsetof(scope_t, scp_node)); in parse_drhd()
354 scope_t *scope; in parse_rmrr()
369 list_create(&(rmrr->rm_scope_list), sizeof (scope_t), in parse_rmrr()
370 offsetof(scope_t, scp_node)); in parse_rmrr()
540 scope_t *scope; in print_scope_list()
948 scope_t *scope; in immu_dmar_rmrr_map()
1058 scope_t *scope; in immu_dmar_get_immu()