Searched defs:devindp (Results 1 – 5 of 5) sorted by relevance
/minix3/minix/lib/libsys/ |
H A D | pci_first_dev.c | 12 int pci_first_dev(devindp, vidp, didp) in pci_first_dev() argument
|
H A D | pci_next_dev.c | 12 int pci_next_dev(devindp, vidp, didp) in pci_next_dev() argument
|
H A D | pci_find_dev.c | 12 int pci_find_dev(u8_t bus, u8_t dev, u8_t func, int *devindp) in pci_find_dev()
|
/minix3/minix/drivers/iommu/amddev/ |
H A D | amddev.c | 201 static int find_dev(devindp, capaddrp) in find_dev() argument
|
/minix3/minix/drivers/bus/pci/ |
H A D | pci.c | 2187 _pci_find_dev(u8_t bus, u8_t dev, u8_t func, int *devindp) in _pci_find_dev() 2213 _pci_first_dev(struct rs_pci *aclp, int *devindp, u16_t *vidp, in _pci_first_dev() 2236 _pci_next_dev(struct rs_pci *aclp, int *devindp, u16_t *vidp, u16_t *didp) in _pci_next_dev()
|