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

/systemd/src/login/
H A Dloginctl.c784 static int show_properties(sd_bus *bus, const char *path, bool *new_line) { function
867 return show_properties(bus, "/org/freedesktop/login1", &new_line);
896 r = show_properties(bus, path, &new_line);
923 return show_properties(bus, "/org/freedesktop/login1", &new_line);
956 r = show_properties(bus, path, &new_line);
983 return show_properties(bus, "/org/freedesktop/login1", &new_line);
1011 r = show_properties(bus, path, &new_line);
/systemd/src/systemctl/
H A Dsystemctl.c4382 bool show_properties,
4439 if (show_properties)
4463 if (!show_properties) {
4535 bool show_properties,
4562 r = show_one(verb, bus, p, show_properties, new_line, ellipsized);
4628 bool show_properties, show_status, show_help, new_line = false; local
4635 show_properties = streq(argv[0], "show");
4657 if (show_properties && argc <= 1)
4658 return show_one(argv[0], bus, "/org/freedesktop/systemd1", show_properties, &new_line, &ellipsized);
4681 } else if (show_properties) {
4378 show_one( const char *verb, sd_bus *bus, const char *path, bool show_properties, bool *new_line, bool *ellipsized) argument
4532 show_all( const char* verb, sd_bus *bus, bool show_properties, bool *new_line, bool *ellipsized) argument
[all...]

Completed in 2058 milliseconds