Searched refs:errors (Results 1 – 22 of 22) sorted by relevance
/systemd-251/src/libsystemd/sd-bus/ |
D | bus-error.h | 45 #define BUS_ERROR_MAP_ELF_USE(errors) \ argument 46 extern const sd_bus_error_map errors[]; \ 48 static const sd_bus_error_map * const CONCATENATE(errors ## _copy_, __COUNTER__) = errors;
|
/systemd-251/test/units/ |
D | testsuite-65.sh | 26 systemd-analyze verify --recursive-errors=yes --root=/tmp/img/ testfile.service \ 30 systemd-analyze verify --recursive-errors=one --root=/tmp/img/ testfile.service \ 36 systemd-analyze verify --recursive-errors=no --root=/tmp/img/ testfile.service 57 systemd-analyze verify --recursive-errors=no /tmp/testfile2.service 61 systemd-analyze verify --recursive-errors=yes /tmp/testfile2.service \
|
/systemd-251/src/shared/ |
D | journal-util.c | 83 return hashmap_contains(j->errors, INT_TO_PTR(-EACCES)); in journal_access_blocked() 93 if (hashmap_isempty(j->errors)) { in journal_access_check_and_warn() 108 HASHMAP_FOREACH_KEY(path, code, j->errors) { in journal_access_check_and_warn()
|
/systemd-251/shell-completion/bash/ |
D | systemd-analyze | 137 …man=no --generators=yes --root --image --recursive-errors=no --recursive-errors=yes --recursive-er…
|
/systemd-251/hwdb.d/ |
D | ids_parser.py | 358 p = usb_ids_grammar().parseFile(open('usb.ids', errors='replace')) 363 p = pci_ids_grammar().parseFile(open('pci.ids', errors='replace')) 368 p = pci_ids_grammar().parseFile(open('sdio.ids', errors='replace'))
|
/systemd-251/docs/ |
D | CODING_STYLE.md | 113 safely be used to propagate conversion errors. 362 - Do not log errors from "library" code, only do so from "main program" 368 code. In all other calls, it is recommended to check for programming errors 371 used for detecting programming errors, not for runtime errors. `assert()` and 405 does not hide any errors. 418 errors. If a "logging" function calls another "logging" function, then it 420 twice for the same errors. (Note that debug level logging — at syslog level 639 cases and correctly check for parsing errors. 655 - Don't use `fgets()`, it's too hard to properly handle errors such as overly 660 handling. Please escalate errors up your call chain, and use normal `return`
|
D | USER_NAMES.md | 129 validation errors) 147 parsing errors, and creates confusion since not visible on screen)
|
D | ARCHITECTURE.md | 148 to ensure the formatting doesn't have errors is included in the
|
D | TEMPORARY_DIRECTORIES.md | 199 programs at least need to be prepared for `ENOSPC` errors and generate useful,
|
D | USER_GROUP_API.md | 260 matching membership is known `NoRecordFound` is returned. The other two errors
|
D | CONTAINER_INTERFACE.md | 323 container, but that will cause conflicts and errors given that the Linux
|
/systemd-251/src/libsystemd/sd-journal/ |
D | journal-internal.h | 121 Hashmap *errors; member
|
D | sd-journal.c | 90 k = hashmap_ensure_put(&j->errors, NULL, INT_TO_PTR(r), copy); in journal_put_error() 2167 hashmap_free_free(j->errors); in sd_journal_close()
|
/systemd-251/test/ |
D | run-unit-tests.py | 72 print(ex.stdout.decode('utf-8', errors='replace'))
|
/systemd-251/.github/ |
D | codeql-custom.qls | 9 …y/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-s…
|
/systemd-251/src/libsystemd/ |
D | meson.build | 85 'sd-bus/bus-common-errors.c', 86 'sd-bus/bus-common-errors.h',
|
/systemd-251/shell-completion/zsh/ |
D | _systemd-analyze | 96 '--recursive-errors=[When verifying a unit, control dependency verification]:MODE' \
|
/systemd-251/LICENSES/ |
D | CC0-1.0.txt | 111 the present or absence of errors, whether or not discoverable, all to
|
/systemd-251/man/rules/ |
D | meson.build | 75 ['sd-bus-errors',
|
/systemd-251/ |
D | TODO | 943 and so on, which would mean we could report errors and such. 1256 - generate better errors when people try to set transient properties
|
D | NEWS | 881 * systemd-analyze verify gained a new switch --recursive-errors= which 882 controls whether to only fail on errors found in the specified units 2571 considered relevant even after "unbind", however I/O errors 2811 useful in cases where multiple errors shall be handled the same way. 3906 "systemd.show-status=auto". In this mode, only messages about errors 5253 propagates any errors in the preparation phase of service execution 5918 unit file was loaded, but contained fatal errors which prevent it 9763 errors, and not relying on fallocate() anymore. 10901 terminate and avoid restarts on certain errors, by
|
D | meson.build | 714 # the most obvious errors here so we don't fail with an assert later.
|