Searched refs:show_status (Results 1 - 7 of 7) sorted by relevance

/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/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/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
H A Dmanager.c160 if (m->show_status == SHOW_STATUS_AUTO)
163 if (m->show_status == SHOW_STATUS_TEMPORARY)
2965 if (m->show_status != mode)
2968 m->show_status = mode;
2992 if (m->show_status > 0)
H A Ddbus-manager.c1926 SD_BUS_PROPERTY("ShowStatus", "b", bus_property_get_bool, offsetof(Manager, show_status), SD_BUS_VTABLE_PROPERTY_CONST),
/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 54 milliseconds