| H A D | systemd-logind.c | 295 LogMessage(X_ERROR, "systemd-logind: failed to ack pause: %s\n", 307 * Send a message to logind, to pause the drm device 343 int ack = 0, pause = 0, fd = -1; local in function:message_filter 366 if (strcmp(pause_str, "pause") == 0) { 367 pause = 1; 371 pause = 1; 378 LogMessage(X_WARNING, "systemd-logind: unknown pause type: %s\n", 399 pause ? "pause" : "resume", major, minor); 411 if (pause) { [all...] |