Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 22 of 22) sorted by relevance

/systemd-251/src/libsystemd/sd-bus/
Dbus-error.h45 #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/
Dtestsuite-65.sh26 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/
Djournal-util.c83 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/
Dsystemd-analyze137 …man=no --generators=yes --root --image --recursive-errors=no --recursive-errors=yes --recursive-er…
/systemd-251/hwdb.d/
Dids_parser.py358 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/
DCODING_STYLE.md113 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`
DUSER_NAMES.md129 validation errors)
147 parsing errors, and creates confusion since not visible on screen)
DARCHITECTURE.md148 to ensure the formatting doesn't have errors is included in the
DTEMPORARY_DIRECTORIES.md199 programs at least need to be prepared for `ENOSPC` errors and generate useful,
DUSER_GROUP_API.md260 matching membership is known `NoRecordFound` is returned. The other two errors
DCONTAINER_INTERFACE.md323 container, but that will cause conflicts and errors given that the Linux
/systemd-251/src/libsystemd/sd-journal/
Djournal-internal.h121 Hashmap *errors; member
Dsd-journal.c90 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/
Drun-unit-tests.py72 print(ex.stdout.decode('utf-8', errors='replace'))
/systemd-251/.github/
Dcodeql-custom.qls9 …y/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-s…
/systemd-251/src/libsystemd/
Dmeson.build85 'sd-bus/bus-common-errors.c',
86 'sd-bus/bus-common-errors.h',
/systemd-251/shell-completion/zsh/
D_systemd-analyze96 '--recursive-errors=[When verifying a unit, control dependency verification]:MODE' \
/systemd-251/LICENSES/
DCC0-1.0.txt111 the present or absence of errors, whether or not discoverable, all to
/systemd-251/man/rules/
Dmeson.build75 ['sd-bus-errors',
/systemd-251/
DTODO943 and so on, which would mean we could report errors and such.
1256 - generate better errors when people try to set transient properties
DNEWS881 * 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
Dmeson.build714 # the most obvious errors here so we don't fail with an assert later.