Searched refs:remaining (Results 1 – 13 of 13) sorted by relevance
/systemd-251/src/journal/ |
D | journald-native.c | 97 const void *buffer, size_t *remaining, in server_process_entry() argument 118 while (*remaining > 0) { in server_process_entry() 121 e = memchr(p, '\n', *remaining); in server_process_entry() 131 *remaining -= 1; in server_process_entry() 137 *remaining -= (e - p) + 1; in server_process_entry() 186 *remaining -= (e - p) + 1; in server_process_entry() 193 if (*remaining < e - p + 1 + sizeof(uint64_t) + 1) { in server_process_entry() 211 if ((uint64_t) *remaining < e - p + 1 + sizeof(uint64_t) + l + 1 || in server_process_entry() 240 *remaining -= (e - p) + 1 + sizeof(uint64_t) + l + 1; in server_process_entry() 284 (const char*) iovec[j].iov_base >= p + *remaining) in server_process_entry() [all …]
|
D | journald-stream.c | 487 size_t remaining, in stdout_stream_scan() argument 503 size_t tmp_remaining = MIN(remaining, line_max); in stdout_stream_scan() 518 } else if (remaining >= line_max) { in stdout_stream_scan() 531 remaining -= skip; in stdout_stream_scan() 534 if (force_flush >= 0 && remaining > 0) { in stdout_stream_scan() 535 r = stdout_stream_found(s, p, remaining, force_flush); in stdout_stream_scan() 539 consumed += remaining; in stdout_stream_scan()
|
/systemd-251/src/basic/ |
D | escape.c | 314 size_t remaining; in cunescape_length_with_prefix() local 318 remaining = s + length - f; in cunescape_length_with_prefix() 319 assert(remaining > 0); in cunescape_length_with_prefix() 327 if (remaining == 1) { in cunescape_length_with_prefix() 337 … r = cunescape_one(f + 1, remaining - 1, &u, &eight_bit, flags & UNESCAPE_ACCEPT_NUL); in cunescape_length_with_prefix()
|
D | compress.c | 906 size_t remaining; in compress_stream_zstd() local 913 remaining = ZSTD_compressStream2( in compress_stream_zstd() 917 if (ZSTD_isError(remaining)) { in compress_stream_zstd() 918 log_debug("ZSTD encoder failed: %s", ZSTD_getErrorName(remaining)); in compress_stream_zstd() 919 return zstd_ret_to_errno(remaining); in compress_stream_zstd() 936 finished = is_last_chunk ? (remaining == 0) : (input.pos == input.size); in compress_stream_zstd()
|
/systemd-251/src/journal-remote/ |
D | journal-remote.c | 399 size_t remaining; in journal_remote_handle_raw_source() local 404 remaining = journal_importer_bytes_remaining(&source->importer); in journal_remote_handle_raw_source() 405 if (remaining > 0) in journal_remote_handle_raw_source() 406 log_notice("Premature EOF. %zu bytes lost.", remaining); in journal_remote_handle_raw_source()
|
D | journal-remote-main.c | 205 size_t remaining; in process_http_upload() local 248 remaining = journal_importer_bytes_remaining(&source->importer); in process_http_upload() 249 if (remaining > 0) { in process_http_upload() 250 log_warning("Premature EOF byte. %zu bytes lost.", remaining); in process_http_upload() 254 remaining); in process_http_upload()
|
/systemd-251/src/rpm/ |
D | triggers.systemd.sh.in | 35 # We restart remaining system services that should be restarted here. 39 # We restart remaining user services that should be restarted here.
|
D | triggers.systemd.in | 54 -- We restart remaining system services that should be restarted here. 63 -- We restart remaining user services that should be restarted here.
|
/systemd-251/units/ |
D | systemd-time-wait-sync.service.in | 19 # modifications to make it work in the remaining cases.
|
/systemd-251/docs/ |
D | ROOT_STORAGE_DAEMONS.md | 27 is also done by the initrd: after terminating all remaining running processes 74 whatever might be remaining.
|
/systemd-251/shell-completion/zsh/ |
D | _udevadm | 50 … '--quiet[Do not print any output, like the remaining queue entries when reaching the timeout.]' \
|
/systemd-251/LICENSES/ |
D | CC0-1.0.txt | 97 will not (i) exercise any of his or her remaining Copyright and Related
|
/systemd-251/ |
D | NEWS | 3202 * systemd will now log about all left-over processes remaining in a 10002 remaining ones take up no more than the specified size on disk, 10829 "systemd-resolve" user with no capabilities remaining. 10832 "systemd-bus-proxy" user with only CAP_IPC_OWNER remaining. 11827 all remaining processes of the service. 12548 services a final killing loop kills all remaining left-over 14339 * All processes remaining in a service cgroup when we enter
|