Searched refs:filled (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/shared/ |
D | journal-importer.c | 56 assert(imp->offset <= imp->filled); in get_line() 57 assert(imp->filled <= MALLOC_SIZEOF_SAFE(imp->buf)); in get_line() 65 imp->filled - start); in get_line() 70 imp->scanned = imp->filled; in get_line() 83 if (MALLOC_SIZEOF_SAFE(imp->buf) - imp->filled < LINE_CHUNK && in get_line() 84 !realloc_buffer(imp, MIN(imp->filled + LINE_CHUNK, ENTRY_SIZE_MAX))) in get_line() 88 assert(MALLOC_SIZEOF_SAFE(imp->buf) - imp->filled >= LINE_CHUNK || in get_line() 92 imp->buf + imp->filled, in get_line() 93 MALLOC_SIZEOF_SAFE(imp->buf) - imp->filled); in get_line() 98 MALLOC_SIZEOF_SAFE(imp->buf) - imp->filled); in get_line() [all …]
|
D | journal-importer.h | 36 size_t filled; /* total number of bytes in the buffer */ member 58 return imp->filled; in journal_importer_bytes_remaining()
|
/systemd-251/src/journal-remote/ |
D | journal-upload-journal.c | 257 size_t filled = 0; in journal_input_callback() local 267 while (j && filled < size * nmemb) { in journal_input_callback() 289 w = write_entry((char*)buf + filled, size * nmemb - filled, u); in journal_input_callback() 292 filled += w; in journal_input_callback() 294 if (filled == 0) { in journal_input_callback() 305 return filled; in journal_input_callback()
|
/systemd-251/hwdb.d/ |
D | 60-sensor.hwdb | 238 # Chuwi HiBook does not have its product name filled, so we 251 # Chuwi CoreBook does not have its product name filled, so we 742 # OneMix 2s has no product name filled, matching entire dmi-alias 752 # OneMix 3s has no product name filled, matching entire dmi-alias 787 # The Point of View TAB-P800W does not have its product name filled, so we 949 # The Winpad A15 does not have its product name filled, so we
|
/systemd-251/docs/ |
D | RANDOM_SEEDS.md | 62 enough to consider the entropy pool properly filled even though it was 66 reach the "pool filled" state. 155 systemd has various provisions to ensure the kernel entropy is filled during 156 boot, in order to ensure the entropy pool is filled up quickly. 162 that in VM environments the entropy pool is quickly filled, even before 293 pool, and during early boot it's not going to be filled yet, very likely. We
|
D | ARCHITECTURE.md | 139 under `hwdb.d/`. Some of these files are updated automatically, some are filled
|
/systemd-251/ |
D | TODO | 1868 - some servers don't do rapid commit without a filled in IA_NA, verify
|
D | NEWS | 6401 overwriting whatever the client filled in.
|