Home
last modified time | relevance | path

Searched refs:why (Results 1 – 25 of 26) sorted by relevance

12

/systemd-251/src/login/
Dlogind-inhibit.c71 free(i->why); in inhibitor_free()
126 if (i->why) { in inhibitor_save()
129 cc = cescape(i->why); in inhibitor_save()
180 strna(i->who), strna(i->why), in inhibitor_start()
198 strna(i->who), strna(i->why), in inhibitor_stop()
213 …_cleanup_free_ char *what = NULL, *uid = NULL, *pid = NULL, *who = NULL, *why = NULL, *mode = NULL; in inhibitor_load() local
225 "WHY", &why, in inhibitor_load()
259 if (why) { in inhibitor_load()
260 l = cunescape(why, 0, &cc); in inhibitor_load()
264 free_and_replace(i->why, cc); in inhibitor_load()
Dtest-inhibit.c40 const char *what, *who, *why, *mode; in print_inhibitors() local
58 … while ((r = sd_bus_message_read(reply, "(ssssuu)", &what, &who, &why, &mode, &uid, &pid)) > 0) { in print_inhibitors()
60 what, who, why, mode, uid, pid); in print_inhibitors()
Dinhibit.c97 const char *what, *who, *why, *mode; in print_inhibitors() local
100 r = sd_bus_message_read(reply, "(ssssuu)", &what, &who, &why, &mode, &uid, &pid); in print_inhibitors()
119 TABLE_STRING, why, in print_inhibitors()
Dlogind-inhibit.h40 char *why; member
Dlogind-dbus.c678 strempty(inhibitor->why), in method_list_inhibitors()
3233 const char *who, *why, *what, *mode; in method_inhibit() local
3246 r = sd_bus_message_read(message, "ssss", &what, &who, &why, &mode); in method_inhibit()
3328 i->why = strdup(why); in method_inhibit()
3331 if (!i->why || !i->who) in method_inhibit()
3658 SD_BUS_ARGS("s", what, "s", who, "s", why, "s", mode),
/systemd-251/shell-completion/zsh/
D_systemd-inhibit33 '--why=[A descriptive string why is being inhibited]:reason for the lock:' \
/systemd-251/src/systemctl/
Dsystemctl-logind.c111 const char *what, *who, *why, *mode; in logind_check_inhibitors() local
147 … while ((r = sd_bus_message_read(reply, "(ssssuu)", &what, &who, &why, &mode, &uid, &pid)) > 0) { in logind_check_inhibitors()
173 who, (pid_t) pid, strna(comm), strna(user), why); in logind_check_inhibitors()
/systemd-251/units/
Dsystemd-journald.service.in44 # In case you're wondering why CAP_SYS_PTRACE is needed, access to
/systemd-251/catalog/
Dsystemd.zh_TW.catalog.in11 # For an explanation why we do all this, see https://xkcd.com/1024/
Dsystemd.be.catalog.in9 # For an explanation why we do all this, see https://xkcd.com/1024/
Dsystemd.bg.catalog.in10 # For an explanation why we do all this, see https://xkcd.com/1024/
Dsystemd.ko.catalog.in9 # For an explanation why we do all this, see https://xkcd.com/1024/
Dsystemd.da.catalog.in9 # For an explanation why we do all this, see https://xkcd.com/1024/
Dsystemd.be@latin.catalog.in9 # For an explanation why we do all this, see https://xkcd.com/1024/
Dsystemd.hu.catalog.in10 # For an explanation why we do all this, see https://xkcd.com/1024/
Dsystemd.catalog.in8 # For an explanation why we do all this, see https://xkcd.com/1024/
Dsystemd.pl.catalog.in9 # For an explanation why we do all this, see https://xkcd.com/1024/
/systemd-251/docs/
DTESTING_WITH_SANITIZERS.md81 The reason why you need to force dynamic linking in case of `clang` is that some
DBLOCK_DEVICE_LOCKING.md52 is why it watches for `IN_CLOSE_WRITE` instead, i.e. for `close()` calls to
DUIDS-GIDS.md116 upwards for other purposes. (And if you wonder why precisely these numbers:
131 directly expose the container's own UID numbers. If you wonder why precisely
DBOOT_LOADER_SPECIFICATION.md38 Of course, without this specification things already work mostly fine. But here's why we think this…
76 functionality. Here's why we think that it is not enough for our uses:
DRANDOM_SEEDS.md388 for an introduction why. That said, any boot loader can re-implement the
DCODING_STYLE.md589 and makes it clear why it is OK that they are global variables.
DJOURNAL_FILE_FORMAT.md66 If you are wondering why the journal file format has been created in the first
/systemd-251/test/fuzz/fuzz-catalog/
Dsystemd.pl.catalog9 # For an explanation why we do all this, see https://xkcd.com/1024/

12