Home
last modified time | relevance | path

Searched refs:vcs (Results 1 – 25 of 47) sorted by relevance

12

/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_go.py117 class vcs(Enum): class
130 vcsGitHub[vcs.type] = "git"
138 vcsBitbucket[vcs.type] = "git"
146 vcsIBMDevOps[vcs.type] = "git"
154 vcsApacheGit[vcs.type] = "git"
162 vcsOpenStackGit[vcs.type] = "git"
199 if vcs.pathprefix in srv:
208 vcstype = m[vcs.type]
209 repourl = m[vcs.repo]
243 def vcs(self): member in GoRecipeHandler.__resolve_repository_dynamic.GoImportHTMLParser
[all …]
/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/
H A Dvcs-control.bb9 TMPL_OFF = "vcs-off@.service"
10 TMPL_ON = "vcs-on@.service"
11 INSTFMT_OFF = "vcs-off@{0}.service"
12 INSTFMT_ON = "vcs-on@{0}.service"
/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/
H A D0003-Exclude-VCS-directory-with-writing-from-an-archive.patch43 +# Test --exclude-vcs option with subcommands: EXTRACT, LIST, DIFF.
49 +# > The --exclude-vcs flag seems to exclude .gitignore but not .git when
52 +AT_SETUP([--exclude-vcs extract list compare])
53 +AT_KEYWORDS([exclude-vcs extract list compare exclude18])
80 +tar -xvf gitrepo.tar --exclude-vcs | sort
84 +tar -tf gitrepo.tar --exclude-vcs | sort
88 +tar -dvf gitrepo.tar --exclude-vcs gitrepo | sort
H A D0002-tests-check-for-recently-fixed-bug.patch43 +AT_SETUP([--exclude-vcs-ignores memory allocation])
50 +tar -cf - --exclude-vcs-ignores . | tar -tf -
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-hatch-vcs_0.4.0.bb2 HOMEPAGE = "https://pypi.org/project/hatch-vcs/"
14 UPSTREAM_CHECK_REGEX = "/hatch-vcs/(?P<pver>(\d+[\.\-_]*)+)/"
H A Dpython3-iniconfig_2.0.0.bb9 DEPENDS += "python3-hatch-vcs-native"
H A Dpython3-referencing_0.34.0.bb10 DEPENDS += "python3-hatch-vcs-native"
H A Dpython3-testtools_2.7.1.bb7 DEPENDS += "python3-hatch-vcs-native"
H A Dpython3-jsonschema-specifications_2023.12.1.bb14 DEPENDS += "python3-hatch-vcs-native"
H A Dpython3-attrs_23.2.0.bb17 python3-hatch-vcs-native \
/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/host/
H A Dp9-host-start.bbappend1 RDEPENDS:${PN}:append:zaius = ' avsbus-control vcs-control'
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c989 struct vmw_crtc_state *vcs; in vmw_du_crtc_duplicate_state() local
994 vcs = kmemdup(crtc->state, sizeof(*vcs), GFP_KERNEL); in vmw_du_crtc_duplicate_state()
996 if (!vcs) in vmw_du_crtc_duplicate_state()
999 state = &vcs->base; in vmw_du_crtc_duplicate_state()
1026 vcs = kzalloc(sizeof(*vcs), GFP_KERNEL); in vmw_du_crtc_reset()
1028 if (!vcs) { in vmw_du_crtc_reset()
1161 vcs = kmemdup(connector->state, sizeof(*vcs), GFP_KERNEL); in vmw_du_connector_duplicate_state()
1163 if (!vcs) in vmw_du_connector_duplicate_state()
1166 state = &vcs->base; in vmw_du_connector_duplicate_state()
1193 vcs = kzalloc(sizeof(*vcs), GFP_KERNEL); in vmw_du_connector_reset()
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pytest-html_4.1.1.bb14 python3-hatch-vcs-native \
H A Dpython3-termcolor_2.4.0.bb13 python3-hatch-vcs-native \
H A Dpython3-humanize_4.9.0.bb14 python3-hatch-vcs-native \
H A Dpython3-pyhamcrest_2.1.0.bb10 DEPENDS += "python3-hatch-vcs-native"
H A Dpython3-virtualenv_20.25.0.bb15 python3-hatch-vcs-native \
H A Dpython3-scikit-build_0.17.6.bb5 DEPENDS = "python3-hatch-vcs-native python3-hatch-fancy-pypi-readme-native"
H A Dpython3-pyproject-api_1.6.1.bb17 python3-hatch-vcs-native \
H A Dpython3-filelock_3.13.3.bb15 python3-hatch-vcs-native \
H A Dpython3-platformdirs_4.2.0.bb15 python3-hatch-vcs-native \
H A Dpython3-execnet_2.0.2.bb11 python3-hatch-vcs-native \
/openbmc/openbmc/poky/meta/classes/
H A Dgo-vendor.bbclass20 vcs='git', replaces=None, pathmajor=None):
25 src_uri = "{}://{};name={}".format(vcs, repo, module_path.replace('/', '.'))
28 if vcs == "git":
149 # see https://go.dev/ref/mod#vcs-license
/openbmc/linux/drivers/atm/
H A Didt77252.c555 vc = card->vcs[i]; in idt77252_tx_dump()
868 vc = card->vcs[0]; in queue_skb()
2422 if (!card->vcs[index]) { in idt77252_open()
2434 vc = card->vcs[index]; in idt77252_open()
2667 vc = card->vcs[i]; in idt77252_proc_read()
2860 card->vcs[index] = vc; in open_card_oam()
2927 card->vcs[0] = vc; in open_card_ubr0()
2933 kfree(card->vcs[0]); in open_card_ubr0()
2934 card->vcs[0] = NULL; in open_card_ubr0()
3080 vfree(card->vcs); in deinit_card()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dmdev.conf26 vcs.* 0:5 0660

12