Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/iommu/
H A Dintel_drv.c1146 if (!show_mappings) in dmar_print_domain()
1169 bool show_mappings, valid; in DB_FUNC() local
1185 show_mappings = strchr(db_tok_string, 'm') != NULL; in DB_FUNC()
1188 show_mappings = false; in DB_FUNC()
1224 show_mappings); in DB_FUNC()
1295 dmar_print_domain(domain, show_mappings); in dmar_print_one()
1304 bool show_domains, show_mappings; in DB_SHOW_COMMAND() local
1307 show_mappings = strchr(modif, 'm') != NULL; in DB_SHOW_COMMAND()
1318 bool show_domains, show_mappings; in DB_SHOW_ALL_COMMAND() local
1321 show_mappings = strchr(modif, 'm') != NULL; in DB_SHOW_ALL_COMMAND()
[all …]