Home
last modified time | relevance | path

Searched full:modules (Results 1 – 25 of 2301) sorted by relevance

12345678910>>...93

/openbmc/webui-vue/src/store/
H A Dindex.js4 import GlobalStore from './modules/GlobalStore';
5 import AuthenticationStore from './modules/Authentication/AuthenticanStore';
6 import SessionsStore from './modules/SecurityAndAccess/SessionsStore';
7 import LdapStore from './modules/SecurityAndAccess/LdapStore';
8 import UserManagementStore from './modules/SecurityAndAccess/UserManagementStore';
9 import CertificatesStore from './modules/SecurityAndAccess/CertificatesStore';
10 import FirmwareStore from './modules/Operations/FirmwareStore';
11 import BootSettingsStore from './modules/Operations/BootSettingsStore';
12 import ControlStore from './modules/Operations/ControlStore';
13 import PowerControlStore from './modules/ResourceManagement/PowerControlStore';
[all …]
/openbmc/linux/kernel/module/
H A DKconfig2 menuconfig MODULES config
4 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/
23 if 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
[all …]
/openbmc/openbmc/poky/meta/recipes-kernel/modutils-initscripts/files/
H A Dmodutils.sh14 # Short-Description: Process /etc/modules.
15 # Description: Load the modules listed in /etc/modules.
19 [ -f /proc/modules ] || exit 0
20 [ -d /lib/modules/`uname -r` ] || exit 0
22 # Test if modules.dep exists and has a size greater than zero
23 if [ ! -s /lib/modules/`uname -r`/modules.dep ]; then
28 [ -f /etc/modules ] || [ -d /etc/modules-load.d ] || exit 0
49 [ "$VERBOSE" != no ] && echo -n "Loading modules: "
50 [ -f /etc/modules ] && process_file /etc/modules
52 [ -d /etc/modules-load.d ] || exit 0
[all …]
/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/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/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/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/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/linux/Documentation/kbuild/
H A Dmodules.rst2 Building External Modules
10 === 2 How to Build External Modules
19 --- 3.4 Building Multiple Modules
28 --- 6.1 Symbols From the Kernel (vmlinux + modules)
29 --- 6.2 Symbols and External Modules
39 "kbuild" is the build system used by the Linux kernel. Modules must use
41 to pick up the right flags to "gcc." Functionality for building modules
43 either is similar, and all modules are initially developed and built
47 in building out-of-tree (or "external") modules. The author of an
54 2. How to Build External Modules
[all …]
H A Dkbuild.rst9 modules.order
11 This file records the order in which modules appear in Makefiles. This
13 multiple modules.
15 modules.builtin
17 This file lists all modules that are built into the kernel. This is used
20 modules.builtin.modinfo
22 This file contains modinfo from all modules that are built into the kernel.
37 Additional options to the assembler (for built-in and modules).
41 Additional assembler options for modules.
49 Additional options to the C compiler (for built-in and modules).
[all …]
/openbmc/qemu/python/wheels/
HDmeson-1.5.0-py3-none-any.whl ... py mesonbuild/modules/cmake.py mesonbuild/modules/cuda.py mesonbuild/modules/dlang. ...
/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)
39 msg = 'Expected just %s modules' % ', '.join(expected_modules)
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)
59 msg = 'Expected modules from two different paths'
60 self.assertEqual(modules, expected_modules, msg=msg)
/openbmc/linux/scripts/
H A DMakefile.modinst3 # Installing modules
19 install-$(CONFIG_MODULES) += $(addprefix $(MODLIB)/, build modules.order)
27 $(MODLIB)/modules.order: modules.order FORCE
33 # Install modules.builtin(.modinfo) even when CONFIG_MODULES is disabled.
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)
72 # INSTALL_MOD_STRIP, if defined, will cause modules to be stripped after they
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A D0001-bison-flex-Add-flags-for-carrying-user-specified-par.patch12 cmake/Modules/CMakeUserUseBison.cmake | 1 +
13 cmake/Modules/CMakeUserUseFlex.cmake | 1 +
16 diff --git a/cmake/Modules/CMakeUserUseBison.cmake b/cmake/Modules/CMakeUserUseBison.cmake
18 --- a/cmake/Modules/CMakeUserUseBison.cmake
19 +++ b/cmake/Modules/CMakeUserUseBison.cmake
28 diff --git a/cmake/Modules/CMakeUserUseFlex.cmake b/cmake/Modules/CMakeUserUseFlex.cmake
30 --- a/cmake/Modules/CMakeUserUseFlex.cmake
31 +++ b/cmake/Modules/CMakeUserUseFlex.cmake
/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
101 test $? -ne 0 && update_error "failed to update modules"
102 for module in $modules; do
107 for module in $modules; do
[all …]
/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/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-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
/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/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:
51 logger.warn("module '%s' was skipped from selected modules, "\
64 if modules and not modules_dict:
65 …raise OEQATestNotFound("All selected modules were skipped, this would trigger selftest with all te…
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]
[all …]
/openbmc/linux/samples/
H A DKconfig14 tristate "Build trace_events examples -- loadable modules only"
20 tristate "Build custom trace event example -- loadable modules only"
67 different kobject sample modules showing how to use kobjects,
73 tristate "Build kprobes examples -- loadable modules only"
76 This build several kprobes example modules.
79 tristate "Build kretprobes example -- loadable modules only"
87 This builds kernel hardware breakpoint example modules.
90 tristate "Build fprobe examples -- loadable modules only"
97 tristate "Build kfifo examples -- loadable modules only"
101 different kfifo sample modules showing how to use the
[all …]
/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/openbmc/meta-security/recipes-perl/perl/files/
H A Dlibwhisker2.patch19 @@ -131,6 +131,8 @@ foreach (keys %MODULES){
30 die("Can not install without Config.pm") if($MODULES{Config}==0);
31 $CWD=&cwd if($MODULES{Cwd}>0);
39 die("Can not uninstall without Config.pm") if($MODULES{Config}==0);
40 $CWD=&cwd if($MODULES{Cwd}>0);
48 die("Can not install without Config.pm") if($MODULES{Config}==0);
49 $CWD=&cwd if($MODULES{Cwd}>0);
57 die("Can not uninstall without Config.pm") if($MODULES{Config}==0);
58 $CWD=&cwd if($MODULES{Cwd}>0);
66 die("Can not install without Config.pm") if($MODULES{Config}==0);
[all …]

12345678910>>...93