Home
last modified time | relevance | path

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

1234

/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_go.py117 class vcs(Enum): class
127 vcsGitHub[vcs.pathprefix] = "github.com"
128 vcsGitHub[vcs.regexp] = re.compile(
130 vcsGitHub[vcs.type] = "git"
131 vcsGitHub[vcs.repo] = "https://\\g<root>"
135 vcsBitbucket[vcs.pathprefix] = "bitbucket.org"
136 vcsBitbucket[vcs.regexp] = re.compile(
138 vcsBitbucket[vcs.type] = "git"
139 vcsBitbucket[vcs.repo] = "https://\\g<root>"
143 vcsIBMDevOps[vcs.pathprefix] = "hub.jazz.net/git"
[all …]
/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/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/
H A Dvcs-control.bb12 TMPL_OFF = "vcs-off@.service"
13 TMPL_ON = "vcs-on@.service"
14 INSTFMT_OFF = "vcs-off@{0}.service"
15 INSTFMT_ON = "vcs-on@{0}.service"
/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()
1017 struct vmw_crtc_state *vcs; in vmw_du_crtc_reset() local
1026 vcs = kzalloc(sizeof(*vcs), GFP_KERNEL); in vmw_du_crtc_reset()
1028 if (!vcs) { in vmw_du_crtc_reset()
1033 __drm_atomic_helper_crtc_reset(crtc, &vcs->base); in vmw_du_crtc_reset()
1156 struct vmw_connector_state *vcs; in vmw_du_connector_duplicate_state() local
1161 vcs = kmemdup(connector->state, sizeof(*vcs), GFP_KERNEL); in vmw_du_connector_duplicate_state()
[all …]
/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/atm/
H A Didt77252.c555 vc = card->vcs[i]; in idt77252_tx_dump()
868 vc = card->vcs[0]; in queue_skb()
1052 vc = card->vcs[VPCI2VC(card, vpi, vci)]; in dequeue_rx()
1293 vc = card->vcs[VPCI2VC(card, vpi, vci)]; in idt77252_rx_raw()
1452 vc = card->vcs[conn & 0x1fff]; in idt77252_tx()
1469 vc = card->vcs[conn & 0x1fff]; in idt77252_tx()
1495 vc = card->vcs[VPCI2VC(card, vpi, vci)]; in idt77252_tx()
2423 if (!card->vcs[index]) { in idt77252_open()
2424 card->vcs[index] = kzalloc(sizeof(struct vc_map), GFP_KERNEL); in idt77252_open()
2425 if (!card->vcs[index]) { in idt77252_open()
[all …]
/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/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-iniconfig_2.0.0.bb9 DEPENDS += "python3-hatch-vcs-native"
H A Dpython3-hatch-vcs_0.4.0.bb2 HOMEPAGE = "https://pypi.org/project/hatch-vcs/"
H A Dpython3-referencing_0.35.1.bb10 DEPENDS += "python3-hatch-vcs-native"
H A Dpython3-testtools_2.7.2.bb7 DEPENDS += "python3-hatch-vcs-native"
H A Dpython3-attrs_24.3.0.bb11 python3-hatch-vcs-native \
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-yamlloader_1.5.1.bb11 python3-hatch-vcs-native \
H A Dpython3-pyhamcrest_2.1.0.bb10 DEPENDS += "python3-hatch-vcs-native"
H A Dpython3-scikit-build-core_0.10.7.bb8 DEPENDS = "python3-hatch-vcs-native"
H A Dpython3-termcolor_2.5.0.bb13 python3-hatch-vcs-native \
H A Dpython3-humanize_4.11.0.bb14 python3-hatch-vcs-native \
H A Dpython3-eventlet_0.37.0.bb12 DEPENDS += "python3-hatch-vcs-native"
H A Dpython3-pytest-html_4.1.1.bb15 python3-hatch-vcs-native \
H A Dpython3-argcomplete_3.5.3.bb12 DEPENDS += "python3-hatch-vcs-native"
H A Dpython3-platformdirs_4.3.6.bb11 python3-hatch-vcs-native \
H A Dpython3-scikit-build_0.18.1.bb5 DEPENDS = "python3-hatch-vcs-native python3-hatch-fancy-pypi-readme-native"
H A Dpython3-virtualenv_20.29.1.bb15 python3-hatch-vcs-native \
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dhave_strerror.patch1 Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs anywhere]

1234