/systemd-251/src/login/ |
D | logind-inhibit.c | 71 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()
|
D | test-inhibit.c | 40 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()
|
D | inhibit.c | 97 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()
|
D | logind-inhibit.h | 40 char *why; member
|
D | logind-dbus.c | 678 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-inhibit | 33 '--why=[A descriptive string why is being inhibited]:reason for the lock:' \
|
/systemd-251/src/systemctl/ |
D | systemctl-logind.c | 111 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/ |
D | systemd-journald.service.in | 44 # In case you're wondering why CAP_SYS_PTRACE is needed, access to
|
/systemd-251/catalog/ |
D | systemd.zh_TW.catalog.in | 11 # For an explanation why we do all this, see https://xkcd.com/1024/
|
D | systemd.be.catalog.in | 9 # For an explanation why we do all this, see https://xkcd.com/1024/
|
D | systemd.bg.catalog.in | 10 # For an explanation why we do all this, see https://xkcd.com/1024/
|
D | systemd.ko.catalog.in | 9 # For an explanation why we do all this, see https://xkcd.com/1024/
|
D | systemd.da.catalog.in | 9 # For an explanation why we do all this, see https://xkcd.com/1024/
|
D | systemd.be@latin.catalog.in | 9 # For an explanation why we do all this, see https://xkcd.com/1024/
|
D | systemd.hu.catalog.in | 10 # For an explanation why we do all this, see https://xkcd.com/1024/
|
D | systemd.catalog.in | 8 # For an explanation why we do all this, see https://xkcd.com/1024/
|
D | systemd.pl.catalog.in | 9 # For an explanation why we do all this, see https://xkcd.com/1024/
|
/systemd-251/docs/ |
D | TESTING_WITH_SANITIZERS.md | 81 The reason why you need to force dynamic linking in case of `clang` is that some
|
D | BLOCK_DEVICE_LOCKING.md | 52 is why it watches for `IN_CLOSE_WRITE` instead, i.e. for `close()` calls to
|
D | UIDS-GIDS.md | 116 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
|
D | BOOT_LOADER_SPECIFICATION.md | 38 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:
|
D | RANDOM_SEEDS.md | 388 for an introduction why. That said, any boot loader can re-implement the
|
D | CODING_STYLE.md | 589 and makes it clear why it is OK that they are global variables.
|
D | JOURNAL_FILE_FORMAT.md | 66 If you are wondering why the journal file format has been created in the first
|
/systemd-251/test/fuzz/fuzz-catalog/ |
D | systemd.pl.catalog | 9 # For an explanation why we do all this, see https://xkcd.com/1024/
|