/systemd-251/src/test/ |
D | test-execute.c | 423 … log_notice_errno(r, "Could not find capsh binary, skipping remaining tests in %s: %m", __func__); in test_exec_privatedevices() 456 log_notice_errno(r, "Skipping %s, could not find capsh binary: %m", __func__); in test_exec_protectkernelmodules() 657 log_notice_errno(r, "Skipping %s, could not find 'touch' command: %m", __func__); in test_exec_mount_apivfs() 662 log_notice_errno(r, "Skipping %s, could not find 'test' command: %m", __func__); in test_exec_mount_apivfs() 719 …log_notice_errno(r, "Skipping remaining tests in %s, could not find python3 binary: %m", __func__); in test_exec_systemcallfilter() 743 log_notice_errno(r, "Skipping %s, could not find python3 binary: %m", __func__); in test_exec_systemcallerrornumber() 984 log_notice_errno(r, "Skipping %s, could not find capsh binary: %m", __func__); in test_exec_capabilityboundingset() 1046 log_notice_errno(r, "Skipping %s, could not find ip binary: %m", __func__); in test_exec_privatenetwork()
|
D | test-unit-serialize.c | 36 log_notice_errno(r, "Skipping test: manager_new: %m"); in TEST()
|
D | test-load-fragment.c | 107 log_notice_errno(r, "Skipping test: manager_new: %m"); in TEST() 466 log_notice_errno(r, "Skipping test: manager_new: %m"); in TEST() 827 log_notice_errno(r, "Skipping test: manager_new: %m"); in TEST() 960 log_notice_errno(r, "Skipping test: manager_new: %m"); in TEST()
|
D | test-terminal-util.c | 155 …log_notice_errno(r, "Apparently called without a controlling TTY, cutting get_ctty() test short: %… in TEST()
|
D | test-loop-block.c | 88 log_notice_errno(r, "Mounted %s → %s: %m", loop->node, mounted); in thread_func()
|
D | test-path.c | 110 return log_notice_errno(SYNTHETIC_ERRNO(ECANCELED), in _check_states()
|
/systemd-251/src/core/ |
D | manager-serialize.c | 211 … return log_notice_errno(r, "Failed to load unit \"%s\", skipping deserialization: %m", name); in manager_deserialize_one_unit() 218 return log_notice_errno(r, "Failed to deserialize unit \"%s\", skipping: %m", name); in manager_deserialize_one_unit() 476 … log_notice_errno(r, "Failed to parse environment entry: \"%s\", ignoring: %m", l); in manager_deserialize()
|
D | bpf-lsm.c | 106 … log_notice_errno(r, "Failed to read /sys/kernel/security/lsm, assuming bpf is unavailable: %m"); in mac_bpf_use() 119 … log_notice_errno(r, "Failed to parse /sys/kernel/security/lsm, assuming bpf is unavailable: %m"); in mac_bpf_use()
|
D | transaction.c | 764 …return log_notice_errno(r, "Requested transaction contradicts existing jobs: %s", bus_error_messag… in transaction_activate()
|
/systemd-251/src/cryptsetup/ |
D | cryptsetup.c | 799 return log_notice_errno(SYNTHETIC_ERRNO(EAGAIN), in run_security_device_monitor() 1328 … log_notice_errno(r, "TPM2 operation failed, falling back to traditional unlocking: %m"); in attach_luks_or_plain_or_bitlk_by_tpm2() 1336 return log_notice_errno(SYNTHETIC_ERRNO(EAGAIN), in attach_luks_or_plain_or_bitlk_by_tpm2() 1342 … log_notice_errno(r, "TPM2 operation failed, falling back to traditional unlocking: %m"); in attach_luks_or_plain_or_bitlk_by_tpm2() 1403 …return log_notice_errno(SYNTHETIC_ERRNO(EAGAIN), "TPM2 PIN unlock failed, falling back to traditio… in attach_luks_or_plain_or_bitlk_by_tpm2() 1414 … log_notice_errno(r, "TPM2 operation failed, falling back to traditional unlocking: %m"); in attach_luks_or_plain_or_bitlk_by_tpm2() 1426 return log_notice_errno(SYNTHETIC_ERRNO(EAGAIN), in attach_luks_or_plain_or_bitlk_by_tpm2()
|
/systemd-251/src/libsystemd/sd-resolve/ |
D | test-resolve.c | 98 log_notice_errno(r, "sd_resolve_wait() timed out, but that's OK"); in main()
|
/systemd-251/src/analyze/ |
D | analyze-syscall-filter.c | 142 …log_notice_errno(k, "# Not showing unlisted system calls, couldn't retrieve kernel system call lis… in verb_syscall_filters()
|
D | analyze-filesystems.c | 187 …log_notice_errno(k, "# Not showing unlisted filesystems, couldn't retrieve kernel filesystem list:… in verb_filesystems()
|
/systemd-251/src/shared/ |
D | tests.c | 135 log_notice_errno(r, "%s: %s, skipping tests: %m", in log_tests_skipped_errno()
|
D | libfido2-util.c | 729 return log_notice_errno(SYNTHETIC_ERRNO(EPERM), in fido2_generate_hmac_hash() 733 return log_notice_errno(SYNTHETIC_ERRNO(EPERM), in fido2_generate_hmac_hash()
|
D | pkcs11-util.c | 222 return log_notice_errno(SYNTHETIC_ERRNO(ENOLCK), in pkcs11_token_login_by_pin()
|
D | creds-util.c | 595 … log_notice_errno(r, "TPM2 sealing didn't work, continuing without TPM2: %m"); in encrypt_credential_and_warn()
|
D | bus-unit-util.c | 2683 … log_notice_errno(ch, "Manager reported unknown change type \"%s\" for path \"%s\", ignoring.", in bus_deserialize_and_dump_unit_file_changes()
|
/systemd-251/src/oom/ |
D | oomd-manager.c | 411 log_notice_errno(r, "Failed to kill any cgroup(s) based on swap: %m"); in monitor_swap_contexts_handler() 519 … log_notice_errno(r, "Failed to kill any cgroup(s) under %s based on pressure: %m", t->path); in monitor_memory_pressure_contexts_handler()
|
/systemd-251/src/basic/ |
D | log.h | 247 #define log_notice_errno(error, ...) log_full_errno(LOG_NOTICE, error, __VA_ARGS__) macro
|
/systemd-251/coccinelle/ |
D | synthetic-errno.cocci | 34 + return log_notice_errno(SYNTHETIC_ERRNO(e), args);
|
/systemd-251/src/boot/ |
D | bootctl.c | 677 return log_notice_errno(SYNTHETIC_ERRNO(EREMOTE), in version_check() 685 return log_notice_errno(SYNTHETIC_ERRNO(EREMOTE), in version_check()
|
/systemd-251/src/partition/ |
D | repart.c | 1645 …return log_notice_errno(SYNTHETIC_ERRNO(EHWPOISON), "Disk %s has no GPT disk label, not repartitio… in context_load_partition_table() 1655 …return log_notice_errno(SYNTHETIC_ERRNO(EHWPOISON), "Disk %s already has a disk label, refusing.",… in context_load_partition_table() 1667 …return log_notice_errno(SYNTHETIC_ERRNO(EHWPOISON), "Disk %s has non-GPT disk label, not repartiti… in context_load_partition_table()
|
/systemd-251/src/home/ |
D | homework.c | 1516 return log_notice_errno(SYNTHETIC_ERRNO(EALREADY), in home_remove()
|
/systemd-251/src/resolve/ |
D | resolved-bus.c | 2335 … log_notice_errno(r, "Failed to emit notification about changed property %s: %m", property); in _manager_send_changed()
|