Home
last modified time | relevance | path

Searched refs:assign (Results 1 – 15 of 15) sorted by relevance

/systemd-251/docs/
Dindex.md16 {% assign by_category = site.pages | group_by:"category" %}
17 {% assign extra_pages = site.data.extra_pages | group_by:"category" %}
18 {% assign merged = by_category | concat: extra_pages | sort:"name" %}
23 {% assign sorted = pair.items | sort:"title" %}{% for page in sorted %}
DPREDICTABLE_INTERFACE_NAMES.md10 Starting with v197 systemd/udev will automatically assign predictable, stable network interface nam…
14 The classic naming scheme for network interfaces applied by the kernel is to simply assign names be…
16 …. The biggest of all however is that the userspace components trying to assign the interface name…
18 …lot topology information in certain firmware interfaces and uses them to assign fixed names to int…
DUIDS-GIDS.md113 assign a 64K range of UIDs to containers using user namespacing. This range
126 range and assign it to the container. The range is picked so that the upper
184 assign to your containers, here are a few recommendations:
186 1. Definitely, don't assign less than 65536 UIDs/GIDs. After all the `nobody`
195 2. While it's fine to assign more than 65536 UIDs/GIDs to a container, there's
205 assign has the lower 16bits all set to zero. That way, the upper 16bits become
DDESKTOP_ENVIRONMENTS.md39 The purpose of this grouping is to assign different priorities to the
DCONVERTING_TO_HOMED.md99 of the old output. If your distribution traditionally does not assign a
DJOURNAL_EXPORT_FORMATS.md135 …rializer will hence create a single JSON field only for these cases, and assign it an array of val…
DUSER_RECORD.md364 disk space in bytes to assign to the user. Depending on the selected storage
371 to assign to the user. This unsigned integer value is normalized to 2^32 =
751 extended with one in the `binding` section to assign a local UID if no global
DRANDOM_SEEDS.md311 UUIDs during earliest boot yet. Don't forget: to assign the invocation UUID
/systemd-251/src/network/
Dnetworkd-radv.c193 if (!p->assign) in link_request_radv_addresses()
716 if (p->assign) in prefix_section_verify()
721 p->assign ? ", refusing to assign an address in " : "", in prefix_section_verify()
722 p->assign ? strna(str) : ""); in prefix_section_verify()
724 p->assign = false; in prefix_section_verify()
863 p->assign = r; in config_parse_prefix_boolean()
Dnetworkd-radv.h41 bool assign; member
/systemd-251/src/basic/linux/
Dbtrfs.h730 __u64 assign; member
/systemd-251/
DREADME144 sensible way to assign these budgets automatically this cannot really be
DNEWS293 assign to each cgroup.
726 assign resources differently during boot than during regular
3589 the UUID to assign to a newly created partition.
4003 interface. systemd-udevd will now by default assign the names
4216 Similarly, systemd-networkd will not assign a link-local IPv6 address
10120 used to assign SMACK labels to files.
10623 file. In particular this is useful to easily assign
11250 * systemd-networkd will now assign predictable IPv4LL
12252 hierarchical fashion and then assign other units to them. By
12286 of meta information about the VMs/containers, and assign
DTODO1526 - assign MESSAGE_ID to log messages about failed services
/systemd-251/src/shared/
Dbtrfs-util.c992 .assign = b, in qgroup_assign_or_unassign()