/systemd-251/src/udev/cdrom_id/ |
D | cdrom_id.c | 473 unsigned feature; in cd_profiles() local 475 feature = unaligned_read_be16(&features[i]); in cd_profiles() 477 switch (feature) { in cd_profiles() 483 …_debug("GET CONFIGURATION: feature 0x%04x <ignored>, with 0x%02x bytes", feature, features[i + 3]); in cd_profiles() 761 Feature feature; member 766 { .feature = FEATURE_RW_NONREMOVABLE, .str = "RW_NONREMOVABLE", }, 767 { .feature = FEATURE_RW_REMOVABLE, .str = "RW_REMOVABLE", }, 769 { .feature = FEATURE_MO_SE, .str = "MO_SE", }, 770 { .feature = FEATURE_MO_WO, .str = "MO_WO", }, 771 { .feature = FEATURE_MO_AS, .str = "MO_AS", }, [all …]
|
/systemd-251/.github/ISSUE_TEMPLATE/ |
D | Feature_request.md | 7 **Is your feature request related to a problem? Please describe.** 16 **The systemd version you checked that didn't have the feature you are asking for** 17 …ost recently released upstream version, then please check first if it has that feature already. -->
|
/systemd-251/test/TEST-64-UDEV-STORAGE/ |
D | test.sh | 60 local feature 79 for feature in "${!features[@]}"; do 80 if _host_has_feature "$feature"; then 81 "${features[$feature]}"
|
/systemd-251/docs/ |
D | CONTRIBUTING.md | 14 ….com/systemd/systemd/issues) **exclusively** for tracking **bugs** and **feature** **requests** (R… 16 …feature request issue (RFE), please always check first if the newest upstream version of systemd a… 59 In case a new feature is added to both `systemd` and one of its dependencies, we expect the corresp…
|
D | USERDB_AND_DESKTOPS.md | 31 One key feature of `systemd-homed` managed encrypted home directories is the 97 back-ends of `systemd-homed.service` have different feature sets. Specifically,
|
D | BOOT_LOADER_INTERFACE.md | 143 6. If a boot menu entry encapsulates a reboot into EFI firmware setup feature,
|
D | CODING_STYLE.md | 293 - Please use C's downgrade-to-bool feature only for expressions that are 301 want to check for non-NULL-ness, you may also use downgrade-to-bool feature.
|
D | JOURNAL_FILE_FORMAT.md | 239 them. If a compatible feature extension is made a new bit is registered in the 240 header's **compatible_flags** field. If a feature extension is used that makes
|
D | HACKING.md | 11 feature, please feel invited to fix it, and submit your work as a
|
D | UIDS-GIDS.md | 178 Support for this is considered only a compatibility feature and should not be
|
D | ENVIRONMENT.md | 382 feature.
|
D | BOOT_LOADER_SPECIFICATION.md | 156 from the user. Only entries matching the feature set of boot loader and system
|
D | CGROUP_DELEGATION.md | 140 The low-level kernel cgroups feature is exposed in systemd in three different
|
D | DISCOVERABLE_PARTITIONS.md | 80 …s dm-verity integrity hash data for the matching root partition. If this feature is used the parti…
|
/systemd-251/test/testsuite-52.units/ |
D | test-honor-first-shutdown.service | 3 Description=Honor First Shutdown feature
|
/systemd-251/src/shared/ |
D | ethtool-util.c | 614 const char *feature, in set_features_bit() argument 620 assert(feature); in set_features_bit() 628 … if (!strneq((const char*) &strings->data[i * ETH_GSTRING_LEN], feature, ETH_GSTRING_LEN)) in set_features_bit() 651 const char *feature, in set_features_multiple_bit() argument 660 assert(feature); in set_features_multiple_bit() 668 if (!startswith((const char*) &strings->data[i * ETH_GSTRING_LEN], feature)) in set_features_multiple_bit()
|
/systemd-251/hwdb.d/ |
D | 60-autosuspend.hwdb | 33 # ID_PERSIST=0 allows disabling the kernels USB "persist" feature, which allows
|
D | usb.ids | 3497 9503 ITE it9503 feature-limited DVB-T transmission chip [ccHDtv]
|
D | 20-usb-vendor-model.hwdb | 10428 ID_MODEL_FROM_DATABASE=ITE it9503 feature-limited DVB-T transmission chip [ccHDtv]
|
/systemd-251/shell-completion/zsh/ |
D | _resolvectl | 55 …reset-server-features:"Flushes all feature level information the resolver has learned about specif…
|
/systemd-251/ |
D | NEWS | 13 * In v250, a systemd-networkd feature that automatically configures 17 systemd-stable 250.3. The feature can still be used by explicitly 57 this compatibility feature in two year's time. 532 * Meson's new install_tag feature is now in use for several components, 553 Note that this feature is experimental for now, and is likely going 616 This feature is useful to store sensitive material such as SSL 740 feature. For more details see systemd.unit(5) and 832 sequence" concept is a new feature recently introduced to the Linux 1000 specified in AllowedIPs=. This feature can be controlled via 1112 * sd-stub now comes with a full man page, that explains its feature set [all …]
|
D | TODO | 698 * pid1: support new clone3() fork-into-cgroup feature
|