/systemd-251/src/shared/ |
D | install.c | 3336 InstallContext *plus, in execute_preset() argument 3347 assert(plus); in execute_preset() 3367 q = install_context_apply(plus, lp, in execute_preset() 3384 InstallContext *plus, in preset_prepare_one() argument 3397 if (install_info_find(plus, name) || install_info_find(minus, name)) in preset_prepare_one() 3416 … r = install_info_discover_and_check(plus, lp, *s, SEARCH_LOAD|SEARCH_FOLLOW_CONFIG_SYMLINKS, in preset_prepare_one() 3422 … r = install_info_discover_and_check(plus, lp, name, SEARCH_LOAD|SEARCH_FOLLOW_CONFIG_SYMLINKS, in preset_prepare_one() 3444 _cleanup_(install_context_done) InstallContext plus = {}, minus = {}; in unit_file_preset() 3467 r = preset_prepare_one(scope, &plus, &minus, &lp, *i, &presets, changes, n_changes); in unit_file_preset() 3472 …return execute_preset(file_flags, &plus, &minus, &lp, config_path, files, mode, changes, n_changes… in unit_file_preset() [all …]
|
/systemd-251/src/basic/ |
D | time-util.c | 631 usec_t x_usec, plus = 0, minus = 0, ret; in parse_timestamp_impl() local 663 r = parse_sec(t+1, &plus); in parse_timestamp_impl() 688 r = parse_sec(t, &plus); in parse_timestamp_impl() 879 if (ret + plus < ret) /* overflow? */ in parse_timestamp_impl() 881 ret += plus; in parse_timestamp_impl()
|
/systemd-251/src/core/ |
D | manager.h | 508 int manager_transient_environment_add(Manager *m, char **plus); 509 int manager_client_environment_modify(Manager *m, char **minus, char **plus);
|
D | dbus-manager.c | 1712 _cleanup_strv_free_ char **plus = NULL; in method_set_environment() local 1723 r = sd_bus_message_read_strv(message, &plus); in method_set_environment() 1726 if (!strv_env_is_valid(plus)) in method_set_environment() 1735 r = manager_client_environment_modify(m, NULL, plus); in method_set_environment() 1776 _cleanup_strv_free_ char **minus = NULL, **plus = NULL; in method_unset_and_set_environment() local 1791 r = sd_bus_message_read_strv(message, &plus); in method_unset_and_set_environment() 1798 if (!strv_env_is_valid(plus)) in method_unset_and_set_environment() 1808 r = manager_client_environment_modify(m, minus, plus); in method_unset_and_set_environment()
|
D | manager.c | 3805 int manager_transient_environment_add(Manager *m, char **plus) { in manager_transient_environment_add() argument 3810 if (strv_isempty(plus)) in manager_transient_environment_add() 3813 a = strv_env_merge(m->transient_environment, plus); in manager_transient_environment_add() 3825 char **plus) { in manager_client_environment_modify() argument 3831 if (strv_isempty(minus) && strv_isempty(plus)) in manager_client_environment_modify() 3844 if (!strv_isempty(plus)) { in manager_client_environment_modify() 3845 b = strv_env_merge(l, plus); in manager_client_environment_modify()
|
/systemd-251/catalog/ |
D | systemd.fr.catalog.in | 44 Voir journald.conf(5) pour plus de détails. 60 /etc/systemd/journald.conf. Voir journald.conf(5) pour plus de détails. 115 Le poste (seat) @SEAT_ID@ a été retiré et n'est plus disponible.
|
/systemd-251/src/nspawn/ |
D | nspawn.c | 805 uint64_t plus = 0, minus = 0; in parse_argv() local 1073 plus |= m; in parse_argv() 1715 …arg_caps_retain = (arg_caps_retain | plus | (arg_private_network ? UINT64_C(1) << CAP_NET_ADMIN : … in parse_argv() 4349 uint64_t plus, minus; in merge_settings() local 4356 plus = settings->capability; in merge_settings() 4362 plus |= UINT64_C(1) << CAP_NET_ADMIN; in merge_settings() 4367 if (!arg_settings_trusted && plus != 0) { in merge_settings() 4372 arg_caps_retain |= plus; in merge_settings()
|
/systemd-251/docs/ |
D | GROUP_RECORD.md | 48 as the combination of both lists (plus optionally others). If a user is listed
|
D | JOURNAL_FILE_FORMAT.md | 195 The currently used part of the file is the **header_size** plus the 422 ENTRY_ARRAYS chained up from this object, plus 1. 495 plus their respective hashes (which are calculated the same way as in the DATA
|
D | HOME_DIRECTORY.md | 29 `secret` sections, i.e. only with the sections included in the signature plus
|
D | BUILDING_IMAGES.md | 107 successfully, plus essential symlinks (such as those necessary for the
|
D | PORTABLE_SERVICES.md | 151 operation on the units instead of `stop` plus `start`, thus providing lower
|
D | CONTAINER_INTERFACE.md | 302 plus their `sysfs` counterparts. They speak specific `ioctl()`s and
|
D | CODING_STYLE.md | 110 i.e. define a `_MAX` enum for the largest defined enum value, plus one. Since
|
D | USER_RECORD.md | 391 memory limits for all processes of the user (plus all processes forked off them
|
/systemd-251/ |
D | LICENSE.LGPL2.1 | 138 all the source code for all modules it contains, plus any associated 139 interface definition files, plus the scripts used to control compilation 263 work. (Executables containing this object code plus portions of the
|
D | LICENSE.GPL2 | 157 code means all the source code for all modules it contains, plus any 158 associated interface definition files, plus the scripts used to
|
D | TODO | 311 binary with some minimal info about an URL + hash sum, plus .osrel data, and 547 defined on the host, plus all images installed into /var/lib/machines/, 1013 is set, plus the whole disk space any image configured with RootImage=. 1043 …ap, add kernel cmdline option to force it, and honour a gpt bit about it, plus maybe a configurati… 1414 …be backed by systemd-bootd to control temporary and persistent default boot goal plus efi variables 1471 - journald: also get thread ID from client, plus thread name
|
D | meson.build | 372 '-Wno-string-plus-int', # clang
|
D | NEWS | 345 LoadCredentialEncrypted= will check the same directories plus 1022 NIC coalescing settings, plus more hardware offload settings. 1885 * A new dependency type OnSuccess= has been added (plus the reverse 1892 * A new dependency type Upholds= has been added (plus the reverse 10517 if it knows them, plus the interface name of the container. 12480 socket units they belong to, plus the units these socket
|
/systemd-251/LICENSES/ |
D | LGPL-2.0-or-later.txt | 50 … all the source code for all modules it contains, plus any associated interface definition files, … 92 …it is legally a derivative work. (Executables containing this object code plus portions of the Lib…
|
/systemd-251/hwdb.d/ |
D | usb.ids | 1503 4155 Zen Stone plus 3219 2088 MCE IR Receiver with ALS- Spinel plus for ASUS 4837 0204 DVD Multi-plus unit iU-CD2 4838 0206 DVD Multi-plus unit DVR-UEH8 10560 0033 DVD Multi-plus unit LDR-H443SU2 10563 00b3 DVD Multi-plus unit LDR-H443U2 11425 1033 OpenCom 30 plus 11426 1034 OpenCom 30 plus (FlashLoad) 13169 1007 TT-micro plus Device 14044 0504 cyberJack go / go plus [all …]
|
D | 60-keyboard.hwdb | 1357 # plus some extra synthesized ones on atkbd as an echo of actually changing the
|
D | 20-usb-vendor-model.hwdb | 4446 ID_MODEL_FROM_DATABASE=Zen Stone plus 9594 ID_MODEL_FROM_DATABASE=MCE IR Receiver with ALS- Spinel plus for ASUS 14448 ID_MODEL_FROM_DATABASE=DVD Multi-plus unit iU-CD2 14451 ID_MODEL_FROM_DATABASE=DVD Multi-plus unit DVR-UEH8 31614 ID_MODEL_FROM_DATABASE=DVD Multi-plus unit LDR-H443SU2 31623 ID_MODEL_FROM_DATABASE=DVD Multi-plus unit LDR-H443U2 34209 ID_MODEL_FROM_DATABASE=OpenCom 30 plus 34212 ID_MODEL_FROM_DATABASE=OpenCom 30 plus (FlashLoad) 39441 ID_MODEL_FROM_DATABASE=TT-micro plus Device 42066 ID_MODEL_FROM_DATABASE=cyberJack go / go plus [all …]
|
D | pci.ids | 14323 1471 b7e9 AVerTV Cardbus plus 14382 1894 0023 TVStation DVB-C plus 17510 1080 CB108 (8-port RS-232 PC/104-plus Module) 17513 1142 CB114 (4-port RS-232/422/485 PC/104-plus Module) 17523 1341 CB134I (4-port RS-422/485 PC/104-plus Module) 21785 7000 XMC-7K325F: User-configurable Kintex-7 FPGA, 325k logic cells plus SFP front I/O 21786 7001 XMC-7K410F: User-configurable Kintex-7 FPGA, 410k logic cells plus SFP front I/O 22371 4100 HaM plus Data Fax Modem
|