Home
last modified time | relevance | path

Searched refs:bp (Results 1 – 1 of 1) sorted by relevance

/pciutils/lib/
H A Daix-device.c70 if (bp->bus_fd < 0) in aix_bus_open()
77 if (bp->bus_fd < 0) in aix_bus_open()
81 return bp->bus_fd; in aix_bus_open()
91 char *bp; in aix_bus_number() local
105 bus_number = strtol(bp, &ep, 0); in aix_bus_number()
106 if (bp == ep) in aix_bus_number()
184 aix_pci_bus *bp; in aix_cleanup() local
189 (void) free(bp->bus_name); in aix_cleanup()
190 if (bp->bus_fd >= 0) in aix_cleanup()
192 (void) close(bp->bus_fd); in aix_cleanup()
[all …]