Lines Matching refs:a
49 aix_find_bus(struct pci_access *a, int bus_number) in aix_find_bus() argument
61 a->error("aix_find_bus: bus number %d not found", bus_number); in aix_find_bus()
67 struct pci_access *a = d->access; in aix_bus_open() local
68 aix_pci_bus *bp = aix_find_bus(a, d->bus); in aix_bus_open()
73 int mode = a->writeable ? O_RDWR : O_RDONLY; in aix_bus_open()
78 a->error("aix_open_bus: %s open failed", devbuf); in aix_bus_open()
127 aix_detect(struct pci_access *a) in aix_detect() argument
130 int mode = a->writeable ? W_OK : R_OK; in aix_detect()
139 a->error("aix_config: popen(\"%s\") failed", command); in aix_detect()
149 name = (char *) pci_malloc(a, len + 1); in aix_detect()
155 a->debug("...using %s", name); in aix_detect()
157 a->debug(", %s", name); in aix_detect()
169 aix_init(struct pci_access *a) in aix_init() argument
182 aix_cleanup(struct pci_access *a) in aix_cleanup() argument
199 aix_scan(struct pci_access *a) in aix_scan() argument
211 pci_generic_scan_bus(a, busmap, 0, bus_number); in aix_scan()