Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dmodule-util.c7 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()
Dmodule-util.h12 int module_load_and_warn(struct kmod_ctx *ctx, const char *module, bool verbose);
/systemd-251/src/libsystemd-network/
Dtest-dhcp-client.c30 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 …]
Dtest-dhcp-option.c28 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()
Dtest-ipv4ll.c21 static bool verbose = false; variable
83 if (verbose) in test_public_api_setters()
132 if (verbose) in test_basic_request()
Dtest-ndisc-rs.c24 static bool verbose = false; variable
213 if (verbose) in send_ra()
249 if (verbose) in test_callback()
/systemd-251/test/units/
Dtestsuite-17.04.sh19 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
Dtestsuite-17.05.sh14 SYSTEMD_LOG_LEVEL=debug udevadm trigger --verbose --settle --action add /dev/null
Dtestsuite-17.03.sh46 SYSTEMD_LOG_LEVEL=debug udevadm trigger --verbose --action add /dev/null
/systemd-251/src/libsystemd/sd-journal/
Djournal-vacuum.c123 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()
Djournal-vacuum.h9 …t64_t max_use, uint64_t n_max_files, usec_t max_retention_usec, usec_t *oldest_usec, bool verbose);
/systemd-251/test/
Dtest-shutdown.py21 if args.verbose:
105 if args.verbose:
/systemd-251/shell-completion/zsh/
D_loginctl47 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_outputmodes5 …ull short-iso short-iso-precise short-precise short-monotonic short-unix verbose export json json-…
D_busctl278 '--verbose[Show result values in long format]' \
D_udevadm24 '--verbose[Print the list of devices which will be triggered.]' \
/systemd-251/src/journal/
Djournald-server.h220 int server_vacuum(Server *s, bool verbose);
Djournald-server.c695 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/
Dmkosi.yml22 # since it's _very_ verbose in the QEMU task
/systemd-251/shell-completion/bash/
Dbusctl86 -q --quiet --verbose --expect-reply=no --auto-start=no
Dudevadm54 [TRIGGER_STANDALONE]='-v --verbose -n --dry-run -q --quiet -w --settle --wait-daemon --uuid
/systemd-251/docs/
DRESOLVED-VPNS.md15 For a verbose explanation of `systemd-resolved.service`'s domain routing logic,
/systemd-251/hwdb.d/
D60-keyboard.hwdb86 # udevadm trigger --verbose --sysname-match="event*"
/systemd-251/
DTODO1691 - Add a verbose mode to "systemctl start" and friends that explains what is being done or not done
DNEWS6556 set of journal fields to output in verbose and JSON output modes.