Home
last modified time | relevance | path

Searched refs:off (Results 1 – 25 of 107) sorted by relevance

12345

/systemd-251/src/shared/linux/
Dbpf_insn.h15 .off = 0, \
23 .off = 0, \
33 .off = 0, \
41 .off = 0, \
51 .off = 0, \
59 .off = 0, \
69 .off = 0, \
77 .off = 0, \
89 .off = 0, \
95 .off = 0, \
[all …]
/systemd-251/src/shared/
Did128-print.c15 const char *on, *off; in id128_pretty_print_sample() local
19 off = ansi_normal(); in id128_pretty_print_sample()
33 on, SD_ID128_FORMAT_VAL(id), off, in id128_pretty_print_sample()
34 on, SD_ID128_FORMAT_VAL(id), off, in id128_pretty_print_sample()
39 printf(")%s\n\n", off); in id128_pretty_print_sample()
45 on, name, SD_ID128_FORMAT_VAL(id), off); in id128_pretty_print_sample()
Dhwdb-util.c203 ssize_t off; in trie_insert() local
227 off = strbuf_add_string(trie->strings, s, p); in trie_insert()
228 if (off < 0) in trie_insert()
229 return off; in trie_insert()
232 .prefix_off = off, in trie_insert()
250 ssize_t off; in trie_insert() local
257 off = strbuf_add_string(trie->strings, search + i+1, strlen(search + i+1)); in trie_insert()
258 if (off < 0) in trie_insert()
259 return off; in trie_insert()
262 .prefix_off = off, in trie_insert()
/systemd-251/src/basic/
Dstrbuf.c113 ssize_t off; in strbuf_add_string() local
132 off = node->value_off + node->value_len - len; in strbuf_add_string()
133 … if (depth == len || (node->value_len >= len && memcmp(str->buf + off, s, len) == 0)) { in strbuf_add_string()
136 return off; in strbuf_add_string()
154 off = str->len; in strbuf_add_string()
155 memcpy(str->buf + off, s, len); in strbuf_add_string()
166 .value_off = off, in strbuf_add_string()
180 return off; in strbuf_add_string()
Descape.c422 size_t off; in xescape_full() local
424 off = (size_t) (t - ans); in xescape_full()
426 off = (size_t) (prev - ans); in xescape_full()
428 off = (size_t) (prev2 - ans); in xescape_full()
430 off = console_width - c; in xescape_full()
431 assert(off <= (size_t) (t - ans)); in xescape_full()
433 memcpy(ans + off, "...", c); in xescape_full()
434 ans[off + c] = '\0'; in xescape_full()
Dterminal-util.c1427 void get_log_colors(int priority, const char **on, const char **off, const char **highlight) { in get_log_colors() argument
1434 if (off) in get_log_colors()
1435 *off = ansi_normal(); in get_log_colors()
1442 if (off) in get_log_colors()
1443 *off = ansi_normal(); in get_log_colors()
1450 if (off) in get_log_colors()
1451 *off = ansi_normal(); in get_log_colors()
1458 if (off) in get_log_colors()
1459 *off = ansi_normal(); in get_log_colors()
/systemd-251/src/systemctl/
Dsystemctl-list-units.c180 const char *on, *off; in output_units_list() local
191 off = ansi_normal(); in output_units_list()
194 off = ansi_normal(); in output_units_list()
200 on, records, off); in output_units_list()
204 on, records, off); in output_units_list()
353 const char *on, *off; in output_sockets_list() local
408 off = ansi_normal(); in output_sockets_list()
411 off = ansi_normal(); in output_sockets_list()
419 printf("\n%s%u sockets listed.%s\n", on, cs, off); in output_sockets_list()
602 const char *on, *off; in output_timers_list() local
[all …]
Dsystemctl-list-jobs.c61 const char *on, *off; in output_jobs_list() local
69 off = ansi_normal(); in output_jobs_list()
71 printf("%sNo jobs %s.%s\n", on, skipped ? "listed" : "running", off); in output_jobs_list()
116 off = ansi_normal(); in output_jobs_list()
118 printf("\n%s%u jobs listed%s.\n", on, n, off); in output_jobs_list()
Dsystemctl-show.c320 const char *active_on, *active_off, *on, *off, *ss, *fs; in print_status_info() local
350 off = ansi_normal(); in print_status_info()
352 on = off = ""; in print_status_info()
360 on, strna(i->load_state), off, i->load_error); in print_status_info()
366 on, strna(i->load_state), off, in print_status_info()
374 on, strna(i->load_state), off, path); in print_status_info()
377 on, strna(i->load_state), off); in print_status_info()
469 format_active_state(unit_active_state_to_string(state), &on, &off); in print_status_info()
473 on, special_glyph(unit_active_state_to_glyph(state)), off, in print_status_info()
496 format_active_state(unit_active_state_to_string(state), &on, &off); in print_status_info()
[all …]
/systemd-251/test/fuzz/fuzz-nspawn-settings/
Dbasic-config2 Boot=off
3 ProcessTwo=off
28 Private=off
Dleak-bind-mount2 Boot=off
3 ProcessTwo=offParameFilters=write
/systemd-251/src/core/
Dbpf-devices.c246 for (size_t off = 0; off < (*prog)->n_instructions; off++) { in bpf_devices_apply_policy() local
247 struct bpf_insn *ins = &((*prog)->instructions[off]); in bpf_devices_apply_policy()
249 if (ins->code == (BPF_JMP | BPF_JA) && ins->off == PASS_JUMP_OFF) in bpf_devices_apply_policy()
250 ins->off = (*prog)->n_instructions - off - 1; in bpf_devices_apply_policy()
Dsystem.conf.in32 #RuntimeWatchdogSec=off
33 #RuntimeWatchdogPreSec=off
36 #KExecWatchdogSec=off
/systemd-251/test/test-network-generator-conversion/
Dtest-02-bridge.input1 ip=192.168.0.10::192.168.0.1:255.255.255.0:hogehoge:eth0:off:10.10.10.10:10.10.10.11
2 ip=192.168.0.11::192.168.0.1:255.255.255.0:hogehoge:eth1:off:10.10.10.10:10.10.10.11
Dtest-03-issue-14319.input1 …dev/nfs nfsroot=10.99.37.240:/srv/netroot,v3,tcp ip=10.99.37.44::10.99.10.1:255.255.0.0::enp3s0:off
/systemd-251/src/cgtop/
Dcgtop.c633 const char *on, *off; in display() local
641 off = ansi_underline(); in display()
646 arg_order == ORDER_PATH ? off : "", in display()
649 arg_order == ORDER_TASKS ? off : "", in display()
653 arg_order == ORDER_CPU ? off : "", in display()
655 arg_order == ORDER_MEMORY ? off : "", in display()
657 arg_order == ORDER_IO ? off : "", in display()
659 arg_order == ORDER_IO ? off : "", in display()
/systemd-251/src/network/
Dnetworkctl.c180 …perational_state_to_color(const char *name, const char *state, const char **on, const char **off) { in operational_state_to_color() argument
185 if (off) in operational_state_to_color()
186 *off = ansi_normal(); in operational_state_to_color()
190 if (off) in operational_state_to_color()
191 *off = ansi_normal(); in operational_state_to_color()
195 if (off) in operational_state_to_color()
196 *off = ""; in operational_state_to_color()
200 static void setup_state_to_color(const char *state, const char **on, const char **off) { in setup_state_to_color() argument
204 if (off) in setup_state_to_color()
205 *off = ansi_normal(); in setup_state_to_color()
[all …]
/systemd-251/src/libsystemd/sd-hwdb/
Dsd-hwdb.c84 static const struct trie_node_f *trie_node_from_off(sd_hwdb *hwdb, le64_t off) { in trie_node_from_off() argument
85 return (const struct trie_node_f *)(hwdb->map + le64toh(off)); in trie_node_from_off()
88 static const char *trie_string(sd_hwdb *hwdb, le64_t off) { in trie_string() argument
89 return hwdb->map + le64toh(off); in trie_string()
/systemd-251/hwdb.d/
D60-keyboard.hwdb112 KEYBOARD_KEY_d4=bluetooth # (toggle) off-to-on
113 KEYBOARD_KEY_d5=wlan # (toggle) on-to-off
114 KEYBOARD_KEY_d6=wlan # (toggle) off-to-on
115 KEYBOARD_KEY_d7=bluetooth # (toggle) on-to-off
116 KEYBOARD_KEY_d8=bluetooth # (toggle) off-to-on
120 KEYBOARD_KEY_f1=f22 # Fn+F7 Touchpad toggle (off-to-on)
121 KEYBOARD_KEY_f2=f23 # Fn+F7 Touchpad toggle (on-to-off)
136 KEYBOARD_KEY_d9=bluetooth # Bluetooth off
243 # causing the volume-button mappings to be off by one, correct this
554 KEYBOARD_KEY_d8=!f23 # touchpad off
[all …]
/systemd-251/docs/
DROOT_STORAGE_DAEMONS.md165 * It is not acceptable to spawn off background processes transparently from
166 user commands or udev rules. Whenever a process is forked off on Unix it
172 off your storage daemon from udev or an administrator command you thus make
177 processes forked off udev rules now.) So, in summary: double-forking off
DAUTOMATIC_BOOT_ASSESSMENT.md31 successful, thus turning off boot counting for it.
74 (entry state "good"), thus turning off boot counting for the future.
146 off.
149 now seen with boot counting turned off, no further renaming takes place.
/systemd-251/test/test-network/conf/
D25-wireguard.netdev10 RouteTable=off
/systemd-251/test/fuzz/fuzz-netdev-parser/
Doss-fuzz-1388615 PersistentKeepalive=off
38 PersistentKeepalive=off
47 PersistentKeepalive=off
62 PersistentKeepalive=off
71 PersistentKeepalive=off
76 PersistentKeepalive=off
92 PersistentKeepalive=off
/systemd-251/presets/user/
D90-systemd.preset11 # enabled by default, even if the distribution follows a general default-off
/systemd-251/po/
Dbe.po361 msgid "Power off the system"
365 msgid "Authentication is required to power off the system."
369 msgid "Power off the system while other users are logged in"
374 "Authentication is required to power off the system while other users are "
381 msgid "Power off the system while an application is inhibiting this"
386 "Authentication is required to power off the system while an application is "
899 msgid "Turn network time synchronization on or off"

12345