/systemd-251/src/nss-myhostname/ |
D | nss-myhostname.c | 179 const char *canonical, const char *additional, in fill_in_hostent() argument 210 l_additional = strlen_ptr(additional); in fill_in_hostent() 212 (additional ? ALIGN(l_additional+1) : 0) + in fill_in_hostent() 214 (additional ? sizeof(char*) : 0) + in fill_in_hostent() 230 if (additional) { in fill_in_hostent() 232 memcpy(r_alias, additional, l_additional+1); in fill_in_hostent() 238 if (additional) { in fill_in_hostent() 324 const char *canonical, *additional = NULL; in _nss_myhostname_gethostbyname3_r() local 388 additional = n_addresses <= 0 && af == AF_INET6 ? "localhost" : NULL; in _nss_myhostname_gethostbyname3_r() 395 canonical, additional, in _nss_myhostname_gethostbyname3_r() [all …]
|
/systemd-251/docs/ |
D | GVARIANT-SERIALIZATION.md | 78 the reply_cookie/reply_serial additional header field has been 103 fixed header and additional header fields in a single non-memfd 107 one, and can also continue any amount of additional body bytes.
|
D | AUTOMATIC_BOOT_ASSESSMENT.md | 169 2. To support additional components that shall succeed before the boot is 178 3. To support additional components that shall only run on boot success, simply 191 bound together. This means no additional clean-up needs to take place to
|
D | BUILDING_IMAGES.md | 54 which carry additional identifying information about the OS image. 147 internal defaults if their configuration is missing, making such additional 262 the distribution's file with one augmented with these two additional
|
D | INITRD_INTERFACE.md | 66 additional command line arguments, which are generally prefixed with `rd.`
|
D | USER_RECORD.md | 201 with an additional, fifth `binding` section. When a local client enquires about 203 additional information about the user and home directory in the `status` 422 `cifsExtraMountOptions` → A string with additional mount options to pass to 478 `luksExtraMountOptions` → A string with additional mount options to append to 598 i.e. additional fields that bind the user record to a specific machine, see 602 objects that contain the `status` section of the user record, i.e. additional 746 As mentioned, the `binding` section contains additional fields about the user 785 As mentioned, the `status` section contains additional fields about the user 1019 additional fields, please consider submitting them upstream for inclusion in
|
D | USERDB_AND_DESKTOPS.md | 127 provides additional metadata for the users it defines itself. In other words: 154 JSON user/group records are extensible, hence we can easily add any additional
|
D | BOOT_LOADER_SPECIFICATION.md | 84 generally do not offer a UI to define additional boot items. By placing the 362 additional items from other configuration files (for example its own native 382 found in `$BOOT/EFI/Linux/*.efi`. It may also add additional entries, for 403 similar to a boot loader, but might apply additional filters, for example by
|
D | CGROUP_DELEGATION.md | 100 up mostly like legacy, except that there's also an additional hierarchy 192 Users may define any amount of additional slices they like though, the four 233 `BPF_F_ALLOW_MULTI` so that your program can install additional ones. 310 certain additional integration points. For example, `journalctl -M` can
|
D | CONTRIBUTING.md | 75 …th other dependencies should be applied. It is fine to require newer kernel versions for additional
|
D | COREDUMP_PACKAGE_METADATA.md | 26 Thus it becomes desirable to add additional metadata to a binary at build time, so that
|
D | PASSWORD_AGENTS.md | 19 It is easy to write additional agents. The basic algorithm to follow looks like this:
|
D | USER_NAMES.md | 69 names. An additional, common rule between both modes listed below is that empty
|
/systemd-251/LICENSES/ |
D | OFL-1.1.txt | 3 Copyright (c) <dates>, <additional Copyright Holder> (<URL|email>), 4 with Reserved Font Name <additional Reserved Font Name>. 5 Copyright (c) <dates>, <additional Copyright Holder> (<URL|email>).
|
D | CC0-1.0.txt | 33 expectation of additional consideration or compensation, the person
|
/systemd-251/src/shared/ |
D | device-nodes.h | 7 int allow_listed_char_for_devnode(char c, const char *additional);
|
/systemd-251/shell-completion/zsh/ |
D | _systemd-nspawn | 37 …'--capability=[List one or more additional capabilities to grant the container.]:capabilities:_sys… 38 …'--drop-capability=[Specify one or more additional capabilities to drop for the containerm]:capabi…
|
D | _systemd-run | 61 {-q,--quiet}'[Suppresses additional informational output]' \
|
/systemd-251/.github/ |
D | codeql-custom.qls | 9 …nning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#running-additional-queries
|
/systemd-251/units/ |
D | serial-getty@.service.in | 20 # If additional gettys are spawned during boot then we should make
|
D | getty@.service.in | 19 # If additional gettys are spawned during boot then we should make
|
/systemd-251/test/ |
D | README.testsuite | 85 Append additional parameters to the kernel command line 88 Specify additional arguments for systemd-nspawn 110 If you want to log in the testsuite virtual machine, you can specify additional
|
/systemd-251/ |
D | README | 82 additional symlinks in /dev/disk/ and /dev/tape: 215 During runtime, you need the following additional
|
D | NEWS | 307 * Two additional taint flags "short-uid-range" and "short-gid-range" 398 * udevadm info will show a couple of additional device fields in its 782 used to configure additional mount options to pass to the kernel when 1028 * systemd-nspawn's --setenv= switch now supports an additional syntax: 1077 loaded. This is useful e.g. to load additional file system drivers 1101 in a cpio archive, and pass as an additional initrd to the invoked 1198 added to define additional naming schemes schemes for udev's network 1254 * systemd-homed's CIFS backend gained support for specifying additional 1841 additional user/group definitions in JSON format from the drop-in 1844 additional users available to the system, with full integration into [all …]
|
/systemd-251/src/resolve/ |
D | resolved-dns-stub.c | 356 DnsAnswer *additional, in dns_stub_add_reply_packet_body() argument 384 r = dns_packet_append_answer(p, additional, &n_additional); in dns_stub_add_reply_packet_body()
|