Home
last modified time | relevance | path

Searched refs:detect_container (Results 1 – 25 of 44) sorted by relevance

12

/systemd-251/src/core/
Demergency-action.c106 if (MANAGER_IS_USER(m) || detect_container() > 0) { in emergency_action()
125 if (MANAGER_IS_USER(m) || detect_container() > 0) { in emergency_action()
Dcrash-handler.c21 if (detect_container() > 0) { in freeze_or_exit_or_reboot()
Dswap.c266 if (detect_container() > 0) in swap_add_default_dependencies()
921 if (detect_container() > 0) in swap_start()
960 if (detect_container() > 0) in swap_stop()
1524 detect_container() <= 0; in swap_supported()
Dmain.c493 if (detect_container() > 0) in parse_proc_cmdline_item()
1396 if (detect_container() > 0) in fixup_environment()
1521 if (detect_container() <= 0) in become_shutdown()
2710 if (detect_container() <= 0) { in main()
/systemd-251/src/boot/
Dbless-boot-generator.c40 if (detect_container() > 0) { in main()
/systemd-251/src/basic/
Dvirt.h59 Virtualization detect_container(void);
Dutil.c168 if (detect_container() > 0) in disable_coredumps()
Dvirt.c639 Virtualization detect_container(void) { in detect_container() function
790 v = detect_container(); in detect_virtualization()
Dproc-cmdline.c36 if (detect_container() > 0) in proc_cmdline()
Defivars.c279 if (detect_container() > 0) in is_efi_boot()
/systemd-251/src/shared/
Dreboot-util.c65 if (detect_container() == 0) { in reboot_with_parameter()
Dmount-setup.c172 if (!(p->mode & MNT_IN_CONTAINER) && detect_container() > 0) in mount_one()
545 if (detect_container() <= 0 && !leave_propagation) in mount_setup()
Dmachine-id-setup.c54 if (detect_container() > 0) { in generate_machine_id()
Dfind-esp.c347 if (detect_container() > 0 || relax_checks) in verify_esp()
625 if (detect_container() > 0 || relax_checks) in verify_xbootldr()
/systemd-251/src/detect-virt/
Ddetect-virt.c145 v = detect_container(); in run()
/systemd-251/src/test/
Dtest-execute.c405 if (detect_container() > 0) { in test_exec_privatedevices()
445 if (detect_container() > 0) { in test_exec_protectkernelmodules()
1056 if (detect_container() > 0) { in test_exec_oomscoreadjust()
1068 if (detect_container() > 0) { in test_exec_ioschedulingclass()
Dtest-socket-bind.c110 if (detect_container() > 0) in main()
Dtest-namespace.c165 if (detect_container() > 0) { in TEST()
Dtest-bpf-firewall.c39 if (detect_container() > 0) in main()
Dtest-loop-block.c163 if (detect_container() > 0) { in run()
Dtest-seccomp.c373 if (detect_container() > 0) { in TEST()
424 if (detect_container() > 0) { in TEST()
551 if (detect_container() > 0) { in TEST()
Dtest-bpf-foreign-programs.c279 if (detect_container() > 0) in main()
Dtest-process-util.c94 if (!detect_container()) in test_get_process_comm_one()
559 if (r == 0 && detect_container() > 0) in test_rename_process_now()
/systemd-251/src/getty-generator/
Dgetty-generator.c187 if (detect_container() > 0) in run()
/systemd-251/src/shutdown/
Dshutdown.c382 in_container = detect_container() > 0; in main()

12