Home
last modified time | relevance | path

Searched refs:extensions (Results 1 – 25 of 531) sorted by relevance

12345678910>>...22

/openbmc/linux/Documentation/riscv/
H A Duabi.rst14 #. Single-letter extensions come first, in canonical order.
17 #. All multi-letter extensions will be separated from other extensions by an
20 #. Additional standard extensions (starting with 'Z') will be sorted after
21 single-letter extensions and before any higher-privileged extensions.
23 #. For additional standard extensions, the first letter following the 'Z'
25 extension category. If multiple 'Z' extensions are named, they will be
30 after standard unprivileged extensions. If multiple supervisor-level
31 extensions are listed, they will be ordered alphabetically.
33 #. Standard machine-level extensions (starting with 'Zxm') will be listed
35 extensions are listed, they will be ordered alphabetically.
[all …]
H A Dpatch-acceptance.rst39 We'll only accept patches for new modules or extensions if the
40 specifications for those modules or extensions are listed as being
45 that contain code for any draft extensions that they wish.)
48 their own custom extensions. These custom extensions aren't required
52 RISC-V extensions, we'll only consider patches for extensions that either:
59 code for any custom extensions that they wish.)
/openbmc/openpower-pnor-code-mgmt/test/
H A Dtest_functions.cpp38 extensions{"foo"s}; in TEST() local
53 extensions{"foo"s}; in TEST() local
65 extensions{"foo"s}; in TEST() local
91 extensions; in TEST() local
106 extensions; in TEST() local
121 extensions; in TEST() local
136 extensions; in TEST() local
151 extensions; in TEST() local
342 std::vector<std::string> extensions; in TEST() local
393 std::vector<std::string> extensions; in TEST() local
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/
H A D0010-Adjust-header-include-sequence.patch13 extensions/ebt_among.c | 2 +-
14 extensions/ebt_arpreply.c | 2 +-
15 extensions/ebt_nat.c | 2 +-
19 diff --git a/extensions/ebt_among.c b/extensions/ebt_among.c
21 --- a/extensions/ebt_among.c
22 +++ b/extensions/ebt_among.c
33 diff --git a/extensions/ebt_arpreply.c b/extensions/ebt_arpreply.c
35 --- a/extensions/ebt_arpreply.c
47 diff --git a/extensions/ebt_nat.c b/extensions/ebt_nat.c
49 --- a/extensions/ebt_nat.c
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/arptables/arptables/
H A D0001-Use-ARPCFLAGS-for-package-specific-compiler-flags.patch14 extensions/Makefile | 4 ++++
32 @@ -24,13 +22,13 @@ include extensions/Makefile
49 diff --git a/extensions/Makefile b/extensions/Makefile
51 --- a/extensions/Makefile
52 +++ b/extensions/Makefile
53 @@ -5,3 +5,7 @@ EXT_OBJS+=$(foreach T,$(EXT_FUNC), extensions/arpt_$(T).o)
55 extensions/ebt_%.o: extensions/arpt_%.c include/arptables.h include/arptables_common.h
59 +extensions/arpt_%.o: extensions/arpt_%.c include/arptables.h include/arptables_common.h
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Dmeson.build3 unit_files += {'input': 'dump-extensions/openpower-dumps/clear_hostdumps_poweroff.service',
27 'dump-extensions/openpower-dumps/dump-extensions.cpp',
28 'dump-extensions/openpower-dumps/dump_manager_system.cpp',
29 'dump-extensions/openpower-dumps/system_dump_entry.cpp',
30 'dump-extensions/openpower-dumps/dump_manager_resource.cpp',
31 'dump-extensions/openpower-dumps/resource_dump_entry.cpp',
32 'dump-extensions/openpower-dumps/op_dump_util.cpp'
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/
H A D0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch31 subprojects/extensions-app/js/meson.build | 2 +-
33 subprojects/extensions-app/meson_options.txt | 6 ++++++
80 diff --git a/subprojects/extensions-app/js/meson.build b/subprojects/extensions-app/js/meson.build
82 --- a/subprojects/extensions-app/js/meson.build
83 +++ b/subprojects/extensions-app/js/meson.build
93 diff --git a/subprojects/extensions-app/meson.build b/subprojects/extensions-app/meson.build
95 --- a/subprojects/extensions-app/meson.build
96 +++ b/subprojects/extensions-app/meson.build
111 diff --git a/subprojects/extensions-app/meson_options.txt b/subprojects/extensions-app/meson_option…
113 --- a/subprojects/extensions-app/meson_options.txt
[all …]
/openbmc/qemu/ui/
H A Dx_keymap.c40 char **extensions = XListExtensions(dpy, &nextensions); in check_for_xquartz() local
41 for (i = 0 ; extensions != NULL && i < nextensions ; i++) { in check_for_xquartz()
42 trace_xkeymap_extension(extensions[i]); in check_for_xquartz()
43 if (strcmp(extensions[i], "Apple-WM") == 0 || in check_for_xquartz()
44 strcmp(extensions[i], "Apple-DRI") == 0) { in check_for_xquartz()
48 if (extensions) { in check_for_xquartz()
49 XFreeExtensionList(extensions); in check_for_xquartz()
/openbmc/openpower-pnor-code-mgmt/
H A Dfunctions.cpp113 std::vector<std::string>& extensions) in getExtensionsForIbmCompatibleSystem() argument
120 extensions = extensionMapIterator->second; in getExtensionsForIbmCompatibleSystem()
182 const std::vector<std::string>& extensions, in findLinks() argument
217 if (std::find(extensions.begin(), extensions.end(), file.extension()) == in findLinks()
218 extensions.end()) in findLinks()
298 if (std::find(extensions.begin(), extensions.end(), in getBiosAttrStr()
325 if (std::find(extensions.begin(), extensions.end(), path.extension()) != in getBiosAttrStr()
326 extensions.end()) in getBiosAttrStr()
540 std::vector<std::string> extensions; in maybeMakeLinks() local
542 extensions)) in maybeMakeLinks()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A D0005-Pass-noline-flag-to-flex.patch13 extensions/expression-language/CMakeLists.txt | 2 +-
16 diff --git a/extensions/expression-language/CMakeLists.txt b/extensions/expression-language/CMakeLi…
18 --- a/extensions/expression-language/CMakeLists.txt
19 +++ b/extensions/expression-language/CMakeLists.txt
H A D0001-Do-not-use-bundled-packages.patch14 extensions/libarchive/CMakeLists.txt | 7 ++-----
86 diff --git a/extensions/libarchive/CMakeLists.txt b/extensions/libarchive/CMakeLists.txt
88 --- a/extensions/libarchive/CMakeLists.txt
89 +++ b/extensions/libarchive/CMakeLists.txt
104 include(${CMAKE_SOURCE_DIR}/extensions/ExtensionHeader.txt)
/openbmc/linux/drivers/gpu/drm/rockchip/
H A DKconfig38 bool "Rockchip specific extensions for Analogix DP driver"
43 This selects support for Rockchip SoC specific extensions
53 This selects support for Rockchip SoC specific extensions
59 bool "Rockchip specific extensions for Synopsys DW HDMI"
61 This selects support for Rockchip SoC specific extensions
67 bool "Rockchip specific extensions for Synopsys DW MIPI DSI"
70 This selects support for Rockchip SoC specific extensions
76 bool "Rockchip specific extensions for Innosilicon HDMI"
78 This selects support for Rockchip SoC specific extensions
103 bool "Rockchip specific extensions for RK3066 HDMI"
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-mypy_1.9.0.bb13 python3-mypy-extensions-native \
16 python3-typing-extensions-native \
21 python3-mypy-extensions \
22 python3-typing-extensions \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A D0001-tests-use-EXTENSIONS_DIR.patch50 /* Find all extensions which have been compiled along the test */
51 - TRACE_DEBUG(INFO, "Loading from: '%s'", BUILD_DIR "/extensions");
52 - CHECK( 0, (dir = opendir (BUILD_DIR "/extensions")) == NULL ? 1 : 0 );
53 - pathlen = snprintf(fullname, sizeof(fullname), BUILD_DIR "/extensions/");
80 /* Find all extensions which have been compiled along the test */
81 - LOG_D("Loading %s*.fdx from: '%s'", BUILD_DIR "/extensions", prefix ?: "");
82 - CHECK( 0, (dir = opendir (BUILD_DIR "/extensions")) == NULL ? 1 : 0 );
83 - pathlen = snprintf(fullname, sizeof(fullname), BUILD_DIR "/extensions/");
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/telepathy/telepathy-idle/
H A Dfix-svc-gtk-doc.h-target.patch4 --- a/extensions/Makefile.am
5 +++ b/extensions/Makefile.am
10 -extensions.html: _gen/all.xml $(tools_dir)/doc-generator.xsl
11 +extensions.html _gen/svc-gtk-doc.h: _gen/all.xml $(tools_dir)/doc-generator.xsl
/openbmc/openpower-proc-control/
H A Dmeson.build109 'extensions/phal/common_utils.cpp',
110 'extensions/phal/pdbg_utils.cpp',
111 'extensions/phal/create_pel.cpp',
112 'extensions/phal/phal_error.cpp',
113 'extensions/phal/dump_utils.cpp',
183 'extensions/phal/devtree_export.cpp',
184 'extensions/phal/fw_update_watch.cpp',
185 'extensions/phal/pdbg_utils.cpp',
186 'extensions/phal/create_pel.cpp',
205 'extensions/phal/clock_logger.cpp',
[all …]
/openbmc/phosphor-logging/test/openpower-pels/
H A Dmeson.build15 '../../extensions/openpower-pels/host_notifier.cpp',
16 '../../extensions/openpower-pels/repository.cpp',
29 '../../extensions.cpp',
46 '../../extensions/openpower-pels/repository.cpp',
60 '../../extensions/openpower-pels/temporary_file.cpp',
/openbmc/phosphor-logging/extensions/openpower-pels/registry/
H A Drun-ci.sh2 /usr/bin/env python3 extensions/openpower-pels/registry/tools/validate_registry.py \
3 -s extensions/openpower-pels/registry/schema/schema.json \
4 -r extensions/openpower-pels/registry/message_registry.json
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dk3-dw-mshc.txt1 * Hisilicon specific extensions to the Synopsys Designware Mobile
10 extensions to the Synopsys Designware Mobile Storage Host Controller.
15 - "hisilicon,hi3660-dw-mshc": for controllers with hi3660 specific extensions.
17 with hi3670 specific extensions.
18 - "hisilicon,hi4511-dw-mshc": for controllers with hi4511 specific extensions.
19 - "hisilicon,hi6220-dw-mshc": for controllers with hi6220 specific extensions.
/openbmc/linux/Documentation/filesystems/
H A Disofs.rst16 when using discs encoded using Microsoft's Joliet extensions.
38 map=acorn As map=normal but also apply Acorn extensions if present
40 extensions set the permissions otherwise
42 extensions set the permissions otherwise
44 'mode' and 'dmode' even though Rock Ridge extensions are
46 nojoliet Ignore Joliet extensions if they are present.
47 norock Ignore Rock Ridge extensions if they are present.
/openbmc/linux/Documentation/devicetree/bindings/riscv/
H A Dextensions.yaml4 $id: http://devicetree.org/schemas/riscv/extensions.yaml#
7 title: RISC-V ISA extensions
15 RISC-V has a large number of extensions, some of which are "standard"
16 extensions, meaning they are ratified by RISC-V International, and others
17 are "vendor" extensions.
23 The properties for standard extensions therefore map to their originally
24 ratified states, with the exception of the I, Zicntr & Zihpm extensions.
44 Zicntr, Zicsr, Zifencei and Zihpm extensions and thus "i"
62 riscv,isa-extensions:
68 # single letter extensions, in canonical order
[all …]
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_bitmap_ipmac.c52 unsigned char extensions[] /* MAC + data extensions */
74 #define get_elem(extensions, id, dsize) \ argument
75 (struct bitmap_ipmac_elem *)(extensions + (id) * (dsize))
77 #define get_const_elem(extensions, id, dsize) \ argument
78 (const struct bitmap_ipmac_elem *)(extensions + (id) * (dsize))
90 elem = get_const_elem(map->extensions, e->id, dsize); in bitmap_ipmac_do_test()
104 elem = get_const_elem(map->extensions, id, dsize); in bitmap_ipmac_gc_test()
148 elem = get_elem(map->extensions, e->id, dsize); in bitmap_ipmac_do_add()
192 get_const_elem(map->extensions, id, dsize); in bitmap_ipmac_do_list()
289 a->extensions == b->extensions; in bitmap_ipmac_same_set()
/openbmc/qemu/target/riscv/
H A DXVentanaCondOps.decode9 # Custom ISA extensions for Ventana Micro Systems RISC-V cores
10 …ttps://github.com/ventanamicro/ventana-custom-extensions/releases/download/v1.0.0/ventana-custom-e…
/openbmc/linux/Documentation/translations/zh_CN/process/
H A Dprogramming-language.rst14 这种方言包含对语言 :ref:`gnu-extensions <cn_gnu-extensions>` 的许多扩展,当然,它们许多都在内核中使用。
58 .. _cn_gnu-extensions:
60 gnu-extensions
/openbmc/linux/Documentation/translations/zh_TW/process/
H A Dprogramming-language.rst17 這種方言包含對語言 :ref:`gnu-extensions <tw_gnu-extensions>` 的許多擴展,當然,它們許多都在內核中使用。
61 .. _tw_gnu-extensions:
63 gnu-extensions

12345678910>>...22