Searched refs:missing (Results 1 – 25 of 36) sorted by relevance
12
/systemd-251/src/libsystemd/sd-bus/ |
D | bus-creds.c | 755 uint64_t missing; in bus_creds_add_more() local 779 …missing = mask & ~(c->mask|SD_BUS_CREDS_PID|SD_BUS_CREDS_TID|SD_BUS_CREDS_UNIQUE_NAME|SD_BUS_CREDS… in bus_creds_add_more() 780 if (missing == 0) in bus_creds_add_more() 788 if (missing & (SD_BUS_CREDS_PPID | in bus_creds_add_more() 817 if (missing & SD_BUS_CREDS_PPID) { in bus_creds_add_more() 836 … if (missing & (SD_BUS_CREDS_UID|SD_BUS_CREDS_EUID|SD_BUS_CREDS_SUID|SD_BUS_CREDS_FSUID)) { in bus_creds_add_more() 845 if (missing & SD_BUS_CREDS_UID) in bus_creds_add_more() 847 if (missing & SD_BUS_CREDS_EUID) in bus_creds_add_more() 849 if (missing & SD_BUS_CREDS_SUID) in bus_creds_add_more() 851 if (missing & SD_BUS_CREDS_FSUID) in bus_creds_add_more() [all …]
|
/systemd-251/test/units/ |
D | testsuite-34.sh | 21 …meDirectoryPreserve=yes -p DynamicUser=0 -p "${directory}"=zzz test -f "${path}"/zzz/test-missing \ 28 test ! -f "${path}"/zzz/test-missing 37 …meDirectoryPreserve=yes -p DynamicUser=1 -p "${directory}"=zzz test -f "${path}"/zzz/test-missing \ 47 test ! -f "${path}"/zzz/test-missing 57 …meDirectoryPreserve=yes -p DynamicUser=0 -p "${directory}"=zzz test -f "${path}"/zzz/test-missing \ 83 test ! -f "${path}"/zzz/test-missing
|
D | testsuite-22.03.sh | 49 ln -s missing /tmp/f/dangling 56 test ! -e /tmp/f/missing 126 ln -s missing /tmp/F/dangling 133 test ! -e /tmp/F/missing
|
/systemd-251/tools/ |
D | update-dbus-docs.py | 148 missing = [] 168 missing.append((klass, item)) 170 stats['missing'] += len(missing) 172 return missing 223 missing = check_documented(document, declarations, stats) 274 for item in reversed(missing):
|
/systemd-251/src/random-seed/ |
D | random-seed.c | 143 bool missing = errno == ENOENT; in run() local 145 log_full_errno(missing ? LOG_DEBUG : LOG_ERR, in run() 147 r = log_full_errno(missing ? LOG_DEBUG : LOG_ERR, in run() 149 return missing ? 0 : r; in run()
|
/systemd-251/units/ |
D | systemd-journald.service.in | 45 # /proc/<pid>/exe requires this capability. Thus if this capability is missing 46 # the _EXE=/OBJECT_EXE= fields will be missing from the journal entries.
|
D | systemd-boot-system-token.service | 28 # … if the boot loader didn't pass the OS a random seed (and thus probably was missing the random s…
|
/systemd-251/docs/ |
D | BUILDING_IMAGES.md | 105 phase to the host will create the basic OS hierarchy skeleton if missing. It 126 and other places are created automatically at boot if missing. Unlike the 142 missing. This can typically be addressed via `systemd-tmpfiles` lines that 143 ensure the missing files and directories are created if missing. In particular, 147 internal defaults if their configuration is missing, making such additional
|
D | PORTING_TO_NEW_ARCHITECTURES.md | 52 for it so that it can be set up automatically if missing. This is useful to
|
D | TESTING_WITH_SANITIZERS.md | 54 missing `libclang_rt.asan*` library. To fix this, you have to install clang's
|
D | CONTAINER_INTERFACE.md | 67 that to systemd which will do so if they are missing. Note that it is 367 `CAP_SYS_MKNOD` are missing from the container systemd will now gracefully turn 371 run in a different, less secure environment when the capabilities are missing
|
D | PASSWORD_AGENTS.md | 28 * `Echo=` specifies whether the input should be obscured. If this field is missing or is `Echo=0`, …
|
D | AUTOMATIC_BOOT_ASSESSMENT.md | 69 one. (If the second counter is missing, then it is assumed to be equivalent to
|
/systemd-251/.github/workflows/ |
D | linter.yml | 38 # missing shebangs)
|
/systemd-251/hwdb.d/ |
D | 70-joystick.hwdb | 37 # If the property is missing, user-space can assume:
|
D | 60-evdev.hwdb | 30 # the struct input_absinfo as listed in linux/input.h. If a field is missing
|
/systemd-251/shell-completion/zsh/ |
D | _machinectl | 101 '--mkdir[Create directory before bind mounting, if missing.]' \
|
D | _systemd-nspawn | 20 …'--template=[Initialize root directory from template directory, if missing.]:template:_directories…
|
/systemd-251/ |
D | meson.build | 336 '-Wno-missing-field-initializers', 417 '-Werror=missing-declarations', 418 '-Werror=missing-prototypes', 660 error('python3 jinja2 missing') 4163 missing = [] 4292 missing += tuple[0] 4297 missing += 'static-libsystemd' 4303 missing += 'static-libudev' 4313 missing += 'cryptolib' 4321 missing += 'DNS-over-TLS' [all …]
|
/systemd-251/catalog/ |
D | systemd.ru.catalog.in | 393 - "cgroups-missing" — ядро собрано без поддержки контрольных групп, либо
|
D | systemd.fr.catalog.in | 342 - "cgroups-missing" — le noyau a été compilé sans le support des groupes
|
D | systemd.it.catalog.in | 407 - "cgroups-missing" — il kernel era compilato senza supporto cgroup o l'accesso ai
|
/systemd-251/test/ |
D | README.testsuite | 255 - cpp/missing-return
|
D | test-functions | 1231 dinfo "Install missing libraries" 1435 derror "Detected possibly missing coverage, check the journal"
|
/systemd-251/test/fuzz/fuzz-catalog/ |
D | systemd.pl.catalog | 381 • „cgroups-missing” — jądro zostało skompilowane bez obsługi cgroups
|
12