Home
last modified time | relevance | path

Searched refs:ec (Results 1 – 21 of 21) sorted by relevance

/systemd-251/test/units/
Dtestsuite-02.sh61 wait "${running[$key]}" && ec=0 || ec=$?
62 report_result "$key" $ec
83 wait ${running[$key]} && ec=0 || ec=$?
84 report_result "$key" $ec
Dtestsuite-03.sh67 ExecStart=/bin/sh -ec 'sleep 2'
73 ExecStart=/bin/sh -ec 'sleep 5; false'
Dtestsuite-58.sh53 root_uuid=7ebe0c85-e27e-48ec-b164-f4807606232e
/systemd-251/src/core/
Dunit.c161 ExecContext *ec; in unit_init() local
187 ec = unit_get_exec_context(u); in unit_init()
188 if (ec) { in unit_init()
189 exec_context_init(ec); in unit_init()
192 ec->oom_score_adjust = u->manager->default_oom_score_adjust; in unit_init()
193 ec->oom_score_adjust_set = true; in unit_init()
197 ec->keyring_mode = EXEC_KEYRING_SHARED; in unit_init()
199 ec->keyring_mode = EXEC_KEYRING_INHERIT; in unit_init()
204 (void) get_process_umask(getpid_cached(), &ec->umask); in unit_init()
649 ExecContext *ec; in unit_done() local
[all …]
Dunit.h956 ExecContext *ec = unit_get_exec_context(u); in unit_log_level_test() local
957 return !ec || ec->log_level_max < 0 || ec->log_level_max >= LOG_PRI(level); in unit_log_level_test()
Dexecute.c5691 static bool exec_context_may_touch_tty(const ExecContext *ec) { in exec_context_may_touch_tty() argument
5692 assert(ec); in exec_context_may_touch_tty()
5694 return ec->tty_reset || in exec_context_may_touch_tty()
5695 ec->tty_vhangup || in exec_context_may_touch_tty()
5696 ec->tty_vt_disallocate || in exec_context_may_touch_tty()
5697 is_terminal_input(ec->std_input) || in exec_context_may_touch_tty()
5698 is_terminal_output(ec->std_output) || in exec_context_may_touch_tty()
5699 is_terminal_output(ec->std_error); in exec_context_may_touch_tty()
5702 bool exec_context_may_touch_console(const ExecContext *ec) { in exec_context_may_touch_console() argument
5704 return exec_context_may_touch_tty(ec) && in exec_context_may_touch_console()
[all …]
Dcgroup.c4111 ExecContext *ec; in unit_get_nice() local
4113 ec = unit_get_exec_context(u); in unit_get_nice()
4114 return ec ? ec->nice : 0; in unit_get_nice()
/systemd-251/src/test/
Dtest-bpf-lsm.c18 ExecContext *ec = NULL; in test_restrict_filesystems() local
23 assert_se(ec = unit_get_exec_context(u)); in test_restrict_filesystems()
28 *allow_filesystem, ec, u); in test_restrict_filesystems()
/systemd-251/src/systemd/
Dsd-messages.h39 #define SD_MESSAGE_JOURNAL_USAGE SD_ID128_MAKE(ec,38,7f,57,7b,84,4b,8f,a9,48,f3,3c,ad,9a,7…
40 #define SD_MESSAGE_JOURNAL_USAGE_STR SD_ID128_MAKE_STR(ec,38,7f,57,7b,84,4b,8f,a9,48,f3,3c,ad,…
84 #define SD_MESSAGE_FACTORY_RESET SD_ID128_MAKE(c1,4a,af,76,ec,28,4a,5f,a1,f1,05,f8,8d,fb,0…
85 #define SD_MESSAGE_FACTORY_RESET_STR SD_ID128_MAKE_STR(c1,4a,af,76,ec,28,4a,5f,a1,f1,05,f8,8d,…
130 #define SD_MESSAGE_OVERMOUNTING SD_ID128_MAKE(1d,ee,03,69,c7,fc,47,36,b7,09,9b,38,ec,b4,6…
131 #define SD_MESSAGE_OVERMOUNTING_STR SD_ID128_MAKE_STR(1d,ee,03,69,c7,fc,47,36,b7,09,9b,38,ec,…
154 #define SD_MESSAGE_REBOOT_KEY_LONG_PRESS SD_ID128_MAKE(f1,c5,9a,58,c9,d9,43,66,89,65,c3,37,ca,ec,5…
156 … SD_ID128_MAKE_STR(f1,c5,9a,58,c9,d9,43,66,89,65,c3,37,ca,ec,59,75)
/systemd-251/test/TEST-64-UDEV-STORAGE/
Dtest.sh115 local ec state
137 ec=0
138 "$testcase" "$test_id" || ec=$?
139 case $ec in
/systemd-251/src/shared/
Dgpt.h23 #define GPT_ROOT_RISCV64 SD_ID128_MAKE(72,ec,70,a6,cf,74,40,e6,bd,49,4b,da,08,e8,f2,24)
29 #define GPT_USR_ALPHA SD_ID128_MAKE(e1,8c,f0,8c,33,ec,4c,0d,82,46,c6,c6,fb,3d,a0,24)
52 #define GPT_ROOT_ARM_VERITY SD_ID128_MAKE(73,86,cd,f2,20,3c,47,a9,a4,98,f2,ec,ce,45,a2,d6)
65 #define GPT_ROOT_TILEGX_VERITY SD_ID128_MAKE(96,60,61,ec,28,e4,4b,2e,b4,a5,1f,0a,82,5a,1d,84)
66 #define GPT_ROOT_X86_64_VERITY SD_ID128_MAKE(2c,73,57,ed,eb,d2,46,d9,ae,c1,23,d4,37,ec,2b,f5)
93 #define GPT_ROOT_LOONGARCH64_VERITY_SIG SD_ID128_MAKE(5a,fb,67,eb,ec,c8,4f,85,ae,8e,ac,1e,7c,50,e7,…
Dcreds-util.h62 #define _CRED_AUTO_INITRD SD_ID128_MAKE(02,dc,8e,de,3a,02,43,ab,a9,ec,54,9c,05,…
Dcreds-util.c91 SD_ID128_MAKE(d3,ac,ec,ba,0d,ad,4c,df,b8,c9,38,15,28,93,6c,58);
/systemd-251/hwdb.d/
D60-sensor.hwdb392 sensor:modalias:platform:cros-ec-accel:dmi:*:svnGOOGLE:*
396 sensor:modalias:platform:cros-ec-accel:dmi:*:svnGoogle:pnCaroline*:*
400 sensor:modalias:platform:cros-ec-accel:dmi:*svnGoogle:pnVayne*:*
404 sensor:modalias:platform:cros-ec-accel:dmi:*Google_Nocturne*:*
408 sensor:modalias:platform:cros-ec-accel:dmi:*svnGoogle:pnRammus*:*
Dpci.ids4761 13ec Ariel Cryptographic Coprocessor
5026 15ec Raven/Raven2 Device 24: Function 4
6220 12ec sx2000 I/O Controller
6641 16ec 010d USR5416 802.11g Wireless Turbo PCI Adapter
6642 16ec 010e USR5410 802.11g Wireless Cardbus Adapter
7902 70ec PXI-8432/4 (Isolated RS-232) Interface
8125 73ec PXI-7954R
8346 1093 76ec PXIe-2524
8965 103c 10ec (Agilent) E6978-66442 PCI CIC
10012 01ec nForce2 Memory Controller 2
[all …]
Dusb.ids183 03ec Iwatsu America, Inc.
2493 04ec Windows Phone (Zune)
4208 30ec EOS 20D (ptp)
5602 04ec Tokyo Electron Device, Ltd
5967 01ec MFC-9640CW
6123 02ec MFC-J870DW
7175 00ec TPCEC
8861 05ec COM21, Inc.
9101 03ec Inspectrum 256x1024 B VIS Spectrograph
11012 13ec VvBus for Helium 2xx
[all …]
/systemd-251/src/basic/
Dunit-name.c39 #define LONG_UNIT_NAME_HASH_KEY SD_ID128_MAKE(ec,f2,37,fb,58,32,4a,32,84,9f,06,9b,0d,21,eb,9a)
/systemd-251/src/nspawn/
Dnspawn-network.c30 #define HOST_HASH_KEY SD_ID128_MAKE(1a,37,6f,c7,46,ec,45,0b,ad,a3,d5,31,06,60,5d,b1)
/systemd-251/src/udev/
Dudev-node.c42 #define UDEV_NODE_HASH_KEY SD_ID128_MAKE(b9,6a,f1,ce,40,31,44,1a,9e,19,ec,8b,ae,f3,e3,2f)
/systemd-251/docs/
DDISCOVERABLE_PARTITIONS.md62 | _`/usr/` Partition (Alpha)_ | `e18cf08c-33ec-4c0d-8246-c6c6fb3da024` | Any native, optionally in …
95 | _Root Verity Partition (TILE-Gx)_ | `966061ec-28e4-4b2e-b4a5-1f0a825a1d84` | ditto | ditto |
DBOOT_LOADER_SPECIFICATION.md285 options root=UUID=6d3376e4-fc93-4509-95ec-a21d68011da2