Searched refs:count (Results 1 – 5 of 5) sorted by relevance
| /pciutils/ |
| H A D | ls-tree.c | 388 int i, count = 0; in show_tree_bus() local 394 count++; in show_tree_bus() 403 char *p2 = tree_printf(line, p, count == 1 ? "--" : count == i+1 ? "\\-" : "+-"); in show_tree_bus() 408 if (count == 0) in show_tree_bus() 430 int i, count = 0; in show_tree_bridge() local 437 count++; in show_tree_bridge() 446 …k = tree_printf(line, p, count == 1 ? "[%04x:%02x]-" : count == i+1 ? "\\-[%04x:%02x]-" : "+-[%04x… in show_tree_bridge() 451 if (count == 0) in show_tree_bridge()
|
| H A D | pci.ids | 1219 # Lower lane count PEX89000 switch 1221 # Lower lane count PEX89000 switch 1224 # Lower lane count PEX89000 switch 1226 # Lower lane count PEX89000 switch 1228 # Lower lane count PEX89000 switch 1230 # Lower lane count PEX89000 switch
|
| /pciutils/lib/ |
| H A D | ecam.c | 446 unsigned int i, count; local 537 count = get_xsdt_addresses_count(xsdt); 538 for (i = 0; i < count; i++) 561 count = get_rsdt_addresses_count(rsdt); 562 for (i = 0; i < count; i++) 767 int i, count; local 771 count = get_mcfg_allocations_count(mcfg); 772 for (i = 0; i < count; i++) 1102 int i, j, count; local 1110 count = get_mcfg_allocations_count(eacc->mcfg); [all …]
|
| H A D | mmio-ports.c | 153 int count = 1; in get_domain_count() local 157 count++; in get_domain_count() 159 return count; in get_domain_count()
|
| H A D | win32-helpers.c | 1142 DWORD count; in win32_find_and_open_process_for_query() local 1218 count = length / sizeof(*processes); in win32_find_and_open_process_for_query() 1220 for (i = 0; i < count; i++) in win32_find_and_open_process_for_query()
|