/systemd-251/src/shared/ |
D | module-util.c | 7 int module_load_and_warn(struct kmod_ctx *ctx, const char *module, bool verbose) { in module_load_and_warn() argument 20 return log_full_errno(verbose ? LOG_ERR : LOG_DEBUG, r, in module_load_and_warn() 24 return log_full_errno(verbose ? LOG_ERR : LOG_DEBUG, in module_load_and_warn() 37 log_full(verbose ? LOG_INFO : LOG_DEBUG, in module_load_and_warn() 49 log_full(verbose ? LOG_INFO : LOG_DEBUG, in module_load_and_warn() 52 log_full(verbose ? LOG_INFO : LOG_DEBUG, in module_load_and_warn() 57 log_full_errno(!verbose ? LOG_DEBUG : in module_load_and_warn()
|
D | module-util.h | 12 int module_load_and_warn(struct kmod_ctx *ctx, const char *module, bool verbose);
|
/systemd-251/src/libsystemd-network/ |
D | test-dhcp-client.c | 30 static bool verbose = true; variable 40 if (verbose) in test_request_basic() 100 if (verbose) in test_request_anonymize() 132 if (verbose) in test_checksum() 264 if (verbose) in test_discover_message_verify() 274 if (verbose) in test_discover_message() 419 if (verbose) in test_addr_acq_acquired() 438 if (verbose) in test_addr_acq_recv_request() 451 if (verbose) in test_addr_acq_recv_request() 469 if (verbose) in test_addr_acq_recv_discover() [all …]
|
D | test-dhcp-option.c | 28 static bool verbose = false; variable 195 if (verbose) in test_options_cb() 203 if (verbose) in test_options_cb() 211 if (verbose) in test_options_cb() 269 if (verbose) in test_options() 334 if (verbose) in test_option_set() 340 if (verbose) in test_option_set() 346 if (verbose) in test_option_set() 353 if (verbose) in test_option_set() 359 if (verbose) in test_option_set()
|
D | test-ipv4ll.c | 21 static bool verbose = false; variable 83 if (verbose) in test_public_api_setters() 132 if (verbose) in test_basic_request()
|
D | test-ndisc-rs.c | 24 static bool verbose = false; variable 213 if (verbose) in send_ra() 249 if (verbose) in test_callback()
|
/systemd-251/test/units/ |
D | testsuite-17.04.sh | 19 SYSTEMD_LOG_LEVEL=debug udevadm trigger --verbose --settle --action add /dev/null 28 SYSTEMD_LOG_LEVEL=debug udevadm trigger --verbose --settle --action change /dev/null 37 SYSTEMD_LOG_LEVEL=debug udevadm trigger --verbose --settle --action add /dev/null
|
D | testsuite-17.05.sh | 14 SYSTEMD_LOG_LEVEL=debug udevadm trigger --verbose --settle --action add /dev/null
|
D | testsuite-17.03.sh | 46 SYSTEMD_LOG_LEVEL=debug udevadm trigger --verbose --action add /dev/null
|
/systemd-251/src/libsystemd/sd-journal/ |
D | journal-vacuum.c | 123 bool verbose) { in journal_directory_vacuum() argument 249 log_full(verbose ? LOG_INFO : LOG_DEBUG, in journal_directory_vacuum() 292 … log_full(verbose ? LOG_INFO : LOG_DEBUG, "Deleted archived journal %s/%s (%s).", in journal_directory_vacuum() 315 … log_full(verbose ? LOG_INFO : LOG_DEBUG, "Vacuuming done, freed %s of archived journals from %s.", in journal_directory_vacuum()
|
D | journal-vacuum.h | 9 …t64_t max_use, uint64_t n_max_files, usec_t max_retention_usec, usec_t *oldest_usec, bool verbose);
|
/systemd-251/test/ |
D | test-shutdown.py | 21 if args.verbose: 105 if args.verbose:
|
/systemd-251/shell-completion/zsh/ |
D | _loginctl | 47 if zstyle -T ":completion:${curcontext}:systemd-sessions" verbose; then 73 if zstyle -T ":completion:${curcontext}:users" verbose; then 96 if zstyle -T ":completion:${curcontext}:systemd-seats" verbose; then
|
D | _sd_outputmodes | 5 …ull short-iso short-iso-precise short-precise short-monotonic short-unix verbose export json json-…
|
D | _busctl | 278 '--verbose[Show result values in long format]' \
|
D | _udevadm | 24 '--verbose[Print the list of devices which will be triggered.]' \
|
/systemd-251/src/journal/ |
D | journald-server.h | 220 int server_vacuum(Server *s, bool verbose);
|
D | journald-server.c | 695 static void do_vacuum(Server *s, JournalStorage *storage, bool verbose) { in do_vacuum() argument 704 if (verbose) in do_vacuum() 709 &s->oldest_file_usec, verbose); in do_vacuum() 716 int server_vacuum(Server *s, bool verbose) { in server_vacuum() argument 724 do_vacuum(s, &s->system_storage, verbose); in server_vacuum() 726 do_vacuum(s, &s->runtime_storage, verbose); in server_vacuum()
|
/systemd-251/.github/workflows/ |
D | mkosi.yml | 22 # since it's _very_ verbose in the QEMU task
|
/systemd-251/shell-completion/bash/ |
D | busctl | 86 -q --quiet --verbose --expect-reply=no --auto-start=no
|
D | udevadm | 54 [TRIGGER_STANDALONE]='-v --verbose -n --dry-run -q --quiet -w --settle --wait-daemon --uuid
|
/systemd-251/docs/ |
D | RESOLVED-VPNS.md | 15 For a verbose explanation of `systemd-resolved.service`'s domain routing logic,
|
/systemd-251/hwdb.d/ |
D | 60-keyboard.hwdb | 86 # udevadm trigger --verbose --sysname-match="event*"
|
/systemd-251/ |
D | TODO | 1691 - Add a verbose mode to "systemctl start" and friends that explains what is being done or not done
|
D | NEWS | 6556 set of journal fields to output in verbose and JSON output modes.
|