Searched refs:_vendor (Results 1 – 10 of 10) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-pip_24.3.1.bb | 6 … file://src/pip/_vendor/cachecontrol/LICENSE.txt;md5=6572692148079ebbbd800be4b9f36c6d \ 7 file://src/pip/_vendor/certifi/LICENSE;md5=11618cb6a975948679286b1211bd573c \ 8 … file://src/pip/_vendor/distlib/LICENSE.txt;md5=f6a11430d5cd6e2cd3832ee94f22ddfc \ 9 file://src/pip/_vendor/distro/LICENSE;md5=d2794c0df5b907fdace235a619d80314 \ 10 file://src/pip/_vendor/idna/LICENSE.md;md5=204c0612e40a4dd46012a78d02c80fb1 \ 11 file://src/pip/_vendor/msgpack/COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751 \ 12 file://src/pip/_vendor/packaging/LICENSE;md5=faadaedca9251a90b205c9167578ce91 \ 13 … file://src/pip/_vendor/pkg_resources/LICENSE;md5=141643e11c48898150daa83802dbc65f \ 14 … file://src/pip/_vendor/platformdirs/LICENSE;md5=ea4f5a41454746a9ed111e3d8723d17a \ 15 file://src/pip/_vendor/pygments/LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592 \ [all …]
|
H A D | python3-poetry-core_2.0.0.bb | 10 file://src/poetry/core/_vendor/fastjsonschema/LICENSE;md5=18950e8362b69c0c617b42b8bd8e7532 \ 11 file://src/poetry/core/_vendor/lark/LICENSE;md5=fcfbf1e2ecc0f37acbb5871aa0267500 \ 12 file://src/poetry/core/_vendor/packaging/LICENSE;md5=faadaedca9251a90b205c9167578ce91 \ 13 file://src/poetry/core/_vendor/packaging/LICENSE.APACHE;md5=2ee41112a44fe7014dce33e26468ba93 \ 14 file://src/poetry/core/_vendor/packaging/LICENSE.BSD;md5=7bef9bf4a8e4263634d0597e7ba100b8 \ 15 file://src/poetry/core/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | cpu_device_id.h | 32 #define VFM_MAKE(_vendor, _family, _model) ( \ argument 35 ((_vendor) << VFM_VENDOR_BIT) \ 78 #define X86_MATCH_VENDOR_FAM_MODEL_STEPPINGS_FEATURE(_vendor, _family, _model, \ argument 80 .vendor = X86_VENDOR_##_vendor, \ 89 #define X86_MATCH_VENDORID_FAM_MODEL_STEPPINGS_FEATURE(_vendor, _family, _model, \ argument 91 .vendor = _vendor, \
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pip/ |
H A D | no_shebang_mangling.patch | 12 src/pip/_vendor/distlib/scripts.py | 4 +++- 15 diff --git a/src/pip/_vendor/distlib/scripts.py b/src/pip/_vendor/distlib/scripts.py 17 --- a/src/pip/_vendor/distlib/scripts.py 18 +++ b/src/pip/_vendor/distlib/scripts.py
|
/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/ |
H A D | ext_caps.c | 217 #define EXT_CAP_VENDOR(_vendor, _cap, _highest_mandatory_reg_offset) \ argument 218 { .vendor = (MIPI_VENDOR_##_vendor), .cap = (_cap), \ 219 .parser = (hci_extcap_vendor_##_vendor), \
|
/openbmc/qemu/python/ |
H A D | setup.cfg | 123 [mypy-pip._vendor.distlib] 126 [mypy-pip._vendor.distlib.scripts] 129 [mypy-pip._vendor.distlib.version]
|
/openbmc/linux/drivers/mmc/core/ |
H A D | card.h | 131 #define SDIO_FIXUP(_vendor, _device, _fixup, _data) \ argument 135 _vendor, _device, \
|
/openbmc/qemu/python/scripts/ |
H A D | mkvenv.py | 102 from pip._vendor import distlib 103 import pip._vendor.distlib.scripts # noqa, pylint: disable=unused-import 104 import pip._vendor.distlib.version # noqa, pylint: disable=unused-import
|
/openbmc/linux/include/linux/ |
H A D | mod_devicetable.h | 427 #define SSB_DEVICE(_vendor, _coreid, _revision) \ argument 428 { .vendor = _vendor, .coreid = _coreid, .revision = _revision, }
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | main.c | 5519 #define IS_PDEV(pdev, _vendor, _device, _subvendor, _subdevice) ( \ argument 5520 (pdev->vendor == PCI_VENDOR_ID_##_vendor) && \
|