Searched refs:assign (Results 1 – 15 of 15) sorted by relevance
/systemd-251/docs/ |
D | index.md | 16 {% 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 %}
|
D | PREDICTABLE_INTERFACE_NAMES.md | 10 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…
|
D | UIDS-GIDS.md | 113 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
|
D | DESKTOP_ENVIRONMENTS.md | 39 The purpose of this grouping is to assign different priorities to the
|
D | CONVERTING_TO_HOMED.md | 99 of the old output. If your distribution traditionally does not assign a
|
D | JOURNAL_EXPORT_FORMATS.md | 135 …rializer will hence create a single JSON field only for these cases, and assign it an array of val…
|
D | USER_RECORD.md | 364 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
|
D | RANDOM_SEEDS.md | 311 UUIDs during earliest boot yet. Don't forget: to assign the invocation UUID
|
/systemd-251/src/network/ |
D | networkd-radv.c | 193 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()
|
D | networkd-radv.h | 41 bool assign; member
|
/systemd-251/src/basic/linux/ |
D | btrfs.h | 730 __u64 assign; member
|
/systemd-251/ |
D | README | 144 sensible way to assign these budgets automatically this cannot really be
|
D | NEWS | 293 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
|
D | TODO | 1526 - assign MESSAGE_ID to log messages about failed services
|
/systemd-251/src/shared/ |
D | btrfs-util.c | 992 .assign = b, in qgroup_assign_or_unassign()
|