Searched defs:verbose (Results 1 - 8 of 8) sorted by relevance
/systemd/src/libsystemd-network/ |
H A D | test-ipv4ll.c | 35 static bool verbose = false; variable 108 if (verbose) 158 if (verbose)
|
H A D | test-ndisc-rs.c | 31 static bool verbose = false; variable 76 if (verbose) 103 if (verbose) 121 if (verbose)
|
H A D | test-dhcp-client.c | 39 static bool verbose = true; variable 56 if (verbose) 115 if (verbose) 226 if (verbose) 236 if (verbose) 379 if (verbose) 396 if (verbose) 409 if (verbose) 427 if (verbose) 440 if (verbose) [all...] |
H A D | test-dhcp-option.c | 25 static bool verbose = false; variable 197 if (verbose) 206 if (verbose) 213 if (verbose) 271 if (verbose) 329 if (verbose) 335 if (verbose) 341 if (verbose) 348 if (verbose) 354 if (verbose) [all...] |
H A D | test-dhcp6-client.c | 42 static bool verbose = true; variable 54 if (verbose) 108 if (verbose) 220 if (verbose) 382 if (verbose) 580 if (verbose) 707 if (verbose)
|
/systemd/src/udev/ |
H A D | udevadm-trigger.c | 32 static int verbose; variable 42 if (verbose) 74 " -v --verbose Print the list of devices while running\n" 98 { "verbose", no_argument, NULL, 'v' }, 133 verbose = 1;
|
/systemd/src/journal/ |
H A D | journal-vacuum.c | 151 bool verbose) { 282 log_full(verbose ? LOG_INFO : LOG_DEBUG, 324 log_full(verbose ? LOG_INFO : LOG_DEBUG, "Deleted archived journal %s/%s (%s).", directory, list[i].filename, format_bytes(sbytes, sizeof(sbytes), list[i].usage)); 346 log_full(verbose ? LOG_INFO : LOG_DEBUG, "Vacuuming done, freed %s of archived journals on disk.", format_bytes(sbytes, sizeof(sbytes), freed)); 145 journal_directory_vacuum( const char *directory, uint64_t max_use, uint64_t n_max_files, usec_t max_retention_usec, usec_t *oldest_usec, bool verbose) argument
|
H A D | journald-server.c | 93 bool verbose, 112 if (!verbose && s->cached_space_timestamp + RECHECK_SPACE_USEC > ts) { 165 if (verbose) { 203 static int determine_space(Server *s, bool verbose, bool patch_min_use, uint64_t *available, uint64_t *limit) { argument 219 return determine_space_for(s, metrics, path, name, verbose, patch_min_use, available, limit); 401 bool verbose, 419 (void) determine_space_for(s, metrics, path, name, verbose, patch_min_use, NULL, &limit); 421 r = journal_directory_vacuum(p, limit, metrics->n_max_files, s->max_retention_usec, &s->oldest_file_usec, verbose); 426 int server_vacuum(Server *s, bool verbose, bool patch_min_use) { argument 433 do_vacuum(s, s->system_journal, &s->system_metrics, "/var/log/journal/", "System journal", verbose, patch_min_us 88 determine_space_for( Server *s, JournalMetrics *metrics, const char *path, const char *name, bool verbose, bool patch_min_use, uint64_t *available, uint64_t *limit) argument 395 do_vacuum( Server *s, JournalFile *f, JournalMetrics *metrics, const char *path, const char *name, bool verbose, bool patch_min_use) argument [all...] |
Completed in 977 milliseconds