Home
last modified time | relevance | path

Searched refs:show_properties (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/login/
Dloginctl.c773 static int show_properties(sd_bus *bus, const char *path, bool *new_line) { in show_properties() function
816 return show_properties(bus, "/org/freedesktop/login1", &new_line); in show_session()
827 r = show_properties(bus, path, &new_line); in show_session()
853 return show_properties(bus, "/org/freedesktop/login1", &new_line); in show_user()
884 r = show_properties(bus, path, &new_line); in show_user()
910 return show_properties(bus, "/org/freedesktop/login1", &new_line); in show_seat()
929 r = show_properties(bus, path, &new_line); in show_seat()
/systemd-251/src/timedate/
Dtimedatectl.c201 static int show_properties(int argc, char **argv, void *userdata) { in show_properties() function
1011 { "show", VERB_ANY, 1, 0, show_properties }, in timedatectl_main()