Home
last modified time | relevance | path

Searched refs:keep (Results 1 – 25 of 48) sorted by relevance

12

/systemd-251/src/basic/
Dcapability-util.c198 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()
Dcapability-util.h18 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/
Dtest-fd-util.c221 _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/
Dconsole.c204 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/
Dreboot-util.c16 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()
Dreboot-util.h4 int update_reboot_parameter_and_warn(const char *parameter, bool keep);
/systemd-251/.github/workflows/
Dcifuzz.yml42 …# keep-unaffected-fuzz-targets should be removed once https://github.com/google/oss-fuzz/issues/70…
43 keep-unaffected-fuzz-targets: true
Dmkosi.yml21 # Enable debug logging in systemd, but keep udev's log level to info,
/systemd-251/src/libsystemd-network/
Dsd-lldp-rx.c113 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/
Dsystemd-nspawn@.service.in21 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
Dvar-lib-machines.mount12 # versions don't do that anymore, but let's keep minimal compatibility by
Dconsole-getty.service.in26 ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear --keep-baud - 115200,38400,9600 $TERM
Dcontainer-getty@.service.in31 ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear --keep-baud - 115200,38400,9600 $TERM
Dserial-getty@.service.in36 ExecStart=-/sbin/agetty -o '-p -- \\u' --keep-baud 115200,57600,38400,9600 - $TERM
Dsystemd-logind.service.in64 # we keep one fd open per session.
/systemd-251/coccinelle/
Drun-coccinelle.sh44 parallel --halt now,fail=1 --keep-order --noswap --max-args=20 \
/systemd-251/test/fuzz/fuzz-link-parser/
D99-default.link11 NamePolicy=keep kernel database onboard slot path
/systemd-251/test/test-network/conf/
D25-sriov.link6 NamePolicy=keep kernel database onboard slot path
/systemd-251/docs/
DCONTRIBUTING.md50 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
DTRANSLATORS.md71 using `git checkout -- po/` after you commit the changes you do want to keep.)
/systemd-251/units/user/
Dsystemd-exit.service19 # Place into the root slice to not keep another slice unit alive
/systemd-251/network/
D99-default.link18 NamePolicy=keep kernel database onboard slot path
/systemd-251/
D.packit.yml24 # Drop backported patches from the specfile, but keep the downstream-only ones
/systemd-251/hwdb.d/
Dsdio.ids5 # Vendors and devices. Please keep sorted.
/systemd-251/src/core/
Dtransaction.c290 bool keep = false; in transaction_drop_redundant() local
296 keep = true; in transaction_drop_redundant()
300 if (!keep) { in transaction_drop_redundant()

12