Home
last modified time | relevance | path

Searched defs:repo (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/phosphor-logging/test/openpower-pels/
H A Drepository_test.cpp71 Repository repo{repoPath}; in TEST_F() local
99 Repository repo{repoPath}; in TEST_F() local
127 Repository repo{repoPath}; in TEST_F() local
177 Repository repo{repoPath}; in TEST_F() local
192 Repository repo{repoPath}; in TEST_F() local
214 Repository repo{repoPath}; in TEST_F() local
261 Repository repo{repoPath}; in TEST_F() local
424 Repository repo{repoPath}; in TEST_F() local
884 Repository repo{repoPath}; in TEST_F() local
972 Repository repo{repoPath}; in TEST_F() local
[all …]
/openbmc/libpldm/src/dsp/
H A Dpdr.c33 static inline uint32_t get_next_record_handle(const pldm_pdr *repo, in get_next_record_handle()
122 pldm_pdr *repo = malloc(sizeof(pldm_pdr)); in pldm_pdr_init() local
135 void pldm_pdr_destroy(pldm_pdr *repo) in pldm_pdr_destroy()
187 pldm_pdr_get_next_record(const pldm_pdr *repo, in pldm_pdr_get_next_record()
241 uint32_t pldm_pdr_get_record_count(const pldm_pdr *repo) in pldm_pdr_get_record_count()
249 uint32_t pldm_pdr_get_repo_size(const pldm_pdr *repo) in pldm_pdr_get_repo_size()
794 pldm_entity_node *curr, pldm_pdr *repo, uint16_t size, in entity_association_pdr_add_children()
843 pldm_pdr *repo, bool is_remote, in entity_association_pdr_add_entry()
936 pldm_pdr *repo, bool is_remote, in pldm_entity_association_pdr_add()
1063 void pldm_pdr_remove_remote_pdrs(pldm_pdr *repo) in pldm_pdr_remove_remote_pdrs()
[all …]
/openbmc/openbmc/poky/scripts/
H A Doe-build-perf-report41 def list_test_revs(repo, tag_name, verbosity, **kwargs): argument
90 def is_xml_format(repo, commit): argument
99 def read_results(repo, tags, xml=True): argument
375 def get_buildstats(repo, notes_ref, notes_ref2, revs, outdir=None): argument
432 def auto_args(repo, args): argument
H A Dcombo-layer62 def readsection(parser, section, repo): argument
124 def update(self, repo, option, value, initmode=False): argument
/openbmc/libpldm/tests/dsp/
H A Dpdr.cpp15 auto repo = pldm_pdr_init(); in TEST() local
23 auto repo = pldm_pdr_init(); in TEST() local
57 auto repo = pldm_pdr_init(); in TEST() local
99 auto repo = pldm_pdr_init(); in TEST() local
271 auto repo = pldm_pdr_init(); in TEST() local
361 auto repo = pldm_pdr_init(); in TEST() local
420 auto repo = pldm_pdr_init(); in TEST() local
481 auto repo = pldm_pdr_init(); in TEST() local
557 auto repo = pldm_pdr_init(); in TEST() local
595 auto repo = pldm_pdr_init(); in TEST() local
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dgitarchive.py58 def git_commit_data(repo, data_dir, branch, message, exclude, notes, log): argument
103 def get_tags(repo, log, pattern=None, url=None): argument
139 def expand_tag_strings(repo, name_pattern, msg_subj_pattern, msg_body_pattern, argument
208 def get_test_runs(log, repo, tag_name, **kwargs): argument
246 def get_test_revs(log, repo, tag_name, **kwargs): argument
/openbmc/pldm/common/test/
H A Dpldm_utils_test.cpp141 auto repo = pldm_pdr_init(); in TEST() local
175 auto repo = pldm_pdr_init(); in TEST() local
209 auto repo = pldm_pdr_init(); in TEST() local
227 auto repo = pldm_pdr_init(); in TEST() local
286 auto repo = pldm_pdr_init(); in TEST() local
343 auto repo = pldm_pdr_init(); in TEST() local
401 auto repo = pldm_pdr_init(); in TEST() local
477 auto repo = pldm_pdr_init(); in TEST() local
523 auto repo = pldm_pdr_init(); in TEST() local
569 auto repo = pldm_pdr_init(); in TEST() local
[all …]
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Ddevice-init.c115 const struct ps3_repository_device *repo) in ps3_setup_gelic_device()
182 const struct ps3_repository_device *repo, enum ps3_match_id match_id, in ps3_setup_uhc_device()
272 const struct ps3_repository_device *repo) in ps3_setup_ehci_device()
279 const struct ps3_repository_device *repo) in ps3_setup_ohci_device()
321 static int ps3_setup_storage_dev(const struct ps3_repository_device *repo, in ps3_setup_storage_dev()
548 static int ps3_setup_dynamic_device(const struct ps3_repository_device *repo) in ps3_setup_dynamic_device()
595 static int __init ps3_setup_static_device(const struct ps3_repository_device *repo) in ps3_setup_static_device()
635 struct ps3_repository_device repo; in ps3_find_and_add_device() local
900 struct ps3_repository_device repo; in ps3_start_probe_thread() local
H A Drepository.c290 int ps3_repository_find_device(struct ps3_repository_device *repo) in ps3_repository_find_device()
339 int ps3_repository_find_device_by_id(struct ps3_repository_device *repo, in ps3_repository_find_device_by_id()
417 int (*callback)(const struct ps3_repository_device *repo)) in ps3_repository_find_devices()
420 struct ps3_repository_device repo; in ps3_repository_find_devices() local
482 int ps3_repository_find_interrupt(const struct ps3_repository_device *repo, in ps3_repository_find_interrupt()
520 int ps3_repository_find_reg(const struct ps3_repository_device *repo, in ps3_repository_find_reg()
1181 int __init ps3_repository_dump_resource_info(const struct ps3_repository_device *repo) in ps3_repository_dump_resource_info()
1234 static int __init dump_stor_dev_info(struct ps3_repository_device *repo) in dump_stor_dev_info()
1282 static int __init dump_device_info(struct ps3_repository_device *repo, in dump_device_info()
1329 struct ps3_repository_device repo; in ps3_repository_dump_bus_info() local
/openbmc/pldm/libpldmresponder/
H A Dpdr_utils.hpp129 RepoInterface(pldm_pdr* repo) : repo(repo) {} in RepoInterface()
189 pldm_pdr* repo; member in pldm::responder::pdr_utils::RepoInterface
202 Repo(pldm_pdr* repo) : RepoInterface(repo) {} in Repo()
H A Dpdr_numeric_effecter.hpp31 pdr_utils::RepoInterface& repo) in generateNumericEffecterPDR()
H A Dpdr_state_sensor.hpp30 Handler& handler, pdr_utils::RepoInterface& repo) in generateStateSensorPDR()
H A Dpdr_state_effecter.hpp31 Handler& handler, pdr_utils::RepoInterface& repo) in generateStateEffecterPDR()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.cpp182 uint16_t stateSetID, pdr_utils::Repo& repo) in buildAllCodeUpdateEffecterPDR()
233 pdr_utils::Repo& repo, in buildAllSlotEnableEffecterPDR()
299 uint16_t stateSetID, pdr_utils::Repo& repo) in buildAllCodeUpdateSensorPDR()
347 pdr_utils::Repo& repo, in buildAllSlotEnableSensorPDR()
407 pdr_utils::Repo& repo) in buildOEMPDR()
794 const pldm_pdr* repo) in fetchLastBMCRecord()
H A Dcollect_slot_vpd.hpp48 SlotHandler(const sdeventplus::Event& event, pldm_pdr* repo) : in SlotHandler()
H A Dfru_oem_ibm.hpp38 Handler(pldm_pdr* repo) : pdrRepo(repo) {} in Handler()
/openbmc/pldm/pldmd/
H A Doem_ibm.hpp60 pldm_pdr* repo, pldm::InstanceIdDb& instanceIdDb, in OemIBM()
179 pldm_pdr* repo; member in pldm::oem_ibm::OemIBM
H A Ddbus_impl_pdr.hpp41 Pdr(sdbusplus::bus_t& bus, const std::string& path, const pldm_pdr* repo) : in Pdr()
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_go.py121 repo = "repo" variable in GoRecipeHandler.__resolve_repository_static.vcs
358 def __build_coderepo(self, repo, path): argument
374 def __resolve_version(self, repo, path, version): argument
/openbmc/pldm/oem/ibm/test/
H A Dhost_bmc_lamp_test.cpp20 pldm_pdr* repo, in MockLampTest()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_entry.hpp34 Repository* repo) : in PELEntry()
/openbmc/pldm/oem/ibm/host-bmc/
H A Dhost_lamp_test.hpp56 pldm_pdr* repo, in HostLampTest()
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_platform_test.cpp48 Repo repo(pdrRepo); in TEST() local
87 Repo repo(pdrRepo); in TEST() local
120 Repo repo(pdrRepo); in TEST() local
151 Repo repo(pdrRepo); in TEST() local
184 Repo repo(pdrRepo); in TEST() local
/openbmc/pldm/host-bmc/test/
H A Ddbus_to_terminus_effecter_test.cpp15 MockHostEffecterParser(int fd, const pldm_pdr* repo, in MockHostEffecterParser()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py465 def addNote(repo, ref, key, value=None): argument
474 def removeNote(repo, ref, key): argument
482 def getNotes(repo, ref): argument

12