Home
last modified time | relevance | path

Searched refs:feature (Results 1 – 22 of 22) sorted by relevance

/systemd-251/src/udev/cdrom_id/
Dcdrom_id.c473 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/
DFeature_request.md7 **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/
Dtest.sh60 local feature
79 for feature in "${!features[@]}"; do
80 if _host_has_feature "$feature"; then
81 "${features[$feature]}"
/systemd-251/docs/
DCONTRIBUTING.md14 ….com/systemd/systemd/issues) **exclusively** for tracking **bugs** and **feature** **requests** (R…
16feature 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…
DUSERDB_AND_DESKTOPS.md31 One key feature of `systemd-homed` managed encrypted home directories is the
97 back-ends of `systemd-homed.service` have different feature sets. Specifically,
DBOOT_LOADER_INTERFACE.md143 6. If a boot menu entry encapsulates a reboot into EFI firmware setup feature,
DCODING_STYLE.md293 - 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.
DJOURNAL_FILE_FORMAT.md239 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
DHACKING.md11 feature, please feel invited to fix it, and submit your work as a
DUIDS-GIDS.md178 Support for this is considered only a compatibility feature and should not be
DENVIRONMENT.md382 feature.
DBOOT_LOADER_SPECIFICATION.md156 from the user. Only entries matching the feature set of boot loader and system
DCGROUP_DELEGATION.md140 The low-level kernel cgroups feature is exposed in systemd in three different
DDISCOVERABLE_PARTITIONS.md80 …s dm-verity integrity hash data for the matching root partition. If this feature is used the parti…
/systemd-251/test/testsuite-52.units/
Dtest-honor-first-shutdown.service3 Description=Honor First Shutdown feature
/systemd-251/src/shared/
Dethtool-util.c614 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/
D60-autosuspend.hwdb33 # ID_PERSIST=0 allows disabling the kernels USB "persist" feature, which allows
Dusb.ids3497 9503 ITE it9503 feature-limited DVB-T transmission chip [ccHDtv]
D20-usb-vendor-model.hwdb10428 ID_MODEL_FROM_DATABASE=ITE it9503 feature-limited DVB-T transmission chip [ccHDtv]
/systemd-251/shell-completion/zsh/
D_resolvectl55 …reset-server-features:"Flushes all feature level information the resolver has learned about specif…
/systemd-251/
DNEWS13 * 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 …]
DTODO698 * pid1: support new clone3() fork-into-cgroup feature