Home
last modified time | relevance | path

Searched refs:missing (Results 1 – 25 of 36) sorted by relevance

12

/systemd-251/src/libsystemd/sd-bus/
Dbus-creds.c755 uint64_t missing; in bus_creds_add_more() local
779missing = 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/
Dtestsuite-34.sh21 …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
Dtestsuite-22.03.sh49 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/
Dupdate-dbus-docs.py148 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/
Drandom-seed.c143 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/
Dsystemd-journald.service.in45 # /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.
Dsystemd-boot-system-token.service28 # … if the boot loader didn't pass the OS a random seed (and thus probably was missing the random s…
/systemd-251/docs/
DBUILDING_IMAGES.md105 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
DPORTING_TO_NEW_ARCHITECTURES.md52 for it so that it can be set up automatically if missing. This is useful to
DTESTING_WITH_SANITIZERS.md54 missing `libclang_rt.asan*` library. To fix this, you have to install clang's
DCONTAINER_INTERFACE.md67 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
DPASSWORD_AGENTS.md28 * `Echo=` specifies whether the input should be obscured. If this field is missing or is `Echo=0`, …
DAUTOMATIC_BOOT_ASSESSMENT.md69 one. (If the second counter is missing, then it is assumed to be equivalent to
/systemd-251/.github/workflows/
Dlinter.yml38 # missing shebangs)
/systemd-251/hwdb.d/
D70-joystick.hwdb37 # If the property is missing, user-space can assume:
D60-evdev.hwdb30 # the struct input_absinfo as listed in linux/input.h. If a field is missing
/systemd-251/shell-completion/zsh/
D_machinectl101 '--mkdir[Create directory before bind mounting, if missing.]' \
D_systemd-nspawn20 …'--template=[Initialize root directory from template directory, if missing.]:template:_directories…
/systemd-251/
Dmeson.build336 '-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/
Dsystemd.ru.catalog.in393 - "cgroups-missing" — ядро собрано без поддержки контрольных групп, либо
Dsystemd.fr.catalog.in342 - "cgroups-missing" — le noyau a été compilé sans le support des groupes
Dsystemd.it.catalog.in407 - "cgroups-missing" — il kernel era compilato senza supporto cgroup o l'accesso ai
/systemd-251/test/
DREADME.testsuite255 - cpp/missing-return
Dtest-functions1231 dinfo "Install missing libraries"
1435 derror "Detected possibly missing coverage, check the journal"
/systemd-251/test/fuzz/fuzz-catalog/
Dsystemd.pl.catalog381 • „cgroups-missing” — jądro zostało skompilowane bez obsługi cgroups

12