Searched defs:inhibitor (Results 1 - 2 of 2) sorted by relevance

/systemd/src/login/
H A Dlogind.c469 log_notice_errno(k, "Couldn't add inhibitor %s: %m", de->d_name);
995 Inhibitor *inhibitor; local
1065 HASHMAP_FOREACH(inhibitor, m->inhibitors, i)
1066 inhibitor_start(inhibitor);
H A Dlogind-dbus.c540 Inhibitor *inhibitor; local
555 HASHMAP_FOREACH(inhibitor, m->inhibitors, i) {
558 strempty(inhibit_what_to_string(inhibitor->what)),
559 strempty(inhibitor->who),
560 strempty(inhibitor->why),
561 strempty(inhibit_mode_to_string(inhibitor->mode)),
562 (uint32_t) inhibitor->uid,
563 (uint32_t) inhibitor->pid);
1532 log_notice("Delay lock is active (UID "UID_FMT"/%s, PID "PID_FMT"/%s) but inhibitor timeout is reached.",

Completed in 20 milliseconds