Searched refs:sizes (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/boot/efi/ |
D | pe.c | 141 UINTN *sizes) { in locate_sections() argument 145 assert(sizes); in locate_sections() 158 sizes[j] = sect->VirtualSize; in locate_sections() 195 UINTN *sizes) { in pe_memory_locate_sections() argument 203 assert(sizes); in pe_memory_locate_sections() 215 sections, addrs, NULL, sizes); in pe_memory_locate_sections() 225 UINTN *sizes) { in pe_file_locate_sections() argument 237 assert(sizes); in pe_file_locate_sections() 278 sections, NULL, offsets, sizes); in pe_file_locate_sections()
|
D | pe.h | 10 UINTN *sizes); 17 UINTN *sizes);
|
/systemd-251/src/core/ |
D | unit.c | 5250 le64_t *sizes; in unit_export_log_extra_fields() local 5260 sizes = newa(le64_t, c->n_log_extra_fields); in unit_export_log_extra_fields() 5264 sizes[i] = htole64(c->log_extra_fields[i].iov_len); in unit_export_log_extra_fields() 5266 iovec[i*2] = IOVEC_MAKE(sizes + i, sizeof(le64_t)); in unit_export_log_extra_fields()
|
/systemd-251/docs/ |
D | JOURNAL_FILE_FORMAT.md | 74 * All offsets, sizes, time values, hashes (and most other numeric values) are 64bit unsigned intege… 332 values, and that they point to valid objects, with valid sizes and of the type
|
D | USER_RECORD.md | 805 possibly skewed by metadata sizes, disk compression and similar.
|
/systemd-251/ |
D | NEWS | 1220 analysis of core files, and reduce image sizes when this is not needed. 3369 frame ring buffer sizes. 9692 /var/lib/machines, along with some metadata about sizes of
|