Searched refs:offending (Results 1 - 4 of 4) sorted by relevance
/systemd/src/login/ |
H A D | logind-action.c | 64 Inhibitor *offending = NULL; local 131 manager_is_inhibited(m, inhibit_operation, INHIBIT_BLOCK, NULL, false, false, 0, &offending)) { 134 get_process_comm(offending->pid, &comm); 135 u = uid_to_name(offending->uid); 141 offending->uid, strna(u), 142 offending->pid, strna(comm)); 148 offending->uid, strna(u), 149 offending->pid, strna(comm));
|
H A D | logind-inhibit.h | 83 bool manager_is_inhibited(Manager *m, InhibitWhat w, InhibitMode mm, dual_timestamp *since, bool ignore_inactive, bool ignore_uid, uid_t uid, Inhibitor **offending);
|
H A D | logind-inhibit.c | 383 Inhibitor **offending) { 412 if (offending) 413 *offending = i; 375 manager_is_inhibited( Manager *m, InhibitWhat w, InhibitMode mm, dual_timestamp *since, bool ignore_inactive, bool ignore_uid, uid_t uid, Inhibitor **offending) argument
|
H A D | logind-dbus.c | 1515 Inhibitor *offending = NULL; local 1523 if (manager_is_inhibited(manager, manager->action_what, INHIBIT_DELAY, NULL, false, false, 0, &offending)) { 1529 (void) get_process_comm(offending->pid, &comm); 1530 u = uid_to_name(offending->uid); 1533 offending->uid, strna(u), 1534 offending->pid, strna(comm));
|
Completed in 19 milliseconds