pci_subr.c | 83 static int pci_conf_find_extcap(const pcireg_t *, unsigned int, int *); 4596 pci_conf_find_extcap(const pcireg_t *regs, unsigned int capid, int *offsetp) function in typeref:typename:int 4674 if (pci_conf_find_extcap(regs, i, &off) == 0)
|