Searched refs:next (Results 1 – 6 of 6) sorted by relevance
| /libpciaccess/src/ |
| H A D | linux_sysfs.c | 239 char * next; in pci_device_linux_sysfs_probe() local 250 next = resource; in pci_device_linux_sysfs_probe() 253 dev->regions[i].base_addr = strtoull( next, & next, 16 ); in pci_device_linux_sysfs_probe() 254 high_addr = strtoull( next, & next, 16 ); in pci_device_linux_sysfs_probe() 255 flags = strtoull( next, & next, 16 ); in pci_device_linux_sysfs_probe() 267 low_addr = strtoull( next, & next, 16 ); in pci_device_linux_sysfs_probe() 268 high_addr = strtoull( next, & next, 16 ); in pci_device_linux_sysfs_probe() 269 flags = strtoull( next, & next, 16 ); in pci_device_linux_sysfs_probe()
|
| H A D | solx_devfs.c | 68 struct nexus *next; member 178 for (nexus = nexus_list ; nexus != NULL ; nexus = nexus->next) { in find_nexus_for_dev() 192 for (nexus = nexus_list ; nexus != NULL ; nexus = nexus->next) { in find_nexus_for_bus() 223 nexus_t *nexus, *next; in pci_system_solx_devfs_destroy() local 225 for (nexus = nexus_list ; nexus != NULL ; nexus = next) { in pci_system_solx_devfs_destroy() 226 next = nexus->next; in pci_system_solx_devfs_destroy() 719 nexus->next = nexus_list; in probe_nexus_node()
|
| /libpciaccess/ |
| H A D | .gitignore | 3 # The next section if for module specific patterns
|
| H A D | configure.ac | 11 # The above copyright notice and this permission notice (including the next
|
| H A D | COPYING | 14 The above copyright notice and this permission notice (including the next
|
| H A D | NOTICE | 14 The above copyright notice and this permission notice (including the next
|