/systemd-251/src/basic/ |
D | capability-util.c | 198 int capability_bounding_set_drop(uint64_t keep, bool right_now) { in capability_bounding_set_drop() argument 218 if ((keep & (UINT64_C(1) << i))) in capability_bounding_set_drop() 264 static int drop_from_file(const char *fn, uint64_t keep) { in drop_from_file() argument 279 after = current & keep; in drop_from_file() 290 int capability_bounding_set_drop_usermode(uint64_t keep) { in capability_bounding_set_drop_usermode() argument 293 r = drop_from_file("/proc/sys/kernel/usermodehelper/inheritable", keep); in capability_bounding_set_drop_usermode() 297 r = drop_from_file("/proc/sys/kernel/usermodehelper/bset", keep); in capability_bounding_set_drop_usermode()
|
D | capability-util.h | 18 int capability_bounding_set_drop(uint64_t keep, bool right_now); 19 int capability_bounding_set_drop_usermode(uint64_t keep);
|
/systemd-251/src/test/ |
D | test-fd-util.c | 221 _cleanup_free_ int *fds = NULL, *keep = NULL; in test_close_all_fds_inner() local 257 assert_se(keep = new(int, n_keep)); in test_close_all_fds_inner() 264 keep[k] = TAKE_FD(fds[p]); in test_close_all_fds_inner() 272 assert_se(validate_fds(true, keep, n_keep) == n_keep); in test_close_all_fds_inner() 279 assert_se(close_all_fds(keep, n_keep) >= 0); in test_close_all_fds_inner() 282 assert_se(validate_fds(true, keep, n_keep) == n_keep); in test_close_all_fds_inner() 288 assert_se(validate_fds(false, keep, n_keep) == n_keep); in test_close_all_fds_inner()
|
/systemd-251/src/boot/efi/ |
D | console.c | 204 BOOLEAN keep = FALSE; in get_auto_mode() local 210 keep = TRUE; in get_auto_mode() 223 keep = TRUE; in get_auto_mode() 226 if (keep) in get_auto_mode()
|
/systemd-251/src/shared/ |
D | reboot-util.c | 16 int update_reboot_parameter_and_warn(const char *parameter, bool keep) { in update_reboot_parameter_and_warn() argument 20 if (keep) in update_reboot_parameter_and_warn()
|
D | reboot-util.h | 4 int update_reboot_parameter_and_warn(const char *parameter, bool keep);
|
/systemd-251/.github/workflows/ |
D | cifuzz.yml | 42 …# keep-unaffected-fuzz-targets should be removed once https://github.com/google/oss-fuzz/issues/70… 43 keep-unaffected-fuzz-targets: true
|
D | mkosi.yml | 21 # Enable debug logging in systemd, but keep udev's log level to info,
|
/systemd-251/src/libsystemd-network/ |
D | sd-lldp-rx.c | 113 bool keep; in lldp_rx_add_neighbor() local 120 keep = lldp_rx_keep_neighbor(lldp_rx, n); in lldp_rx_add_neighbor() 127 if (!keep) { in lldp_rx_add_neighbor() 144 } else if (!keep) in lldp_rx_add_neighbor()
|
/systemd-251/units/ |
D | systemd-nspawn@.service.in | 21 ExecStart=systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-veth -U --se… 32 # allocates its own scope unit. Make sure to keep these policies in sync if you
|
D | var-lib-machines.mount | 12 # versions don't do that anymore, but let's keep minimal compatibility by
|
D | console-getty.service.in | 26 ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear --keep-baud - 115200,38400,9600 $TERM
|
D | container-getty@.service.in | 31 ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear --keep-baud - 115200,38400,9600 $TERM
|
D | serial-getty@.service.in | 36 ExecStart=-/sbin/agetty -o '-p -- \\u' --keep-baud 115200,57600,38400,9600 - $TERM
|
D | systemd-logind.service.in | 64 # we keep one fd open per session.
|
/systemd-251/coccinelle/ |
D | run-coccinelle.sh | 44 parallel --halt now,fail=1 --keep-order --noswap --max-args=20 \
|
/systemd-251/test/fuzz/fuzz-link-parser/ |
D | 99-default.link | 11 NamePolicy=keep kernel database onboard slot path
|
/systemd-251/test/test-network/conf/ |
D | 25-sriov.link | 6 NamePolicy=keep kernel database onboard slot path
|
/systemd-251/docs/ |
D | CONTRIBUTING.md | 50 We strive to keep backward compatibility where possible and reasonable. The following are general g… 68 reasons. When possible, we try to keep compatibility with the most recent LTS releases of each main… 79 …maintained LTS branches](https://www.kernel.org/category/releases.html) should keep being supported
|
D | TRANSLATORS.md | 71 using `git checkout -- po/` after you commit the changes you do want to keep.)
|
/systemd-251/units/user/ |
D | systemd-exit.service | 19 # Place into the root slice to not keep another slice unit alive
|
/systemd-251/network/ |
D | 99-default.link | 18 NamePolicy=keep kernel database onboard slot path
|
/systemd-251/ |
D | .packit.yml | 24 # Drop backported patches from the specfile, but keep the downstream-only ones
|
/systemd-251/hwdb.d/ |
D | sdio.ids | 5 # Vendors and devices. Please keep sorted.
|
/systemd-251/src/core/ |
D | transaction.c | 290 bool keep = false; in transaction_drop_redundant() local 296 keep = true; in transaction_drop_redundant() 300 if (!keep) { in transaction_drop_redundant()
|