Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 1330) sorted by relevance

12345678910>>...54

/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/
H A Dtest_decorators.py18 def _runTest(self, modules, filterfn, expect): argument
19 tc = self._testLoader(modules = modules, tags_filter = filterfn)
71 modules = ['depends'] variable in TestDependsDecorator
81 tc = self._testLoader(modules=self.modules, tests=tests)
94 tc = self._testLoader(modules=self.modules, tests=tests)
108 tc = self._testLoader(modules=self.modules, tests=tests)
116 modules = ['timeout'] variable in TestTimeoutDecorator
122 tc = self._testLoader(modules=self.modules, tests=tests)
131 tc = self._testLoader(modules=self.modules, tests=tests)
139 tc = self._testLoader(modules=self.modules, tests=tests)
H A Dtest_loader.py37 tc = self._testLoader(modules=expected_modules)
38 modules = getSuiteModules(tc.suites)
40 self.assertEqual(modules, expected_modules, msg=msg)
43 modules = ['oetag', 'data']
46 tc = self._testLoader(modules=modules, tests=expected_cases)
56 tc = self._testLoader(modules=expected_modules)
57 modules = getSuiteModules(tc.suites)
60 self.assertEqual(modules, expected_modules, msg=msg)
H A Dtest_data.py19 modules = ['data'] variable in TestData
24 tc = self._testLoader(modules=self.modules)
38 tc = self._testLoader(d=d, modules=self.modules)
51 tc = self._testLoader(d=d, modules=self.modules)
/openbmc/linux/drivers/gpu/drm/amd/display/
H A DMakefile32 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/inc
33 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/freesync
34 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/color
35 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/info_packet
36 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/power
39 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/hdcp
44 DAL_LIBS = amdgpu_dm dc modules/freesync modules/color modules/info_packet modules/power dmub/src
46 DAL_LIBS += modules/hdcp
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing-1/
H A D0001-Fix-return-type-errors.patch9 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/agc2/adaptive_mode_level_estimator.cc:…
10 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/agc2/adaptive_mode_level_estimator.cc:…
13 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc: In function …
14 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc:117:1: error:…
17 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc: In lambda fu…
18 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc:1853:13: erro…
27 webrtc/modules/audio_processing/audio_processing_impl.cc | 3 +++
28 webrtc/modules/audio_processing/include/audio_processing.cc | 6 ++++++
31 diff --git a/webrtc/modules/audio_processing/agc2/adaptive_mode_level_estimator.cc b/webrtc/modules
33 --- a/webrtc/modules/audio_processing/agc2/adaptive_mode_level_estimator.cc
[all …]
/openbmc/openbmc/poky/meta/recipes-kernel/modutils-initscripts/files/
H A Dmodutils.sh19 [ -f /proc/modules ] || exit 0
20 [ -d /lib/modules/`uname -r` ] || exit 0
23 if [ ! -s /lib/modules/`uname -r`/modules.dep ]; then
28 [ -f /etc/modules ] || [ -d /etc/modules-load.d ] || exit 0
50 [ -f /etc/modules ] && process_file /etc/modules
52 [ -d /etc/modules-load.d ] || exit 0
54 for f in /etc/modules-load.d/*.conf; do
/openbmc/qemu/scripts/
H A Dgit-submodule.sh31 echo "Unable to automatically checkout GIT submodules '$modules'."
40 echo " $ GIT='tsocks git' scripts/git-submodule.sh update $modules"
65 modules=""
71 modules="$modules $m"
78 modules=$maybe_modules
83 for module in $modules; do
100 $GIT submodule update --init $modules 1>/dev/null
102 for module in $modules; do
107 for module in $modules; do
114 $GIT submodule status $modules
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A D0003-To-fix-errors-as-following.patch20 modules/ts/include/opencv2/ts.hpp | 4 ++--
21 modules/ts/include/opencv2/ts/ocl_test.hpp | 2 +-
22 modules/ts/include/opencv2/ts/ts_ext.hpp | 2 +-
25 diff --git a/modules/ts/include/opencv2/ts.hpp b/modules/ts/include/opencv2/ts.hpp
27 --- a/modules/ts/include/opencv2/ts.hpp
28 +++ b/modules/ts/include/opencv2/ts.hpp
47 diff --git a/modules/ts/include/opencv2/ts/ocl_test.hpp b/modules/ts/include/opencv2/ts/ocl_test.hpp
49 --- a/modules/ts/include/opencv2/ts/ocl_test.hpp
50 +++ b/modules/ts/include/opencv2/ts/ocl_test.hpp
60 diff --git a/modules/ts/include/opencv2/ts/ts_ext.hpp b/modules/ts/include/opencv2/ts/ts_ext.hpp
[all …]
H A D0008-Do-not-embed-build-directory-in-binaries.patch11 modules/core/CMakeLists.txt | 10 ------
12 modules/core/include/opencv2/core/private.hpp | 4 +--
13 modules/core/include/opencv2/core/utility.hpp | 4 +--
14 modules/core/src/utils/datafile.cpp | 48 +--------------------------
17 diff --git a/modules/core/CMakeLists.txt b/modules/core/CMakeLists.txt
19 --- a/modules/core/CMakeLists.txt
20 +++ b/modules/core/CMakeLists.txt
38 diff --git a/modules/core/include/opencv2/core/private.hpp b/modules/core/include/opencv2/core/priv…
40 --- a/modules/core/include/opencv2/core/private.hpp
41 +++ b/modules/core/include/opencv2/core/private.hpp
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0006-Avoid-searching-host-dirs.patch19 src/modules/rlm_sql/drivers/rlm_sql_db2/configure.ac | 4 ++--
20 src/modules/rlm_sql/drivers/rlm_sql_firebird/configure.ac | 4 ++--
21 src/modules/rlm_sql/drivers/rlm_sql_iodbc/configure.ac | 4 ++--
22 src/modules/rlm_sql/drivers/rlm_sql_mysql/configure.ac | 6 +++---
23 src/modules/rlm_sql/drivers/rlm_sql_oracle/configure.ac | 2 +-
24 src/modules/rlm_sql/drivers/rlm_sql_postgresql/configure.ac | 4 ++--
25 src/modules/rlm_sql/drivers/rlm_sql_unixodbc/configure.ac | 4 ++--
41 diff --git a/src/modules/rlm_sql/drivers/rlm_sql_db2/configure.ac b/src/modules/rlm_sql/drivers/rlm…
43 --- a/src/modules/rlm_sql/drivers/rlm_sql_db2/configure.ac
44 +++ b/src/modules/rlm_sql/drivers/rlm_sql_db2/configure.ac
[all …]
/openbmc/linux/kernel/module/
H A DKconfig4 modules
6 Kernel modules are small pieces of compiled code which can
10 many parts of the kernel can be built as modules (by
17 modules_install" to put the modules under /lib/modules/
33 modules. You don't need these options on production systems.
43 For example, size of all modules, average size, text size, a list
44 of failed modules and the size for each of those. For failed
45 modules we keep track of modules which failed due to either the
51 with loading modules when it shouldn't or if you want to help
53 You might want to do this because failed modules tend to use
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/
H A Dxserver-xorg.inc43 # Split out some modules and extensions from the main package
63 ${PN}-multimedia-modules \
89 …X11/getconfig ${libdir}/X11/etc ${libdir}/modules/*.so ${libdir}/xorg/modules/input/*.so ${libdir}…
90 FILES:${PN}-dev += "${libdir}/xorg/modules/*.la ${libdir}/xorg/modules/*/*.la"
98 FILES:${PN}-multimedia-modules = "${libdir}/xorg/modules/multimedia/*drv*"
99 FILES:${PN}-extension-dri = "${libdir}/xorg/modules/extensions/libdri.so"
100 FILES:${PN}-extension-dri2 = "${libdir}/xorg/modules/extensions/libdri2.so"
101 FILES:${PN}-extension-glx = "${libdir}/xorg/modules/extensions/libglx.so"
102 FILES:${PN}-extension-record = "${libdir}/xorg/modules/extensions/librecord.so"
103 FILES:${PN}-extension-extmod = "${libdir}/xorg/modules/extensions/libextmod.so"
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/files/
H A D0001-correct-the-location-of-unistd.h.patch10 os-daq-modules/daq_ipfw.c | 2 +-
11 os-daq-modules/daq_nfq.c | 2 +-
14 diff --git a/os-daq-modules/daq_ipfw.c b/os-daq-modules/daq_ipfw.c
16 --- a/os-daq-modules/daq_ipfw.c
17 +++ b/os-daq-modules/daq_ipfw.c
30 diff --git a/os-daq-modules/daq_nfq.c b/os-daq-modules/daq_nfq.c
32 --- a/os-daq-modules/daq_nfq.c
33 +++ b/os-daq-modules/daq_nfq.c
H A Ddaq-fix-incompatible-pointer-type-error.patch4 | ../../daq-2.0.7/os-daq-modules/daq_nfq.c: In function 'SetPktHdr':
5 | ../../daq-2.0.7/os-daq-modules/daq_nfq.c:394:37: error: passing argument 2
16 os-daq-modules/daq_nfq.c | 2 +-
19 diff --git a/os-daq-modules/daq_nfq.c b/os-daq-modules/daq_nfq.c
21 --- a/os-daq-modules/daq_nfq.c
22 +++ b/os-daq-modules/daq_nfq.c
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A D0007-Avoid-conflicts-between-sys-mount.h-and-linux-mount..patch15 modules/parse_amd.c | 1 -
16 modules/parse_sun.c | 1 -
19 diff --git a/modules/parse_amd.c b/modules/parse_amd.c
21 --- a/modules/parse_amd.c
22 +++ b/modules/parse_amd.c
31 diff --git a/modules/parse_sun.c b/modules/parse_sun.c
33 --- a/modules/parse_sun.c
34 +++ b/modules/parse_sun.c
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D3004-use-GLESv2-headers-over-GL-headers.patch16 modules/video_output/opengl/converter.h | 12 +++---------
17 modules/visualization/glspectrum.c | 4 +++-
20 diff --git a/modules/video_output/opengl/converter.h b/modules/video_output/opengl/converter.h
22 --- a/modules/video_output/opengl/converter.h
23 +++ b/modules/video_output/opengl/converter.h
43 diff --git a/modules/visualization/glspectrum.c b/modules/visualization/glspectrum.c
45 --- a/modules/visualization/glspectrum.c
46 +++ b/modules/visualization/glspectrum.c
/openbmc/linux/scripts/
H A DMakefile.modinst19 install-$(CONFIG_MODULES) += $(addprefix $(MODLIB)/, build modules.order)
27 $(MODLIB)/modules.order: modules.order FORCE
34 install-y += $(addprefix $(MODLIB)/, modules.builtin modules.builtin.modinfo)
36 $(addprefix $(MODLIB)/, modules.builtin modules.builtin.modinfo): $(MODLIB)/%: % FORCE
41 modules := $(call read-file, $(MODORDER))
58 modules := $(patsubst $(extmod_prefix)%.o, $(dst)/%.ko$(suffix-y), $(modules))
59 install-$(CONFIG_MODULES) += $(modules)
/openbmc/openbmc/poky/meta/recipes-support/aspell/aspell/
H A D0001-modules-speller-default-vector_hash-t.hpp-fix-gcc-15.patch4 Subject: [PATCH] modules/speller/default/vector_hash-t.hpp: fix gcc-15 build
12 In file included from modules/speller/default/readonly_ws.cpp:51:
13modules/speller/default/vector_hash-t.hpp: In member function 'void aspeller::VectorHashTable<Parm…
14modules/speller/default/vector_hash-t.hpp:186:43: error: 'class aspeller::VectorHashTable<Parms>' …
17modules/speller/default/vector_hash-t.hpp:186:59: error: 'class aspeller::VectorHashTable<Parms>' …
27 modules/speller/default/vector_hash-t.hpp | 2 +-
30 diff --git a/modules/speller/default/vector_hash-t.hpp b/modules/speller/default/vector_hash-t.hpp
32 --- a/modules/speller/default/vector_hash-t.hpp
33 +++ b/modules/speller/default/vector_hash-t.hpp
/openbmc/linux/Documentation/admin-guide/
H A Dmodule-signing.rst10 .. - Manually signing modules.
11 .. - Signed modules and stripping.
12 .. - Loading signed modules.
13 .. - Non-valid signatures and unsigned modules.
21 The kernel module signing facility cryptographically signs modules during
23 allows increased kernel security by disallowing the loading of unsigned modules
24 or modules signed with an invalid key. Module signing increases security by
49 (1) :menuselection:`Require modules to be validly signed`
55 If this is off (ie. "permissive"), then modules for which the key is not
56 available and modules that are unsigned are permitted, but the kernel will
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dloader.py40 def _built_modules_dict(modules, logger): argument
43 if modules == None:
46 for module in modules:
64 if modules and not modules_dict:
75 def __init__(self, tc, module_paths, modules, tests, modules_required, argument
79 self.modules = _built_modules_dict(modules, tc.logger)
149 if self.modules and not 'auto' in self.modules:
152 module = self.modules[module_name_small]
155 module = self.modules[module_name]
308 and (not self.modules \
[all …]
/openbmc/qemu/hw/core/
H A Dmachine-smp.c55 g_string_append_printf(s, " * modules (%u)", ms->smp.modules); in cpu_hierarchy_to_string()
95 unsigned modules = config->has_modules ? config->modules : 0; in machine_parse_smp_config() local
111 (config->has_modules && config->modules == 0) || in machine_parse_smp_config()
125 config->has_modules && config->modules > 1) { in machine_parse_smp_config()
130 modules = modules > 0 ? modules : 1; in machine_parse_smp_config()
179 modules * cores * threads); in machine_parse_smp_config()
184 clusters * modules * threads); in machine_parse_smp_config()
193 clusters * modules * threads); in machine_parse_smp_config()
198 modules * cores * threads); in machine_parse_smp_config()
206 clusters * modules * cores); in machine_parse_smp_config()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/udisks/udisks2/
H A D0001-Makefile.am-Dont-include-buildpath.patch7 WARNING: udisks2-2.10.1-r0 do_package_qa: QA Issue: File /usr/lib/udisks2/modules/libudisks2_btrfs.…
8 File /usr/lib/udisks2/modules/libudisks2_lvm2.so in package udisks2 contains reference to TMPDIR
15 modules/lvm2/Makefile.am | 2 +-
19 diff --git a/modules/lvm2/Makefile.am b/modules/lvm2/Makefile.am
21 --- a/modules/lvm2/Makefile.am
22 +++ b/modules/lvm2/Makefile.am
37 -DUDISKS_MODULE_DIR=\"$(libdir)/udisks2/modules\" \
/openbmc/qemu/tests/multiboot/
H A Drun_test.sh62 modules() { function
63 run_qemu modules.elf
64 run_qemu modules.elf -initrd module.txt
65 run_qemu modules.elf -initrd "module.txt argument"
66 run_qemu modules.elf -initrd "module.txt argument,,with,,commas"
67 run_qemu modules.elf -initrd "module.txt,module.txt argument,module.txt"
78 for t in mmap modules aout_kludge; do
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/pipewire-0.2/
H A D0001-module-suspend-on-idle-Include-time.h-for-struct-tim.patch11 from ../git/src/modules/module-suspend-on-idle.c:26:
15 ../git/src/modules/module-suspend-on-idle.c: In function 'node_state_changed':
16 ../git/src/modules/module-suspend-on-idle.c:110:69: error: passing argument 2 of 'main_loop->utils-…
26 src/modules/module-suspend-on-idle.c | 1 +
29 diff --git a/src/modules/module-suspend-on-idle.c b/src/modules/module-suspend-on-idle.c
31 --- a/src/modules/module-suspend-on-idle.c
32 +++ b/src/modules/module-suspend-on-idle.c
/openbmc/qemu/tests/qtest/
H A Dmodules-test.c18 const char *modules[] = { in main() local
69 for (i = 0; i < G_N_ELEMENTS(modules); i += 2) { in main()
71 modules[i], modules[i + 1]); in main()
72 qtest_add_data_func(testname, modules + i, test_modules_load); in main()

12345678910>>...54