/systemd-251/units/ |
D | systemd-modules-load.service.in | 12 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
|
D | kmod-static-nodes.service.in | 15 ConditionFileNotEmpty=/lib/modules/%v/modules.devname
|
D | systemd-sysctl.service.in | 15 After=systemd-modules-load.service
|
D | meson.build | 220 ['systemd-modules-load.service', 'HAVE_KMOD',
|
/systemd-251/src/test/ |
D | test-nss-users.c | 195 _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()
|
D | test-nss-hosts.c | 403 _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/ |
D | elf-util.c | 155 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()
|
D | pkcs11-util.c | 929 _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/ |
D | kernel-install | 29 comps=$(cd /lib/modules; echo [0-9]*) 38 [[ "$cur" ]] || cur=/lib/modules/${COMP_WORDS[2]}/vmlinuz
|
/systemd-251/modprobe.d/ |
D | README | 2 kernel modules.
|
/systemd-251/docs/ |
D | DISTRO_PORTING.md | 78 It does not include many modules your distro might want to enable 81 Make sure you add modules your distro expects from user services.
|
D | ENVIRONMENT.md | 260 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.
|
D | ARCHITECTURE.md | 86 modules found in `src/basic/` and `src/shared/`, but not exclusively. Each test
|
D | PORTABILITY_AND_STABILITY.md | 117 | [modules-load.d](https://www.freedesktop.org/software/systemd/man/modules-load.d.html) | File for…
|
/systemd-251/shell-completion/zsh/ |
D | _kernel-install | 16 _kernel=( /lib/modules/[0-9]* )
|
/systemd-251/mkosi.default.d/fedora/ |
D | 10-mkosi.fedora | 85 kernel-modules-extra
|
/systemd-251/mkosi.default.d/centos_epel/ |
D | 10-mkosi.centos_epel | 86 kernel-modules-extra
|
/systemd-251/src/core/ |
D | systemd.pc.in | 77 modules_load_dir=${rootprefix}/lib/modules-load.d
|
/systemd-251/man/rules/ |
D | meson.build | 44 ['modules-load.d', '5', [], 'HAVE_KMOD'], 951 ['systemd-modules-load.service', '8', ['systemd-modules-load'], 'HAVE_KMOD'],
|
/systemd-251/ |
D | README | 317 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:
|
D | meson_options.txt | 197 description : 'directory for PAM modules') 365 description : 'support for loadable modules') 432 description : 'the linker to use for EFI modules')
|
D | meson.build | 175 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/ |
D | 99-systemd.rules.in | 72 # Asynchronously mount file systems implemented by these modules as soon as they are loaded.
|
/systemd-251/test/fuzz/fuzz-udev-rules/ |
D | 99-systemd.rules | 70 # Asynchronously mount file systems implemented by these modules as soon as they are loaded.
|
/systemd-251/test/ |
D | test-functions | 2628 …[[ -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/*}
|