Searched refs:show_cmdq (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/x86/iommu/ |
H A D | amd_drv.c | 1131 bool show_mappings, bool show_cmdq) in amdiommu_print_one() argument 1155 if (show_cmdq) { in amdiommu_print_one() 1184 bool show_domains, show_mappings, show_cmdq; in DB_SHOW_COMMAND() local 1188 show_cmdq = strchr(modif, 'q') != NULL; in DB_SHOW_COMMAND() 1197 amdiommu_print_one(unit, show_domains, show_mappings, show_cmdq); in DB_SHOW_COMMAND() 1203 bool show_domains, show_mappings, show_cmdq; in DB_SHOW_ALL_COMMAND() local 1207 show_cmdq = strchr(modif, 'q') != NULL; in DB_SHOW_ALL_COMMAND() 1211 show_cmdq); in DB_SHOW_ALL_COMMAND()
|