Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 13 of 13) sorted by relevance

/systemd-251/src/journal/
Djournald-native.c97 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 …]
Djournald-stream.c487 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/
Descape.c314 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()
Dcompress.c906 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/
Djournal-remote.c399 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()
Djournal-remote-main.c205 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/
Dtriggers.systemd.sh.in35 # We restart remaining system services that should be restarted here.
39 # We restart remaining user services that should be restarted here.
Dtriggers.systemd.in54 -- We restart remaining system services that should be restarted here.
63 -- We restart remaining user services that should be restarted here.
/systemd-251/units/
Dsystemd-time-wait-sync.service.in19 # modifications to make it work in the remaining cases.
/systemd-251/docs/
DROOT_STORAGE_DAEMONS.md27 is also done by the initrd: after terminating all remaining running processes
74 whatever might be remaining.
/systemd-251/shell-completion/zsh/
D_udevadm50 … '--quiet[Do not print any output, like the remaining queue entries when reaching the timeout.]' \
/systemd-251/LICENSES/
DCC0-1.0.txt97 will not (i) exercise any of his or her remaining Copyright and Related
/systemd-251/
DNEWS3202 * 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