Searched refs:first (Results 1 – 5 of 5) sorted by relevance
| /pciutils/compat/ |
| H A D | getopt.c | 259 while (first < last) { in exchange() 260 temp = *first; in exchange() 261 *first = *last; in exchange() 263 first++; in exchange() 270 while (first < last) { in exchange() 271 temp = *first; in exchange() 272 *first = *last; in exchange() 274 first++; in exchange() 283 temp = *first; in exchange() 284 *first = *last; in exchange() [all …]
|
| /pciutils/ |
| H A D | ls-map.c | 19 byte this, dev, func, first, last, bug; member 41 b->first = get_conf_byte(d, ns); 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() 112 if (bus_info[b->first].guestbook) in do_map_bridges() 114 else if (b->first < min || b->last > max) in do_map_bridges() 118 bus_info[b->first].via = b; 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 | README | 49 the manual page first!
|
| H A D | ChangeLog | 2298 * lspci.c (scan_devices): For cardbus bridges, read first 128
|
| H A D | pci.ids | 17138 0100 Cyclom-Y below first megabyte 17139 0101 Cyclom-Y above first megabyte 17140 0102 Cyclom-4Y below first megabyte 17141 0103 Cyclom-4Y above first megabyte 17142 0104 Cyclom-8Y below first megabyte 17143 0105 Cyclom-8Y above first megabyte 17144 0200 Cyclades-Z below first megabyte 17145 0201 Cyclades-Z above first megabyte
|