Home
last modified time | relevance | path

Searched refs:repo (Results 1 – 25 of 275) sorted by relevance

1234567891011

/openbmc/phosphor-logging/test/openpower-pels/
H A Drepository_test.cpp75 repo.add(pel); in TEST_F()
107 repo.add(pel); in TEST_F()
203 repo.add(pel); in TEST_F()
219 repo.add(pel); in TEST_F()
224 repo.add(pel); in TEST_F()
268 repo.add(pel); in TEST_F()
284 repo.add(pel); in TEST_F()
431 repo.add(pel); in TEST_F()
498 repo.add(pel); in TEST_F()
515 repo.add(pel); in TEST_F()
[all …]
H A Dhost_notifier_test.cpp71 Repository repo; member in HostNotifierTest
163 repo.add(pel); in TEST_F()
193 repo.add(pel); in TEST_F()
212 repo.add(pel); in TEST_F()
233 repo.add(pel); in TEST_F()
253 repo.add(pel); in TEST_F()
297 repo.add(pel); in TEST_F()
317 repo.add(pel); in TEST_F()
332 repo.add(pel); in TEST_F()
347 repo.add(pel); in TEST_F()
[all …]
/openbmc/libpldm/tests/dsp/
H A Dpdr.cpp15 auto repo = pldm_pdr_init(); in TEST() local
18 pldm_pdr_destroy(repo); in TEST()
23 auto repo = pldm_pdr_init(); in TEST() local
50 pldm_pdr_destroy(repo); in TEST()
62 pldm_pdr_destroy(repo); in TEST()
64 repo = pldm_pdr_init(); in TEST()
70 pldm_pdr_destroy(repo); in TEST()
72 repo = pldm_pdr_init(); in TEST()
79 pldm_pdr_destroy(repo); in TEST()
81 repo = pldm_pdr_init(); in TEST()
[all …]
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Drepository.c1187 repo->bus_index, repo->dev_index); in ps3_repository_dump_resource_info()
1200 repo->bus_index, repo->dev_index); in ps3_repository_dump_resource_info()
1241 repo->bus_index, repo->dev_index); in dump_stor_dev_info()
1248 repo->bus_index, repo->dev_index); in dump_stor_dev_info()
1293 repo->dev_index, &repo->dev_type); in dump_device_info()
1298 repo->bus_index, repo->dev_index); in dump_device_info()
1303 repo->dev_index, &repo->dev_id); in dump_device_info()
1308 repo->bus_index, repo->dev_index); in dump_device_info()
1333 memset(&repo, 0, sizeof(repo)); in ps3_repository_dump_bus_info()
1335 for (repo.bus_index = 0; repo.bus_index < 10; repo.bus_index++) { in ps3_repository_dump_bus_info()
[all …]
H A Ddevice-init.c137 p->dev.bus_id = repo->bus_id; in ps3_setup_gelic_device()
138 p->dev.dev_id = repo->dev_id; in ps3_setup_gelic_device()
343 repo->dev_index, repo->dev_type, port, blk_size, num_blocks, in ps3_setup_storage_dev()
375 repo->dev_index, in ps3_setup_storage_dev()
552 switch (repo->dev_type) { in ps3_setup_dynamic_device()
585 repo->dev_type); in ps3_setup_dynamic_device()
599 switch (repo->dev_type) { in ps3_setup_static_device()
904 memset(&repo, 0, sizeof(repo)); in ps3_start_probe_thread()
906 repo.bus_type = bus_type; in ps3_start_probe_thread()
908 result = ps3_repository_find_bus(repo.bus_type, 0, &repo.bus_index); in ps3_start_probe_thread()
[all …]
/openbmc/libpldm/src/dsp/
H A Dpdr.c102 assert(!repo->first == !repo->last); in pldm_pdr_add()
125 if (!repo) { in pldm_pdr_init()
129 repo->size = 0; in pldm_pdr_init()
133 return repo; in pldm_pdr_init()
139 if (!repo) { in pldm_pdr_destroy()
153 free(repo); in pldm_pdr_destroy()
216 if (!repo) { in pldm_pdr_find_record_by_type()
405 if (!repo) { in pldm_pdr_find_child_container_id_index_range_exclude()
1020 if (!repo) { in pldm_pdr_remove_pdrs_by_terminus_handle()
1071 if (!repo) { in pldm_pdr_remove_remote_pdrs()
[all …]
/openbmc/libpldm/include/libpldm/
H A Dpdr.h42 void pldm_pdr_destroy(pldm_pdr *repo);
52 uint32_t pldm_pdr_get_record_count(const pldm_pdr *repo);
62 uint32_t pldm_pdr_get_repo_size(const pldm_pdr *repo);
94 uint32_t pldm_pdr_get_record_handle(const pldm_pdr *repo,
107 uint16_t pldm_pdr_get_terminus_handle(const pldm_pdr *repo,
142 pldm_pdr_get_next_record(const pldm_pdr *repo,
178 void pldm_pdr_remove_remote_pdrs(pldm_pdr *repo);
187 void pldm_pdr_remove_pdrs_by_terminus_handle(pldm_pdr *repo,
452 pldm_pdr *repo, bool is_remote,
485 int pldm_entity_association_pdr_create_new(pldm_pdr *repo,
[all …]
/openbmc/pldm/common/test/
H A Dpldm_utils_test.cpp170 pldm_pdr_destroy(repo); in TEST()
204 pldm_pdr_destroy(repo); in TEST()
222 pldm_pdr_destroy(repo); in TEST()
281 pldm_pdr_destroy(repo); in TEST()
338 pldm_pdr_destroy(repo); in TEST()
396 pldm_pdr_destroy(repo); in TEST()
472 pldm_pdr_destroy(repo); in TEST()
518 pldm_pdr_destroy(repo); in TEST()
564 pldm_pdr_destroy(repo); in TEST()
598 pldm_pdr_destroy(repo); in TEST()
[all …]
/openbmc/openbmc/poky/scripts/
H A Dcombo-layer94 readsection(self.parser, repo, repo)
135 section = repo
203 repo = conf.repos[name]
400 repo['stripped_revision'] = repo['rewritten_revision']
576 for repo in repos:
582 repos = [ repo for repo in conf.repos if conf.repos[repo].get("update", True) ]
597 repo = conf.repos[name]
679 repo = conf.repos[name]
723 if 'hook' in repo:
790 repo = conf.repos[name]
[all …]
H A Doe-build-perf-report41 def list_test_revs(repo, tag_name, verbosity, **kwargs): argument
90 def is_xml_format(repo, commit): argument
92 if repo.rev_parse(commit + ':results.xml'):
99 def read_results(repo, tags, xml=True): argument
135 data = parse_xml_stream(repo.run_cmd(['show'] + git_objs + ['--']))
375 def get_buildstats(repo, notes_ref, notes_ref2, revs, outdir=None): argument
378 if not repo.rev_parse(full_ref):
432 def auto_args(repo, args): argument
500 repo = GitRepo(args.repo)
508 auto_args(repo, args)
[all …]
H A Dtest-remote-image257 self.repo = self.get_repo_profile(self.repolink)
261 repo = getattr(sys.modules[__name__], self.repoprofile)(*args, **kwargs)
262 log.info("Using repo profile: %s" % repo.__class__.__name__)
263 return repo
274 postconfig = "DEPLOY_DIR_IMAGE = \"%s\"" % self.repo.localdir
299 log.info("Creating directory structure %s" % self.repo.localdir)
300 if not os.path.exists(self.repo.localdir):
301 os.makedirs(self.repo.localdir)
313 if self.repo.check_old_file(files_dict[f]):
314 filepath = os.path.join(self.repo.localdir, files_dict[f])
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dgitarchive.py47 repo = GitRepo.init(path, bare)
49 repo = GitRepo(path, is_topdir=True)
55 return repo
66 repo.run_cmd('add .', env_update)
75 parent = repo.rev_parse(branch)
91 repo.run_cmd(git_cmd)
94 if not repo.bare and repo.get_current_branch() == branch:
96 repo.run_cmd('reset --hard')
103 def get_tags(repo, log, pattern=None, url=None): argument
118 tags_refs = repo.run_cmd(cmd)
[all …]
/openbmc/openbmc/meta-arm/ci/
H A Dupdate-repos37 for repo in repositories:
38 repodir = base_repodir / repo_shortname(repo)
41 print("Cleaning %s..." % repo)
46 print("Updating %s..." % repo)
52 print("Cloning %s..." % repo)
53 subprocess.run(["git", "clone", "--bare", repo, repodir], check=True)
/openbmc/openbmc/poky/meta/recipes-devtools/repo/
H A Drepo_2.44.bb6 HOMEPAGE = "https://android.googlesource.com/tools/repo"
12 SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \
16 MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.g…
21 sed -Ei "s/REPO_REV\s*=\s*('|\")stable('|\")/REPO_REV = '${SRCREV}'/g" ${S}/repo
25 install -D ${WORKDIR}/git/repo ${D}${bindir}/repo
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_go.py121 repo = "repo" variable in GoRecipeHandler.__resolve_repository_static.vcs
131 vcsGitHub[vcs.repo] = "https://\\g<root>"
209 repourl = m[vcs.repo]
358 def __build_coderepo(self, repo, path): argument
361 if repo.root == path:
363 elif path.startswith(repo.root):
371 return CodeRepo(path, repo.root, codedir,
392 repo.url, tag)
478 repo = golang_proxy_info[0]
486 url = urllib.parse.urlparse(repo.url)
[all …]
/openbmc/pldm/pldmd/
H A Doem_ibm.hpp60 pldm_pdr* repo, pldm::InstanceIdDb& instanceIdDb, in OemIBM() argument
67 dBusIntf(dBusIntf), mctp_fd(mctp_fd), mctp_eid(mctp_eid), repo(repo), in OemIBM()
108 std::make_unique<pldm::responder::SlotHandler>(event, repo); in createSlotHandler()
134 oemFruHandler = std::make_unique<responder::oem_ibm_fru::Handler>(repo); in createOemFruHandler()
156 instanceIdDb, repo, reqHandler); in createHostLampTestHandler()
179 pldm_pdr* repo; member in pldm::oem_ibm::OemIBM
/openbmc/pldm/libpldmresponder/
H A Dpdr_utils.hpp129 RepoInterface(pldm_pdr* repo) : repo(repo) {} in RepoInterface() argument
189 pldm_pdr* repo; member in pldm::responder::pdr_utils::RepoInterface
202 Repo(pldm_pdr* repo) : RepoInterface(repo) {} in Repo() argument
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.cpp229 repo.addRecord(pdrEntry); in buildAllCodeUpdateEffecterPDR()
293 repo.addRecord(pdrEntry); in buildAllSlotEnableEffecterPDR()
343 repo.addRecord(pdrEntry); in buildAllCodeUpdateSensorPDR()
347 pdr_utils::Repo& repo, in buildAllSlotEnableSensorPDR() argument
402 repo.addRecord(pdrEntry); in buildAllSlotEnableSensorPDR()
407 pdr_utils::Repo& repo) in buildOEMPDR() argument
411 repo); in buildOEMPDR()
414 repo); in buildOEMPDR()
431 repo); in buildOEMPDR()
434 repo); in buildOEMPDR()
[all …]
/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/yocto-builder/
H A Dentrypoint-yocto-check-layer.sh25 for repo in $REPOS; do
26 log "Cloning $repo on branch $BASE_REF..."
27 git clone --depth 1 --branch "$BASE_REF" "$repo"
H A Dentrypoint-build.sh29 for repo in $REPOS; do
30 log "Cloning $repo on branch $BASE_REF..."
31 git clone --depth 1 --branch "$BASE_REF" "$repo"
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dgitarchivetests.py35 repo = ga.init_git_repo(tempdir, False, False, logger)
37 repo.run_cmd(["remote", "add", "origin", "."])
41 repo.run_cmd(["add", fake_data_file])
42 repo.run_cmd(["commit", "-m", "\"Add fake data\""])
44 repo.run_cmd(["tag", tag])
46 return tempdir, repo
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dbuildhistory.py22 self.repo = Repo.init(self.repo_path)
39 return self.repo.heads.main
41 return self.repo.heads.master
56 self.repo.git.add("--all")
57 self.repo.git.commit(message=msg)
67 blob = self.repo.head.commit.tree.blobs[0]
/openbmc/openbmc/poky/meta/lib/patchtest/
H A DREADME.md8 1. Clone https://git.openembedded.org/openembedded-core (this repo) and https://git.openembedded.or…
11 repo, do `pip install -r requirements.txt`
12 4. Add patchtest to PATH: `export PATH=/path/to/patchtest/repo:$PATH`
19 For more information on using patchtest, see the patchtest repo at
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dtest_mbox.py96 if PatchTestInput.repo.branch != "master":
97 …since patch is not intended for master branch. Target detected is %s" % PatchTestInput.repo.branch)
98 if not PatchTestInput.repo.ismerged:
100 … self.fail('Series does not apply on top of target branch %s' % PatchTestInput.repo.branch,
101 … data=[('Targeted branch', '%s (currently at %s)' % (PatchTestInput.repo.branch, commithash))])
105 if PatchTestInput.repo.ismerged:
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/
H A Dot-br-posix_git.bb8 … file://third_party/Simple-web-server/repo/LICENSE;md5=091ac9fd29d87ad1ae5bf765d95278b0 \
9 file://third_party/cJSON/repo/LICENSE;md5=218947f77e8cb8e2fa02918dc41c50d0 \
10 … file://third_party/http-parser/repo/LICENSE-MIT;md5=9bfa835d048c194ab30487af8d7b3778 \
11 … file://third_party/openthread/repo/LICENSE;md5=543b6fe90ec5901a683320a36390c65f \
28 # openthread/repo/src/cli/cli.cpp:1786:18: fatal error: variable 'i' set but not used [-Wunused-but…

1234567891011