/systemd-251/src/shared/linux/ |
D | bpf_insn.h | 15 .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/ |
D | id128-print.c | 15 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()
|
D | hwdb-util.c | 203 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/ |
D | strbuf.c | 113 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()
|
D | escape.c | 422 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()
|
D | terminal-util.c | 1427 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/ |
D | systemctl-list-units.c | 180 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 …]
|
D | systemctl-list-jobs.c | 61 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()
|
D | systemctl-show.c | 320 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/ |
D | basic-config | 2 Boot=off 3 ProcessTwo=off 28 Private=off
|
D | leak-bind-mount | 2 Boot=off 3 ProcessTwo=offParameFilters=write
|
/systemd-251/src/core/ |
D | bpf-devices.c | 246 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()
|
D | system.conf.in | 32 #RuntimeWatchdogSec=off 33 #RuntimeWatchdogPreSec=off 36 #KExecWatchdogSec=off
|
/systemd-251/test/test-network-generator-conversion/ |
D | test-02-bridge.input | 1 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
|
D | test-03-issue-14319.input | 1 …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/ |
D | cgtop.c | 633 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/ |
D | networkctl.c | 180 …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/ |
D | sd-hwdb.c | 84 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/ |
D | 60-keyboard.hwdb | 112 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/ |
D | ROOT_STORAGE_DAEMONS.md | 165 * 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
|
D | AUTOMATIC_BOOT_ASSESSMENT.md | 31 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/ |
D | 25-wireguard.netdev | 10 RouteTable=off
|
/systemd-251/test/fuzz/fuzz-netdev-parser/ |
D | oss-fuzz-13886 | 15 PersistentKeepalive=off 38 PersistentKeepalive=off 47 PersistentKeepalive=off 62 PersistentKeepalive=off 71 PersistentKeepalive=off 76 PersistentKeepalive=off 92 PersistentKeepalive=off
|
/systemd-251/presets/user/ |
D | 90-systemd.preset | 11 # enabled by default, even if the distribution follows a general default-off
|
/systemd-251/po/ |
D | be.po | 361 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"
|