Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/tools/
H A Dpciaccess.cpp26 struct pci_device_iterator* PciAccessImpl::pci_id_match_iterator_create( in pci_id_match_iterator_create() function in host_tool::PciAccessImpl
29 return ::pci_id_match_iterator_create(match); in pci_id_match_iterator_create()
H A Dpciaccess.hpp36 virtual struct pci_device_iterator* pci_id_match_iterator_create(
67 struct pci_device_iterator* pci_id_match_iterator_create(
H A Dpci.cpp58 It it(pci->pci_id_match_iterator_create(match), pci); in PciAccessBridge()
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dpciaccess_mock.hpp13 MOCK_METHOD(struct pci_device_iterator*, pci_id_match_iterator_create,
H A Dtools_pci_unittest.cpp207 EXPECT_CALL(pciMock, pci_id_match_iterator_create( in TEST_P()
223 EXPECT_CALL(pciMock, pci_id_match_iterator_create( in TEST_P()
243 EXPECT_CALL(pciMock, pci_id_match_iterator_create( in TEST_P()
270 EXPECT_CALL(pciMock, pci_id_match_iterator_create( in TEST_P()
301 pci_id_match_iterator_create(PciIdMatch(param->getMatch()))) in expectSetup()