Searched defs:show_status (Results 1 - 5 of 5) sorted by relevance

/systemd/src/timedate/
H A Dtimedatectl.c164 static int show_status(sd_bus *bus, char **args, unsigned n) { function
422 { "status", LESS, 1, show_status },
/systemd/src/hostname/
H A Dhostnamectl.c214 static int show_status(sd_bus *bus, char **args, unsigned n) { function
439 { "status", LESS, 1, show_status },
/systemd/src/locale/
H A Dlocalectl.c164 static int show_status(sd_bus *bus, char **args, unsigned n) { function
594 { "status", LESS, 1, show_status },
/systemd/src/core/
H A Dmanager.h246 ShowStatus show_status; member in struct:Manager
/systemd/src/systemctl/
H A Dsystemctl.c4628 bool show_properties, show_status, show_help, new_line = false; local
4636 show_status = streq(argv[0], "status");
4646 if (show_status)
4660 if (show_status && argc <= 1) {

Completed in 49 milliseconds