Home
last modified time | relevance | path

Searched refs:additional (Results 1 – 25 of 38) sorted by relevance

12

/systemd-251/src/nss-myhostname/
Dnss-myhostname.c179 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/
DGVARIANT-SERIALIZATION.md78 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.
DAUTOMATIC_BOOT_ASSESSMENT.md169 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
DBUILDING_IMAGES.md54 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
DINITRD_INTERFACE.md66 additional command line arguments, which are generally prefixed with `rd.`
DUSER_RECORD.md201 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
DUSERDB_AND_DESKTOPS.md127 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
DBOOT_LOADER_SPECIFICATION.md84 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
DCGROUP_DELEGATION.md100 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
DCONTRIBUTING.md75 …th other dependencies should be applied. It is fine to require newer kernel versions for additional
DCOREDUMP_PACKAGE_METADATA.md26 Thus it becomes desirable to add additional metadata to a binary at build time, so that
DPASSWORD_AGENTS.md19 It is easy to write additional agents. The basic algorithm to follow looks like this:
DUSER_NAMES.md69 names. An additional, common rule between both modes listed below is that empty
/systemd-251/LICENSES/
DOFL-1.1.txt3 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>).
DCC0-1.0.txt33 expectation of additional consideration or compensation, the person
/systemd-251/src/shared/
Ddevice-nodes.h7 int allow_listed_char_for_devnode(char c, const char *additional);
/systemd-251/shell-completion/zsh/
D_systemd-nspawn37 …'--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-run61 {-q,--quiet}'[Suppresses additional informational output]' \
/systemd-251/.github/
Dcodeql-custom.qls9 …nning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#running-additional-queries
/systemd-251/units/
Dserial-getty@.service.in20 # If additional gettys are spawned during boot then we should make
Dgetty@.service.in19 # If additional gettys are spawned during boot then we should make
/systemd-251/test/
DREADME.testsuite85 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/
DREADME82 additional symlinks in /dev/disk/ and /dev/tape:
215 During runtime, you need the following additional
DNEWS307 * 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/
Dresolved-dns-stub.c356 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()

12