Home
last modified time | relevance | path

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

12

/systemd-251/units/
Dsystemd-modules-load.service.in12 Documentation=man:systemd-modules-load.service(8) man:modules-load.d(5)
17 ConditionDirectoryNotEmpty=|/lib/modules-load.d
18 ConditionDirectoryNotEmpty=|/usr/lib/modules-load.d
19 ConditionDirectoryNotEmpty=|/usr/local/lib/modules-load.d
20 ConditionDirectoryNotEmpty=|/etc/modules-load.d
21 ConditionDirectoryNotEmpty=|/run/modules-load.d
22 ConditionKernelCommandLine=|modules-load
23 ConditionKernelCommandLine=|rd.modules-load
28 ExecStart={{ROOTLIBEXECDIR}}/systemd-modules-load
Dkmod-static-nodes.service.in15 ConditionFileNotEmpty=/lib/modules/%v/modules.devname
Dsystemd-sysctl.service.in15 After=systemd-modules-load.service
Dmeson.build220 ['systemd-modules-load.service', 'HAVE_KMOD',
/systemd-251/src/test/
Dtest-nss-users.c195 _cleanup_strv_free_ char **modules = NULL, **names = NULL; in parse_argv() local
207 modules = strv_new(argv[1]); in parse_argv()
209 modules = strv_new( in parse_argv()
217 assert_se(modules); in parse_argv()
229 *the_modules = TAKE_PTR(modules); in parse_argv()
236 _cleanup_strv_free_ char **modules = NULL, **names = NULL; in run() local
241 r = parse_argv(argc, argv, &modules, &names); in run()
247 STRV_FOREACH(module, modules) { in run()
Dtest-nss-hosts.c403 _cleanup_strv_free_ char **modules = NULL, **names = NULL; in parse_argv() local
416 modules = strv_new(argv[1]); in parse_argv()
418 modules = strv_new( in parse_argv()
429 assert_se(modules); in parse_argv()
458 *the_modules = TAKE_PTR(modules); in parse_argv()
467 _cleanup_strv_free_ char **modules = NULL, **names = NULL; in run() local
474 r = parse_argv(argc, argv, &modules, &names, &addresses, &n_addresses); in run()
480 STRV_FOREACH(module, modules) { in run()
/systemd-251/src/shared/
Delf-util.c155 Set **modules; member
281 if (set_contains(*c->modules, name)) in parse_package_metadata()
364 r = set_put_strdup(c->modules, name); in parse_package_metadata()
513 _cleanup_(set_freep) Set *modules = NULL; in parse_core()
517 .modules = &modules, in parse_core()
574 _cleanup_(set_freep) Set *modules = NULL; in parse_elf()
578 .modules = &modules, in parse_elf()
Dpkcs11-util.c929 _cleanup_(p11_kit_modules_finalize_and_releasep) CK_FUNCTION_LIST **modules = NULL; in pkcs11_find_token()
942 modules = p11_kit_modules_load_and_initialize(0); in pkcs11_find_token()
943 if (!modules) in pkcs11_find_token()
946 for (CK_FUNCTION_LIST **i = modules; *i; i++) { in pkcs11_find_token()
/systemd-251/shell-completion/bash/
Dkernel-install29 comps=$(cd /lib/modules; echo [0-9]*)
38 [[ "$cur" ]] || cur=/lib/modules/${COMP_WORDS[2]}/vmlinuz
/systemd-251/modprobe.d/
DREADME2 kernel modules.
/systemd-251/docs/
DDISTRO_PORTING.md78 It does not include many modules your distro might want to enable
81 Make sure you add modules your distro expects from user services.
DENVIRONMENT.md260 modules can use this information to determine in which context and on whose
263 started. Note that NSS and PAM modules should be careful to only rely on this
319 functions exported by the nss modules.
DARCHITECTURE.md86 modules found in `src/basic/` and `src/shared/`, but not exclusively. Each test
DPORTABILITY_AND_STABILITY.md117 | [modules-load.d](https://www.freedesktop.org/software/systemd/man/modules-load.d.html) | File for…
/systemd-251/shell-completion/zsh/
D_kernel-install16 _kernel=( /lib/modules/[0-9]* )
/systemd-251/mkosi.default.d/fedora/
D10-mkosi.fedora85 kernel-modules-extra
/systemd-251/mkosi.default.d/centos_epel/
D10-mkosi.centos_epel86 kernel-modules-extra
/systemd-251/src/core/
Dsystemd.pc.in77 modules_load_dir=${rootprefix}/lib/modules-load.d
/systemd-251/man/rules/
Dmeson.build44 ['modules-load.d', '5', [], 'HAVE_KMOD'],
951 ['systemd-modules-load.service', '8', ['systemd-modules-load'], 'HAVE_KMOD'],
/systemd-251/
DREADME317 systemd ships with four glibc NSS modules:
333 To make use of these NSS modules, please add them to the "hosts:",
338 The four modules should be used in the following order:
Dmeson_options.txt197 description : 'directory for PAM modules')
365 description : 'support for loadable modules')
432 description : 'the linker to use for EFI modules')
Dmeson.build175 modulesloaddir = prefixdir / 'lib/modules-load.d'
2113 … # Note that we link NSS modules with '-z nodelete' so that mempools never get orphaned
3613 'systemd-modules-load',
3614 'src/modules-load/modules-load.c',
3626 mkdir_p.format(sysconfdir / 'modules-load.d'))
4112 'PAM modules directory' : pamlibdir,
/systemd-251/rules.d/
D99-systemd.rules.in72 # Asynchronously mount file systems implemented by these modules as soon as they are loaded.
/systemd-251/test/fuzz/fuzz-udev-rules/
D99-systemd.rules70 # Asynchronously mount file systems implemented by these modules as soon as they are loaded.
/systemd-251/test/
Dtest-functions2628 …[[ -e "${initdir:?}/lib/modules/${KERNEL_VER:?}/${module##*"/lib/modules/$KERNEL_VER/"}" ]] && ret…
2633 …inst_simple "$module" "/lib/modules/$KERNEL_VER/${module##*"/lib/modules/$KERNEL_VER/"}" || return…
2648 if ! grep -qe "\<${modname//-/_}\>" /proc/modules; then
2730 local mod_dirname=${mod_dir%%/lib/modules/*}

12