Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c135 drhd_t *drhd; in drhd_list_destroy()
146 kmem_free(drhd, sizeof (drhd_t)); in drhd_list_destroy()
238 ioapic_drhd_insert(scope_t *scope, drhd_t *drhd) in ioapic_drhd_insert()
292 drhd_t *drhd; in parse_drhd()
309 drhd = kmem_zalloc(sizeof (drhd_t), KM_SLEEP); in parse_drhd()
460 list_create(&(tbl->tbl_drhd_list[i]), sizeof (drhd_t), in dmar_parse()
461 offsetof(drhd_t, dr_node)); in dmar_parse()
563 drhd_t *drhd; in print_drhd_list()
644 drhd_devi_create(drhd_t *drhd, int unit) in drhd_devi_create()
706 drhd_t *drhd; in dmar_devinfos_create()
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dimmu.h138 } drhd_t; typedef
173 drhd_t *ioapic_drhd;