Searched refs:last (Results 1 – 5 of 5) sorted by relevance
| /pciutils/compat/ |
| H A D | getopt.c | 259 while (first < last) { in exchange() 261 *first = *last; in exchange() 262 *last = temp; in exchange() 264 last--; in exchange() 270 while (first < last) { in exchange() 272 *first = *last; in exchange() 273 *last = temp; in exchange() 275 last--; in exchange() 284 *first = *last; in exchange() 285 *last = temp; in exchange() [all …]
|
| /pciutils/ |
| H A D | ls-map.c | 19 byte this, dev, func, first, last, bug; member 42 b->last = get_conf_byte(d, nl); in map_bridge() 44 p->bus, p->dev, p->func, b->this, b->first, b->last); in map_bridge() 47 if (b->first > b->last) in map_bridge() 50 b->last = b->first; in map_bridge() 114 else if (b->first < min || b->last > max) in do_map_bridges() 119 do_map_bridges(b->first, b->first, b->last); in do_map_bridges() 150 printf("\t%02x.%d Bridge to %02x-%02x", b->dev, b->func, b->first, b->last); in map_bridges()
|
| H A D | ChangeLog | 1572 * Removed last few references to the "Linux PCI Utilities", the 1733 has passed since the last version which used it).
|
| /pciutils/lib/ |
| H A D | ver2def.pl | 10 my (%cnt, %last, %ords); 20 $last{$_} = $ver; 34 if ($last{$sym} ne $ver) { 45 print $importfh "$_ \@$ords{$_} == \"$_\@$last{$_}\"\n" foreach sort keys %last;
|
| H A D | libpci.ver | 10 * On Windows the last referenced version of the symbol is the default one.
|