Searched refs:needed (Results 1 – 25 of 25) sorted by relevance
/systemd-251/src/pstore/ |
D | pstore.c | 304 size_t needed = strlen(pe->dirent.d_name) + strlen(":\n") + pe->content_size + 1; in process_dmesg_files() local 305 if (!GREEDY_REALLOC(dmesg, dmesg_size + needed)) { in process_dmesg_files()
|
/systemd-251/units/ |
D | systemd-journald.service.in | 44 # In case you're wondering why CAP_SYS_PTRACE is needed, access to
|
/systemd-251/src/home/ |
D | homework-luks.c | 2830 uint64_t minsz, needed; in get_smallest_fs_size() local 2856 needed = sfs.f_blocks - sfs.f_bfree; in get_smallest_fs_size() 2857 if (needed > UINT64_MAX / sfs.f_bsize) in get_smallest_fs_size() 2860 needed *= sfs.f_bsize; in get_smallest_fs_size() 2863 if (needed > UINT64_MAX - HOME_MIN_FREE) /* Check for overflow */ in get_smallest_fs_size() 2864 needed = UINT64_MAX; in get_smallest_fs_size() 2866 needed += HOME_MIN_FREE; in get_smallest_fs_size() 2868 *ret = DISK_SIZE_ROUND_UP(MAX(needed, minsz)); in get_smallest_fs_size()
|
/systemd-251/docs/ |
D | DISTRO_PORTING.md | 46 `--as-needed` linker options) are recommended. The most appropriate set of
|
D | INITRD_INTERFACE.md | 34 example was needed to mount the root file system. It's the job of the initrd
|
D | JOURNAL_NATIVE_PROTOCOL.md | 135 contains a newline character, and thus the second method is needed to be used.
|
D | ROOT_STORAGE_DAEMONS.md | 82 needed for the root fs which are started by the initrd stay around during
|
D | BOOT_LOADER_SPECIFICATION.md | 38 …pecification things already work mostly fine. But here's why we think this specification is needed: 178 * `$BOOT/loader/` is the directory containing all files needed for Type #1
|
D | BUILDING_IMAGES.md | 100 on first boot as needed.
|
D | NETWORK_ONLINE.md | 132 setups, but only for those where network connectivity is strictly needed (for
|
D | TEMPORARY_DIRECTORIES.md | 157 in these directories when they are no longer needed, in particular when the
|
D | USER_GROUP_API.md | 98 records are automatically converted as needed, and possibly augmented with
|
D | JOURNAL_FILE_FORMAT.md | 575 itself, an ENTRY_ARRAY object is only needed if it is referenced by more than 679 The disk access patterns of the binary search for entries needed for seeking
|
D | CREDENTIALS.md | 56 credentials may then be propagated into individual services as needed.
|
D | RANDOM_SEEDS.md | 216 Note that the writes to the ESP needed to maintain the random seed should be
|
D | CODING_STYLE.md | 667 only reason to include `libgen.h` is because `dirname()` is needed. Every
|
D | CGROUP_DELEGATION.md | 169 be moved around though, i.e. assigned to a different slice if needed.
|
/systemd-251/ |
D | README | 410 distribution maintainers on an as needed basis. See
|
D | LICENSE.LGPL2.1 | 319 Library" must include any data and utility programs needed for
|
D | TODO | 455 we'll neatly prompt for the homedir's password if its needed. –– Building on 545 - direct TPM2 PCR change handling, possible renrolling LUKS2 media if needed. 620 - add sd_notify() command for flushing out creds not needed anymore
|
D | NEWS | 618 them when needed, and in a way that is tied to the local OS 1220 analysis of core files, and reduce image sizes when this is not needed. 2063 dynamically, at the moment when it is needed. 7306 useful whenever an identifier for the host is needed but where the 9498 file and btrfs file system is grown as needed when container 10801 table rescan in udev's "watch" facility, and if needed 10921 from these scripts when needed. This enables us to remove a 11685 login gettys to be spawned on as many ttys as needed. 12343 generators needed for execution, as well as information 13620 --make-rprivate /" if needed. [all …]
|
D | meson.build | 396 # --as-needed and --no-undefined are provided by meson by default,
|
/systemd-251/catalog/ |
D | systemd.catalog.in | 420 memory needed to be freed. A process associated with @UNIT@ has been determined
|
/systemd-251/hwdb.d/ |
D | 60-sensor.hwdb | 16 # The full DMI string is not needed here and the meaning of individual parts
|
/systemd-251/LICENSES/ |
D | LGPL-2.0-or-later.txt | 108 … "work that uses the Library" must include any data and utility programs needed for reproducing th…
|