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

/systemd/src/login/
H A Dtest-inhibit.c29 static int inhibit(sd_bus *bus, const char *what) { function
95 fd1 = inhibit(bus, "sleep");
99 fd2 = inhibit(bus, "idle:shutdown");
H A Dinhibit.c49 static int inhibit(sd_bus *bus, sd_bus_error *error) { function
136 " --what=WHAT Operations to inhibit, colon separated list of:\n"
262 fd = inhibit(bus, &error);
264 log_error("Failed to inhibit: %s", bus_error_message(&error, fd));

Completed in 10 milliseconds